{"id":3541,"date":"2025-04-15T10:15:09","date_gmt":"2025-04-15T10:15:09","guid":{"rendered":"https:\/\/www.radiustheme.com\/demo\/wordpress\/themes\/blusho\/?page_id=3541"},"modified":"2025-12-24T12:26:27","modified_gmt":"2025-12-24T12:26:27","slug":"portable-size-range","status":"publish","type":"page","link":"https:\/\/goldensoarpackage.com\/en\/portable-size-range\/","title":{"rendered":"Portable Size Range"},"content":{"rendered":"\n<div id=\"gs-tsa-v2\">\n    <style>\n        \/* =========================================\n           1. SCOPED CSS FRAMEWORK (Aero Pro)\n           ========================================= *\/\n        #gs-tsa-v2 {\n            \/* Palette: Aviation, Technical, Safe *\/\n            --air-blue: #0284c7;        \/* Airline Blue *\/\n            --air-dark: #0c4a6e;        \/* Deep Sky *\/\n            --air-accent: #f59e0b;      \/* Safety Orange *\/\n            --air-grey: #334155;        \/* Fuselage Grey *\/\n            --air-light: #f0f9ff;       \/* Atmosphere Tint *\/\n            --air-white: #ffffff;\n            --air-border: #bae6fd;\n            \n            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            color: var(--air-grey);\n            line-height: 1.9; \/* Increased line height for readability of long text *\/\n            width: 100%;\n            background-color: var(--air-white);\n            margin: 0;\n            padding: 0;\n        }\n\n        #gs-tsa-v2 * { box-sizing: border-box; }\n\n        #gs-tsa-v2 h1, #gs-tsa-v2 h2, #gs-tsa-v2 h3, #gs-tsa-v2 h4 {\n            color: var(--air-dark);\n            margin-top: 0;\n            font-weight: 700;\n            letter-spacing: -0.02em;\n            line-height: 1.3;\n        }\n\n        #gs-tsa-v2 p { margin-bottom: 24px; font-size: 1.05rem; text-align: justify; }\n        \n        #gs-tsa-v2 li { margin-bottom: 10px; }\n\n        #gs-tsa-v2 a { \n            text-decoration: none; color: var(--air-blue); font-weight: 600; \n            border-bottom: 1px solid rgba(2, 132, 199, 0.3); transition: 0.2s;\n        }\n        #gs-tsa-v2 a:hover { border-bottom-color: var(--air-blue); background: rgba(2, 132, 199, 0.05); }\n\n        #gs-tsa-v2 img { \n            display: block; max-width: 100%; height: auto; border-radius: 8px;\n            box-shadow: 0 10px 25px -5px rgba(2, 132, 199, 0.15);\n        }\n\n        \/* =========================================\n           2. LAYOUT ENGINE (Content Heavy Optimized)\n           ========================================= *\/\n        .gs-section {\n            width: 100%; padding: 100px 0; position: relative;\n            background-color: var(--air-white); border-bottom: 1px solid var(--air-border);\n        }\n        .gs-section:nth-child(even) { background-color: var(--air-light); }\n\n        .gs-container {\n            max-width: 1100px; \/* Slightly narrower for reading comfort *\/\n            margin: 0 auto; padding: 0 24px; position: relative; z-index: 2;\n        }\n\n        \/* Split Layout *\/\n        .gs-split-row {\n            display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;\n        }\n        .gs-split-row.reverse { direction: rtl; }\n        .gs-split-row.reverse .gs-txt-box { direction: ltr; }\n\n        \/* =========================================\n           3. ATOMIC COMPONENTS\n           ========================================= *\/\n        \n        \/* BREADCRUMB *\/\n        .gs-breadcrumb {\n            background: var(--air-white); padding: 20px 0; border-bottom: 1px solid var(--air-border);\n        }\n        .bc-wrap { display: flex; gap: 10px; font-size: 0.9rem; color: #64748b; }\n        .bc-current { color: var(--air-blue); font-weight: 700; }\n\n        \/* HERO *\/\n        .gs-hero-flight {\n            text-align: center; padding: 120px 0;\n            background: linear-gradient(180deg, #e0f2fe 0%, #ffffff 100%);\n        }\n        .gs-hero-badge {\n            background: var(--air-dark); color: white; padding: 5px 15px;\n            border-radius: 4px; font-size: 0.8rem; font-weight: 700; letter-spacing: 1px;\n            text-transform: uppercase; margin-bottom: 20px; display: inline-block;\n        }\n        .gs-hero-flight h1 { font-size: 3.5rem; margin-bottom: 30px; }\n        .gs-hero-flight p { font-size: 1.25rem; max-width: 800px; margin: 0 auto 40px; color: #475569; }\n\n        \/* DEEP DIVE TEXT BOX (For SEO Content) *\/\n        .gs-deep-text {\n            background: white; padding: 40px; border-left: 5px solid var(--air-blue);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.03); margin-bottom: 30px;\n        }\n        .gs-deep-text h3 { color: var(--air-blue); margin-bottom: 15px; }\n\n        \/* 3-1-1 CARDS *\/\n        .gs-rule-flex {\n            display: flex; gap: 30px; justify-content: center; margin: 50px 0; flex-wrap: wrap;\n        }\n        .gs-rule-item {\n            flex: 1; min-width: 250px; background: white; padding: 30px;\n            border: 1px solid var(--air-border); border-radius: 8px; text-align: center;\n        }\n        .gs-rule-big { font-size: 3.5rem; font-weight: 800; color: var(--air-blue); line-height: 1; }\n\n        \/* DATA TABLE *\/\n        .gs-tech-table {\n            width: 100%; border-collapse: collapse; margin: 40px 0; background: white; font-size: 0.95rem;\n        }\n        .gs-tech-table th { background: var(--air-dark); color: white; padding: 15px; text-align: left; }\n        .gs-tech-table td { padding: 15px; border-bottom: 1px solid var(--air-border); vertical-align: top; }\n        .gs-tech-table tr:hover { background-color: #f8fafc; }\n\n        \/* FAQ *\/\n        .gs-faq-item { \n            border: 1px solid var(--air-border); margin-bottom: 15px; background: white; border-radius: 4px;\n        }\n        .gs-faq-q { \n            padding: 20px; cursor: pointer; font-weight: 700; display: flex; \n            justify-content: space-between; background: #fdfdfd; color: var(--air-dark);\n        }\n        .gs-faq-a { padding: 25px; display: none; border-top: 1px solid var(--air-border); }\n        .gs-faq-item.active .gs-faq-a { display: block; }\n\n        \/* CTA *\/\n        .gs-cta-box {\n            text-align: center; padding: 80px 0; background: var(--air-light);\n            border-top: 1px solid var(--air-border);\n        }\n        .gs-btn-main {\n            display: inline-block; padding: 16px 45px; background: var(--air-blue);\n            color: white !important; font-weight: 700; border-radius: 50px;\n            transition: 0.3s; margin-top: 20px; box-shadow: 0 5px 15px rgba(2, 132, 199, 0.3);\n        }\n        .gs-btn-main:hover { background: var(--air-dark); transform: translateY(-2px); }\n\n        @media (max-width: 900px) {\n            .gs-split-row { grid-template-columns: 1fr; }\n            .gs-hero-flight h1 { font-size: 2.5rem; }\n        }\n    <\/style>\n\n    <div class=\"gs-breadcrumb\">\n        <div class=\"gs-container\">\n            <nav class=\"bc-wrap\">\n                <a href=\"\/\">Home<\/a> \/ \n                \n                <a href=\"https:\/\/goldensoarpackage.com\/key-features-technologies\/\">Key Features &#038; Technologies<\/a> \/\n                <span class=\"bc-current\">TSA Portable Standards<\/span>\n            <\/nav>\n        <\/div>\n    <\/div>\n\n    <header class=\"gs-hero-flight\">\n        <div class=\"gs-container\">\n            <span class=\"gs-hero-badge\">Global Aviation Compliance<\/span>\n            <h1>Engineering the Perfect Travel Container<\/h1>\n            <p>From the physics of cabin pressure to the strict geometry of the &#8220;Quart Bag.&#8221; We manufacture 100ml (3.4oz) packaging solutions that guarantee a hassle-free security screening experience for travelers worldwide.<\/p>\n            \n            <div style=\"margin-top:40px;\">\n                <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/08\/6-1.jpg\" alt=\"TSA Compliant Travel Bottle Kit\" style=\"max-width:800px; margin:0 auto;\">\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <div class=\"gs-split-row\">\n                <div class=\"gs-txt-box\">\n                    <h2>Decoding the Global &#8220;3-1-1&#8221; Standard<\/h2>\n                    <p>Since 2006, the Transportation Security Administration (TSA), alongside ICAO (International Civil Aviation Organization), has enforced strict limitations on Liquids, Aerosols, and Gels (LAGs) in carry-on luggage. For B2B packaging buyers, compliance is not just about size\u2014it&#8217;s about usability and verification.<\/p>\n                    \n                    <div class=\"gs-deep-text\">\n                        <h3>The &#8220;Volume Marking&#8221; Mandate<\/h3>\n                        <p>A common failure point in travel packaging is the lack of clear labeling. Airport security officers are trained to confiscate unmarked bottles, even if they appear small. <strong>Golden Soar&#8217;s solution:<\/strong> We incorporate permanent, in-mold embossing of the volume (e.g., &#8220;100ml \/ 3.4oz&#8221;) on the base or shoulder of every travel SKU. Unlike printed labels that can rub off, embossed markings ensure the bottle remains compliant for years of travel.<\/p>\n                    <\/div>\n\n                    <p>The &#8220;3-1-1&#8221; rule is the universal language of air travel:<\/p>\n                    <ul>\n                        <li><strong>3.4 Ounces (100ml):<\/strong> The absolute maximum capacity per individual container.<\/li>\n                        <li><strong>1 Quart Bag:<\/strong> All containers must fit inside a single, clear, resealable bag.<\/li>\n                        <li><strong>1 Bag Per Person:<\/strong> Efficiency is key; bulky packaging wastes precious allowance.<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"gs-img-box\">\n                    <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/08\/4-oz-Squeeze-Bottles.jpg\" alt=\"Flat Oval Bottles Optimized for Quart Bags\">\n                    <p style=\"text-align:center; font-size:0.9rem; color:#64748b; margin-top:10px;\">Figure 1: &#8220;Flat-Oval&#8221; profiles maximize volume density within the TSA bag.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <div class=\"gs-split-row reverse\">\n                <div class=\"gs-txt-box\">\n                    <h2>The Physics of Leakage: Boyle&#8217;s Law<\/h2>\n                    <p>Why do shampoos explode in suitcases? The answer lies in atmospheric pressure differentials. At sea level, pressure is approx. 14.7 psi. At a cruising altitude of 30,000 feet, the cabin is pressurized to the equivalent of 8,000 feet (approx. 10.9 psi).<\/p>\n                    \n                    <div class=\"gs-deep-text\">\n                        <h3>The Delta-P Problem<\/h3>\n                        <p>This creates a pressure differential (Delta-P) of roughly 4 psi. The air trapped inside a rigid bottle (like glass or hard PET) expands as the external pressure drops. Because the bottle walls cannot expand, the expanding air forces the liquid contents out through the path of least resistance\u2014usually the thread of the cap.<\/p>\n                    <\/div>\n\n                    <h3>Our Engineering Solution<\/h3>\n                    <p>We approach this physics problem with two distinct technologies:<\/p>\n                    <ol>\n                        <li><strong>Elastic Expansion (Silicone\/Soft PE):<\/strong> By using flexible materials, the bottle body is allowed to expand slightly under pressure (like a balloon). This volume increase accommodates the expanding air, neutralizing the internal pressure spike and preventing leakage.<\/li>\n                        <li><strong>Cross-Slit Valve Technology:<\/strong> For our premium travel series, we install a silicone check-valve in the cap. This valve remains mechanically sealed against the 4 psi internal pressure. It only opens when the user applies specific manual squeeze force (typically >10 psi), guaranteeing zero passive leakage.<\/li>\n                    <\/ol>\n                <\/div>\n                <div class=\"gs-img-box\">\n                    <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/08\/silicone-travel-bottle-set.jpg.webp\" alt=\"Silicone Travel Bottles Expansion Diagram\">\n                    <p style=\"text-align:center; font-size:0.9rem; color:#64748b; margin-top:10px;\">Figure 2: Flexible silicone walls absorb pressure changes.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <h2 style=\"text-align:center; margin-bottom:50px;\">Material Science: Selecting the Right Substrate<\/h2>\n            <p style=\"text-align:center; max-width:800px; margin:0 auto 50px;\">Not all materials are suitable for all toiletries. Chemical compatibility is critical for travel kits that may hold anything from sunscreen to mouthwash.<\/p>\n\n            <table class=\"gs-tech-table\">\n                <thead>\n                    <tr>\n                        <th>Material<\/th>\n                        <th>Travel Pros<\/th>\n                        <th>Travel Cons<\/th>\n                        <th>Best For<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td><strong>LSR Silicone<\/strong><br>(Liquid Silicone Rubber)<\/td>\n                        <td>\n                            <ul>\n                                <li><strong>Flexible:<\/strong> Adapts to pressure changes.<\/li>\n                                <li><strong>Soft Touch:<\/strong> Premium feel.<\/li>\n                                <li><strong>Squeezable:<\/strong> 100% evacuation.<\/li>\n                            <\/ul>\n                        <\/td>\n                        <td>\n                            <ul>\n                                <li><strong>Permeability:<\/strong> Not compatible with silicone-based serums or high-alcohol fluids (may sweat).<\/li>\n                            <\/ul>\n                        <\/td>\n                        <td>Shampoo, Conditioner, Lotion, Sunscreen (Cream).<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>PE (Polyethylene)<\/strong><br>(HDPE \/ LDPE)<\/td>\n                        <td>\n                            <ul>\n                                <li><strong>Chemical Resistance:<\/strong> Excellent for almost all formulas.<\/li>\n                                <li><strong>Durability:<\/strong> Impact resistant (won&#8217;t crack if dropped).<\/li>\n                            <\/ul>\n                        <\/td>\n                        <td>\n                            <ul>\n                                <li><strong>Aesthetics:<\/strong> Usually opaque or semi-transparent (harder to see level).<\/li>\n                            <\/ul>\n                        <\/td>\n                        <td>Body Wash, Face Cleanser, Contact Lens Solution.<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>PET (Polyester)<\/strong><br>(Virgin \/ PCR)<\/td>\n                        <td>\n                            <ul>\n                                <li><strong>Clarity:<\/strong> Glass-like transparency helps security screening.<\/li>\n                                <li><strong>Barrier:<\/strong> Good for alcohol and oils.<\/li>\n                            <\/ul>\n                        <\/td>\n                        <td>\n                            <ul>\n                                <li><strong>Rigid:<\/strong> Does not expand; requires valve cap for flight safety.<\/li>\n                            <\/ul>\n                        <\/td>\n                        <td>Mouthwash, Toner, Hair Oil, Makeup Remover.<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>Aluminum<\/strong><br>(Epoxy Lined)<\/td>\n                        <td>\n                            <ul>\n                                <li><strong>Protection:<\/strong> Blocks UV light completely.<\/li>\n                                <li><strong>Temperature:<\/strong> Stays cool.<\/li>\n                            <\/ul>\n                        <\/td>\n                        <td>\n                            <ul>\n                                <li><strong>Dent Prone:<\/strong> Can dent in luggage.<\/li>\n                                <li><strong>Rigid:<\/strong> Needs locking pump.<\/li>\n                            <\/ul>\n                        <\/td>\n                        <td>Hair Spray (Aerosol), Solid Tablets, Creams.<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <div class=\"gs-split-row\">\n                <div class=\"gs-txt-box\">\n                    <h2>The &#8220;Quart Bag&#8221; Ecosystem<\/h2>\n                    <p>A travel kit is not complete without the outer bag. TSA regulations require a &#8220;clear, quart-sized, resealable bag.&#8221; We offer customizable outer packaging that meets these specs while elevating your brand.<\/p>\n                    \n                    <h3>EVA vs. PVC: The Sustainability Shift<\/h3>\n                    <p>Traditionally, clear bags were made of PVC (Polyvinyl Chloride). However, PVC can become brittle in the cold cargo hold of a plane and is less eco-friendly. Golden Soar recommends <strong>EVA (Ethylene Vinyl Acetate)<\/strong> or <strong>TPU (Thermoplastic Polyurethane)<\/strong>.<\/p>\n                    <ul>\n                        <li><strong>Softness:<\/strong> EVA\/TPU remains soft and flexible even at freezing temperatures.<\/li>\n                        <li><strong>Clarity:<\/strong> TPU offers superior optical clarity for security scanning.<\/li>\n                        <li><strong>Eco-Friendly:<\/strong> Non-toxic, chlorine-free, and recyclable.<\/li>\n                    <\/ul>\n                    <p>We also reinforce the zipper mechanisms to withstand the &#8220;over-stuffing&#8221; typical of travelers.<\/p>\n                <\/div>\n                <div class=\"gs-img-box\">\n                    <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/09\/Why-Goldensoar-Packaging-Stands-Out.jpg.webp\" alt=\"High Quality EVA Travel Bag Zipper Detail\">\n                    <p style=\"text-align:center; font-size:0.9rem; color:#64748b; margin-top:10px;\">Figure 3: Reinforced TPU\/EVA bags pass the &#8220;Burst Strength&#8221; test.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container gs-faq-container\">\n            <h2 style=\"text-align:center; margin-bottom:50px;\">Aviation Compliance FAQ<\/h2>\n            \n            <div class=\"gs-faq-item\">\n                <div class=\"gs-faq-q\" onclick=\"this.parentElement.classList.toggle('active')\">\n                    Does &#8220;100ml&#8221; include the bottle weight or just the liquid?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-a\">\n                    The rule applies to the <strong>capacity of the container<\/strong>, not the amount of liquid inside. A 200ml bottle that is half-full (containing 100ml) is <strong>NOT<\/strong> allowed. The bottle itself must have a maximum capacity of 100ml. This is why our 100ml bottles are strictly dimensioned to not look &#8220;oversized.&#8221;\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <div class=\"gs-faq-q\" onclick=\"this.parentElement.classList.toggle('active')\">\n                    Are &#8220;Airless Bottles&#8221; allowed on planes?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-a\">\n                    Yes, and they are highly recommended. <a href=\"https:\/\/goldensoarpackage.com\/airless-pump-bottle-pp-lotion-dispensers\/\">Airless bottles<\/a> have no dip tube and contain no air pocket. Since there is no air to expand, they are virtually immune to cabin pressure leakage, making them the safest choice for expensive serums.\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <div class=\"gs-faq-q\" onclick=\"this.parentElement.classList.toggle('active')\">\n                    Can I bring Aluminum Aerosols (like shaving foam)?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-a\">\n                    Yes, provided the container is 100ml or less. Our <a href=\"https:\/\/goldensoarpackage.com\/aluminum-aerosol-spray-cans-screw-bottles\/\">Mini Aluminum Aerosols<\/a> are specifically designed for this. They feature a locking actuator cap to prevent accidental discharge inside the bag due to luggage compression.\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <div class=\"gs-faq-q\" onclick=\"this.parentElement.classList.toggle('active')\">\n                    What is the advantage of &#8220;Flat&#8221; bottles over round ones?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-a\">\n                    It&#8217;s about volume density. A standard quart bag is 2D until filled. Round bottles create triangular gaps of wasted space between them. Flat or square bottles pack flush against each other, allowing a user to fit 5-6 bottles in a bag where only 4 round ones would fit.\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-cta-box\">\n        <div class=\"gs-container\">\n            <h2>Launch Your Global Travel Kit<\/h2>\n            <p style=\"color:#64748b; margin-bottom:30px;\">Don&#8217;t let leakage ground your brand. Request a compliant prototype kit today.<\/p>\n            <div style=\"display:flex; justify-content:center; gap:20px;\">\n                <a href=\"#contact-footer\" class=\"gs-btn-main\">Request Samples<\/a>\n                <a href=\"https:\/\/goldensoarpackage.com\/key-features-technologies\/\" class=\"gs-btn-main\" style=\"background:white; color:var(--tsa-primary)!important; border:2px solid var(--tsa-primary); box-shadow:none;\">Back to Technologies<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Home \/ Key Features &#038; Technologies \/ TSA Portable Standards Global Aviation Compliance Engineering the Perfect Travel Container From the physics of cabin pressure to the strict geometry of the &#8220;Quart Bag.&#8221; We manufacture 100ml (3.4oz) packaging solutions that guarantee a hassle-free security screening experience for travelers worldwide. Decoding the Global &#8220;3-1-1&#8221; Standard Since 2006, &#8230; <a title=\"Portable Size Range\" class=\"read-more\" href=\"https:\/\/goldensoarpackage.com\/en\/portable-size-range\/\" aria-label=\"Read more about Portable Size Range\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-3541","page","type-page","status-publish"],"acf":[],"_links":{"self":[{"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/pages\/3541","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/comments?post=3541"}],"version-history":[{"count":153,"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/pages\/3541\/revisions"}],"predecessor-version":[{"id":9909,"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/pages\/3541\/revisions\/9909"}],"wp:attachment":[{"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/media?parent=3541"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}