{"id":2660,"date":"2026-05-20T12:15:03","date_gmt":"2026-05-20T02:15:03","guid":{"rendered":"https:\/\/greatlengths.com.au\/staging\/why-great-lengths\/"},"modified":"2026-05-20T15:17:52","modified_gmt":"2026-05-20T05:17:52","slug":"why-great-lengths","status":"publish","type":"page","link":"https:\/\/greatlengths.com.au\/staging\/why-great-lengths\/","title":{"rendered":"Why Great Lengths"},"content":{"rendered":"<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Montserrat:wght@300;400;500;600;700&display=swap');<\/p>\n<p>\/* ===== PROFESSIONAL SUB-NAV BAR ===== *\/\n.gl-pro-subnav {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 0;\n    background: #3a3a3a;\n    padding: 0;\n    position: sticky;\n    top: 38px;\n    z-index: 999;\n    border-bottom: 1px solid rgba(255,255,255,0.1);\n}\nbody.admin-bar .gl-pro-subnav {\n    top: 70px;\n}\n.gl-pro-subnav a {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #d4c5b0;\n    text-decoration: none;\n    padding: 14px 24px;\n    transition: color 0.3s, background 0.3s;\n    white-space: nowrap;\n}\n.gl-pro-subnav a:hover,\n.gl-pro-subnav a.active {\n    color: #fff;\n    background: rgba(139, 115, 85, 0.3);\n}\n.gl-pro-subnav a.active {\n    border-bottom: 2px solid #8B7355;\n}<\/p>\n<p>\/* ===== HERO SECTION ===== *\/\n.wgl-hero {\n    position: relative;\n    width: 100%;\n    height: 85vh;\n    min-height: 600px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    overflow: hidden;\n    background: url('https:\/\/greatlengths.com.au\/staging\/wp-content\/uploads\/2026\/05\/GL-Scatti-Aria-Essenza-707-1.webp') center center \/ cover no-repeat;\n}\n.wgl-hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: rgba(30, 25, 20, 0.55);\n    z-index: 1;\n}\n.wgl-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 800px;\n    padding: 0 40px;\n}\n.wgl-hero h1 {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 14px;\n    font-weight: 600;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: #d4c5b0;\n    margin: 0 0 24px;\n}\n.wgl-hero h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 46px;\n    font-weight: 300;\n    line-height: 1.2;\n    color: #fff;\n    margin: 0 0 24px;\n}\n.wgl-hero p {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 18px;\n    color: rgba(255,255,255,0.85);\n    line-height: 1.6;\n    margin: 0;\n}<\/p>\n<p>\/* ===== CONTENT SECTIONS ===== *\/\n.wgl-page {\n    background: #FAF8F5;\n}\n.wgl-section {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 100px 60px;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 80px;\n    align-items: center;\n    opacity: 0;\n    transform: translateY(30px);\n    transition: opacity 0.8s ease, transform 0.8s ease;\n}\n.wgl-section.visible {\n    opacity: 1;\n    transform: translateY(0);\n}\n.wgl-section.reverse {\n    direction: rtl;\n}\n.wgl-section.reverse > * {\n    direction: ltr;\n}\n.wgl-section-text h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 38px;\n    font-weight: 300;\n    color: #3a3a3a;\n    margin: 0 0 24px;\n    line-height: 1.2;\n}\n.wgl-section-text p {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 15px;\n    font-weight: 300;\n    color: #555;\n    line-height: 1.8;\n    margin: 0 0 16px;\n}\n.wgl-section-text ul {\n    list-style: none;\n    padding: 0;\n    margin: 16px 0;\n}\n.wgl-section-text ul li {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 14px;\n    font-weight: 300;\n    color: #555;\n    line-height: 1.8;\n    padding: 4px 0 4px 20px;\n    position: relative;\n}\n.wgl-section-text ul li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 12px;\n    width: 6px;\n    height: 6px;\n    background: #8B7355;\n    border-radius: 50%;\n}\n.wgl-section-image {\n    position: relative;\n    border-radius: 2px;\n    overflow: hidden;\n}\n.wgl-section-image img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 2px;\n}<\/p>\n<p>\/* ===== DIVIDER ===== *\/\n.wgl-divider {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 60px;\n}\n.wgl-divider hr {\n    border: none;\n    height: 1px;\n    background: linear-gradient(to right, transparent, #8B7355, transparent);\n}<\/p>\n<p>\/* ===== CTA SECTION ===== *\/\n.wgl-cta-band {\n    background: #3a3a3a;\n    text-align: center;\n    padding: 80px 40px;\n}\n.wgl-cta-band h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 38px;\n    font-weight: 300;\n    color: #fff;\n    margin: 0 0 16px;\n}\n.wgl-cta-band p {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 15px;\n    font-weight: 300;\n    color: rgba(255,255,255,0.7);\n    margin: 0 0 32px;\n}\n.wgl-cta-band .wgl-btn {\n    display: inline-block;\n    padding: 16px 40px;\n    background: #8B7355;\n    color: #fff;\n    font-family: 'Montserrat', sans-serif;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    text-decoration: none;\n    transition: background 0.3s;\n}\n.wgl-cta-band .wgl-btn:hover {\n    background: #6B5740;\n}\n.wgl-cta-stars {\n    color: #d4a547;\n    font-size: 28px;\n    letter-spacing: 4px;\n    margin-bottom: 16px;\n}<\/p>\n<p>\/* ===== BADGE STYLING ===== *\/\n.wgl-badge-container {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 40px;\n    background: #f0ece6;\n    border-radius: 2px;\n}\n.wgl-badge-container img {\n    max-width: 200px;\n    height: auto;\n}<\/p>\n<p>\/* Google Stars *\/\n.wgl-google-rating {\n    text-align: center;\n    padding: 40px;\n    background: #fff;\n    border-radius: 2px;\n    box-shadow: 0 2px 20px rgba(0,0,0,0.06);\n}\n.wgl-google-rating .stars {\n    color: #fbbc04;\n    font-size: 36px;\n    letter-spacing: 4px;\n    margin-bottom: 12px;\n}\n.wgl-google-rating .rating-text {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 13px;\n    font-weight: 500;\n    color: #3a3a3a;\n    letter-spacing: 1px;\n}\n.wgl-google-rating .google-logo {\n    margin-top: 12px;\n    font-family: 'Montserrat', sans-serif;\n    font-size: 22px;\n    font-weight: 500;\n}\n.wgl-google-rating .google-logo span:nth-child(1) { color: #4285F4; }\n.wgl-google-rating .google-logo span:nth-child(2) { color: #EA4335; }\n.wgl-google-rating .google-logo span:nth-child(3) { color: #FBBC04; }\n.wgl-google-rating .google-logo span:nth-child(4) { color: #4285F4; }\n.wgl-google-rating .google-logo span:nth-child(5) { color: #34A853; }\n.wgl-google-rating .google-logo span:nth-child(6) { color: #EA4335; }<\/p>\n<p>\/* Blue Tick Badge *\/\n.wgl-bluetick {\n    text-align: center;\n    padding: 40px;\n    background: #f0ece6;\n    border-radius: 2px;\n}\n.wgl-bluetick .tick-icon {\n    width: 80px;\n    height: 80px;\n    margin: 0 auto 16px;\n    background: #1DA1F2;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 36px;\n    color: #fff;\n}\n.wgl-bluetick .tick-text {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #3a3a3a;\n}<\/p>\n<p>\/* Seal Badge *\/\n.wgl-seal {\n    text-align: center;\n    padding: 40px;\n    background: #f0ece6;\n    border-radius: 2px;\n}\n.wgl-seal .seal-icon {\n    width: 120px;\n    height: 120px;\n    margin: 0 auto 16px;\n    border: 3px solid #8B7355;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-direction: column;\n}\n.wgl-seal .seal-icon .seal-top {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 8px;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #8B7355;\n}\n.wgl-seal .seal-icon .seal-main {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 14px;\n    font-weight: 500;\n    color: #3a3a3a;\n    line-height: 1.1;\n    text-align: center;\n}\n.wgl-seal .seal-label {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #3a3a3a;\n    margin-top: 8px;\n}<\/p>\n<p>@media (max-width: 768px) {\n    .wgl-pro-subnav {\n        flex-wrap: wrap;\n        gap: 0;\n    }\n    .wgl-pro-subnav a {\n        font-size: 10px;\n        padding: 10px 12px;\n        letter-spacing: 1px;\n    }\n    .wgl-hero { height: 60vh; min-height: 400px; }\n    .wgl-hero h2 { font-size: 32px; }\n    .wgl-section {\n        grid-template-columns: 1fr;\n        gap: 40px;\n        padding: 60px 24px;\n    }\n    .wgl-section.reverse { direction: ltr; }\n    .wgl-section-text h2 { font-size: 30px; }\n}\n<\/style>\n<p><!-- PROFESSIONAL SUB-NAV BAR --><\/p>\n<p><!-- HERO SECTION --><\/p>\n<section class=\"wgl-hero\">\n<div class=\"wgl-hero-content\">\n<h1>Why Great Lengths<\/h1>\n<h2>Elevate Your Salon With the World&#8217;s Leading Hair Extension Brand<\/h2>\n<\/p><\/div>\n<\/section>\n<nav class=\"gl-pro-subnav\">\n    <a href=\"\/staging\/why-great-lengths\/\" class=\"active\">Why Great Lengths<\/a><br \/>\n    <a href=\"\/staging\/how-to-partner\/\">How to Partner<\/a><br \/>\n    <a href=\"\/staging\/education-training\/\">Education &amp; Training<\/a><br \/>\n    <a href=\"\/staging\/great-lengths-calendar\/\">Great Lengths Calendar<\/a><br \/>\n    <a href=\"\/staging\/business-benefits\/\">Business Benefits<\/a><br \/>\n    <a href=\"\/staging\/resources\/\">Resources<\/a><br \/>\n    <a href=\"\/staging\/salon-testimonials\/\">Salon Testimonials<\/a><br \/>\n<\/nav>\n<div class=\"wgl-page\">\n<div class=\"htp-big-text\">\n<p>Great Lengths is more than a premium hair extension brand \u2014 it&#8217;s a global standard in quality, ethics, and performance. Since 1991, we&#8217;ve partnered with leading salons to deliver consistent, natural results while protecting the integrity of the hair.<\/p>\n<\/div>\n<p><!-- SECTION 1: Uncompromising Quality --><\/p>\n<section class=\"wgl-section\">\n<div class=\"wgl-section-text\">\n<h2>Uncompromising Quality<\/h2>\n<p>Our extensions are made from ethically sourced Indian human hair, with the cuticle fully intact and aligned.<\/p>\n<ul>\n<li>100% Indian, 100% traceable, ethical hair<\/li>\n<li>No bleach used in colouration for colour safe results<\/li>\n<li>No degradation over time thanks to intact cuticle<\/li>\n<li>Hydrolysed keratin attachments for safe, residue free comfort and care<\/li>\n<\/ul>\n<p>The result is consistently high-performing hair that maintains its integrity far beyond lower-grade alternatives.<\/p>\n<\/p><\/div>\n<div class=\"wgl-section-image\">\n<div class=\"wgl-seal\">\n<div class=\"seal-icon\">\n                <span class=\"seal-top\">GREAT LENGTHS<\/span><br \/>\n                <span class=\"seal-main\">Seal of<br \/>Approval<\/span>\n            <\/div>\n<div class=\"seal-label\">Certified Quality<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<div class=\"wgl-divider\">\n<hr>\n<\/div>\n<p><!-- SECTION 2: Certified Ethical Standards --><\/p>\n<section class=\"wgl-section reverse\">\n<div class=\"wgl-section-text\">\n<h2>Certified Ethical Standards<\/h2>\n<p>As a B Corp certified company, Great Lengths meets the highest standards of social and environmental responsibility across sourcing, production, and business operations.<\/p>\n<\/p><\/div>\n<div class=\"wgl-section-image\">\n<div class=\"wgl-badge-container\">\n            <img decoding=\"async\" src=\"https:\/\/greatlengths.com.au\/staging\/wp-content\/uploads\/2026\/04\/B-Corp.jpg\" alt=\"B Corp Certified\">\n        <\/div>\n<\/p><\/div>\n<\/section>\n<div class=\"wgl-divider\">\n<hr>\n<\/div>\n<p><!-- SECTION 3: Proven Global Brand --><\/p>\n<section class=\"wgl-section\">\n<div class=\"wgl-section-text\">\n<h2>Proven Global Brand<\/h2>\n<ul>\n<li>Established in 1991<\/li>\n<li>Available in 80+ countries<\/li>\n<li>The original hair extension brand in Australia<\/li>\n<li>Over 35 years of industry leadership<\/li>\n<li>A five star Google rating<\/li>\n<\/ul>\n<p>One of the most recognised and trusted names in professional hair extensions worldwide.<\/p>\n<\/p><\/div>\n<div class=\"wgl-section-image\">\n<div class=\"wgl-google-rating\">\n<div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n<div class=\"rating-text\">5.0 RATING<\/div>\n<div class=\"google-logo\">\n                <span>G<\/span><span>o<\/span><span>o<\/span><span>g<\/span><span>l<\/span><span>e<\/span>\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<div class=\"wgl-divider\">\n<hr>\n<\/div>\n<p><!-- SECTION 4: Blue Tick Approved --><\/p>\n<section class=\"wgl-section reverse\">\n<div class=\"wgl-section-text\">\n<h2>Blue Tick Approved<\/h2>\n<p>We partner with hundreds of salons across Australia and New Zealand, maintaining a selective approach to protect brand integrity and service standards. This positions your salon within the luxury segment, alongside our many wearers who are Blue Tick Approved. Partnering with a high calibre brand:<\/p>\n<ul>\n<li>Attract clients seeking high-end, natural results<\/li>\n<li>Align with a globally recognised premium brand<\/li>\n<li>Build long-term client loyalty<\/li>\n<\/ul><\/div>\n<div class=\"wgl-section-image\">\n<div class=\"wgl-bluetick\">\n<div class=\"tick-icon\">\u2713<\/div>\n<div class=\"tick-text\">Blue Tick Approved<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<div class=\"wgl-divider\">\n<hr>\n<\/div>\n<p><!-- SECTION 5: Exclusively for Certified Professionals --><\/p>\n<section class=\"wgl-section\">\n<div class=\"wgl-section-text\">\n<h2>Exclusively for Certified Professionals<\/h2>\n<p>Great Lengths is a salon-only, B2B brand.<\/p>\n<ul>\n<li>Available exclusively to certified hairdressers<\/li>\n<li>No direct-to-consumer product sales (excluding take-home care)<\/li>\n<li>Designed to support and protect the professional salon industry<\/li>\n<\/ul>\n<p>This ensures quality, protects pricing, and gives partner salons a clear point of difference.<\/p>\n<p><em>We exist to support professional salons, not compete with them.<\/em><\/p>\n<\/p><\/div>\n<div class=\"wgl-section-image\">\n<div class=\"wgl-seal\">\n<div class=\"seal-icon\">\n                <span class=\"seal-top\">EXCLUSIVELY<\/span><br \/>\n                <span class=\"seal-main\">Salon<br \/>Professional<\/span>\n            <\/div>\n<div class=\"seal-label\">Certified Professionals Only<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<\/div>\n<p><!-- CTA BAND --><\/p>\n<section class=\"wgl-cta-band\">\n<h2>Partner With Us<\/h2>\n<p>Join a network of salons aligned with quality, consistency, and long-term success.<\/p>\n<p>    <a href=\"\/staging\/apply-to-partner\/\" class=\"wgl-btn\">Partner With Us<\/a><br \/>\n<\/section>\n<p><script>\n(function(){\n    \/\/ Scroll animation observer\n    var sections = document.querySelectorAll('.wgl-section');\n    if ('IntersectionObserver' in window) {\n        var observer = new IntersectionObserver(function(entries) {\n            entries.forEach(function(entry) {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('visible');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.15 });\n        sections.forEach(function(s) { observer.observe(s); });\n    } else {\n        sections.forEach(function(s) { s.classList.add('visible'); });\n    }<\/p>\n<p>    \/\/ Highlight active subnav link based on current page\n    var currentPath = window.location.pathname;\n    var links = document.querySelectorAll('.gl-pro-subnav a');\n    links.forEach(function(link) {\n        link.classList.remove('active');\n        if (currentPath.indexOf(link.getAttribute('href')) !== -1) {\n            link.classList.add('active');\n        }\n    });\n})();\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Why Great Lengths Elevate Your Salon With the World&#8217;s Leading Hair Extension Brand Why Great Lengths How to Partner Education &amp; Training Great Lengths Calendar Business Benefits Resources Salon Testimonials Great Lengths is more than a premium hair extension brand \u2014 it&#8217;s a global standard in quality, ethics, and performance. Since 1991, we&#8217;ve partnered with [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"content-type":"","footnotes":""},"class_list":["post-2660","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Why Great Lengths - Great Lengths Australia &amp; New Zealand<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/greatlengths.com.au\/staging\/why-great-lengths\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Why Great Lengths - Great Lengths Australia &amp; New Zealand\" \/>\n<meta property=\"og:description\" content=\"Why Great Lengths Elevate Your Salon With the World&#8217;s Leading Hair Extension Brand Why Great Lengths How to Partner Education &amp; Training Great Lengths Calendar Business Benefits Resources Salon Testimonials Great Lengths is more than a premium hair extension brand \u2014 it&#8217;s a global standard in quality, ethics, and performance. Since 1991, we&#8217;ve partnered with [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greatlengths.com.au\/staging\/why-great-lengths\/\" \/>\n<meta property=\"og:site_name\" content=\"Great Lengths Australia &amp; New Zealand\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-20T05:17:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/greatlengths.com.au\/staging\/wp-content\/uploads\/2026\/04\/B-Corp.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/why-great-lengths\\\/\",\"url\":\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/why-great-lengths\\\/\",\"name\":\"Why Great Lengths - Great Lengths Australia &amp; New Zealand\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/why-great-lengths\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/why-great-lengths\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/B-Corp.jpg\",\"datePublished\":\"2026-05-20T02:15:03+00:00\",\"dateModified\":\"2026-05-20T05:17:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/why-great-lengths\\\/#breadcrumb\"},\"inLanguage\":\"en-AU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/why-great-lengths\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-AU\",\"@id\":\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/why-great-lengths\\\/#primaryimage\",\"url\":\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/B-Corp.jpg\",\"contentUrl\":\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/B-Corp.jpg\",\"width\":428,\"height\":456,\"caption\":\"Great Lengths is a B Corp certified brand\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/why-great-lengths\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Why Great Lengths\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/#website\",\"url\":\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/\",\"name\":\"Great Lengths Australia &amp; New Zealand\",\"description\":\"Premium Hair Extensions | Roma 1992\",\"publisher\":{\"@id\":\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-AU\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/#organization\",\"name\":\"Great Lengths Australia &amp; New Zealand\",\"url\":\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-AU\",\"@id\":\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/GL-ROMA1992-black.png\",\"contentUrl\":\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/GL-ROMA1992-black.png\",\"width\":1500,\"height\":527,\"caption\":\"Great Lengths Australia &amp; New Zealand\"},\"image\":{\"@id\":\"https:\\\/\\\/greatlengths.com.au\\\/staging\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Why Great Lengths - Great Lengths Australia &amp; New Zealand","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/greatlengths.com.au\/staging\/why-great-lengths\/","og_locale":"en_US","og_type":"article","og_title":"Why Great Lengths - Great Lengths Australia &amp; New Zealand","og_description":"Why Great Lengths Elevate Your Salon With the World&#8217;s Leading Hair Extension Brand Why Great Lengths How to Partner Education &amp; Training Great Lengths Calendar Business Benefits Resources Salon Testimonials Great Lengths is more than a premium hair extension brand \u2014 it&#8217;s a global standard in quality, ethics, and performance. Since 1991, we&#8217;ve partnered with [&hellip;]","og_url":"https:\/\/greatlengths.com.au\/staging\/why-great-lengths\/","og_site_name":"Great Lengths Australia &amp; New Zealand","article_modified_time":"2026-05-20T05:17:52+00:00","og_image":[{"url":"https:\/\/greatlengths.com.au\/staging\/wp-content\/uploads\/2026\/04\/B-Corp.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/greatlengths.com.au\/staging\/why-great-lengths\/","url":"https:\/\/greatlengths.com.au\/staging\/why-great-lengths\/","name":"Why Great Lengths - Great Lengths Australia &amp; New Zealand","isPartOf":{"@id":"https:\/\/greatlengths.com.au\/staging\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greatlengths.com.au\/staging\/why-great-lengths\/#primaryimage"},"image":{"@id":"https:\/\/greatlengths.com.au\/staging\/why-great-lengths\/#primaryimage"},"thumbnailUrl":"https:\/\/greatlengths.com.au\/staging\/wp-content\/uploads\/2026\/04\/B-Corp.jpg","datePublished":"2026-05-20T02:15:03+00:00","dateModified":"2026-05-20T05:17:52+00:00","breadcrumb":{"@id":"https:\/\/greatlengths.com.au\/staging\/why-great-lengths\/#breadcrumb"},"inLanguage":"en-AU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greatlengths.com.au\/staging\/why-great-lengths\/"]}]},{"@type":"ImageObject","inLanguage":"en-AU","@id":"https:\/\/greatlengths.com.au\/staging\/why-great-lengths\/#primaryimage","url":"https:\/\/greatlengths.com.au\/staging\/wp-content\/uploads\/2026\/04\/B-Corp.jpg","contentUrl":"https:\/\/greatlengths.com.au\/staging\/wp-content\/uploads\/2026\/04\/B-Corp.jpg","width":428,"height":456,"caption":"Great Lengths is a B Corp certified brand"},{"@type":"BreadcrumbList","@id":"https:\/\/greatlengths.com.au\/staging\/why-great-lengths\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/greatlengths.com.au\/staging\/"},{"@type":"ListItem","position":2,"name":"Why Great Lengths"}]},{"@type":"WebSite","@id":"https:\/\/greatlengths.com.au\/staging\/#website","url":"https:\/\/greatlengths.com.au\/staging\/","name":"Great Lengths Australia &amp; New Zealand","description":"Premium Hair Extensions | Roma 1992","publisher":{"@id":"https:\/\/greatlengths.com.au\/staging\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/greatlengths.com.au\/staging\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-AU"},{"@type":"Organization","@id":"https:\/\/greatlengths.com.au\/staging\/#organization","name":"Great Lengths Australia &amp; New Zealand","url":"https:\/\/greatlengths.com.au\/staging\/","logo":{"@type":"ImageObject","inLanguage":"en-AU","@id":"https:\/\/greatlengths.com.au\/staging\/#\/schema\/logo\/image\/","url":"https:\/\/greatlengths.com.au\/staging\/wp-content\/uploads\/2026\/03\/GL-ROMA1992-black.png","contentUrl":"https:\/\/greatlengths.com.au\/staging\/wp-content\/uploads\/2026\/03\/GL-ROMA1992-black.png","width":1500,"height":527,"caption":"Great Lengths Australia &amp; New Zealand"},"image":{"@id":"https:\/\/greatlengths.com.au\/staging\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/greatlengths.com.au\/staging\/wp-json\/wp\/v2\/pages\/2660","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greatlengths.com.au\/staging\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/greatlengths.com.au\/staging\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/greatlengths.com.au\/staging\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/greatlengths.com.au\/staging\/wp-json\/wp\/v2\/comments?post=2660"}],"version-history":[{"count":2,"href":"https:\/\/greatlengths.com.au\/staging\/wp-json\/wp\/v2\/pages\/2660\/revisions"}],"predecessor-version":[{"id":2679,"href":"https:\/\/greatlengths.com.au\/staging\/wp-json\/wp\/v2\/pages\/2660\/revisions\/2679"}],"wp:attachment":[{"href":"https:\/\/greatlengths.com.au\/staging\/wp-json\/wp\/v2\/media?parent=2660"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}