{"id":109847,"date":"2025-10-14T09:19:40","date_gmt":"2025-10-14T09:19:40","guid":{"rendered":"https:\/\/seolutions.biz\/shop\/?page_id=109847"},"modified":"2026-01-13T10:16:41","modified_gmt":"2026-01-13T10:16:41","slug":"about-us","status":"publish","type":"page","link":"https:\/\/seolutions.biz\/shop\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"\n\n\n<div class=\"about-master-wrapper\">\n\n<style>\n    \/* =========================================\n       SCOPED CSS: ABOUT PAGE (UPDATED HERO)\n       ========================================= *\/\n    .about-master-wrapper {\n        width: 100%;\n        background-color: #ffffff;\n        color: #0f172a;\n        box-sizing: border-box;\n        font-family: inherit;\n        line-height: 1.6;\n        overflow-x: hidden;\n    }\n    .about-master-wrapper *, \n    .about-master-wrapper *::before, \n    .about-master-wrapper *::after {\n        box-sizing: border-box;\n    }\n\n    .au-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 24px;\n    }\n\n    .au-section {\n        padding: 100px 0;\n        border-bottom: 1px solid #f1f5f9;\n    }\n\n    \/* Typography *\/\n    .au-h1 { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 800; line-height: 1.1; color: #0f172a; margin: 0 0 1.5rem 0; letter-spacing: -1.5px; }\n    .au-h2 { font-size: clamp(2rem, 4vw, 2.5rem); font-weight: 800; color: #0f172a; margin-bottom: 1.5rem; letter-spacing: -1px; line-height: 1.2; }\n    .au-p { font-size: 1.1rem; color: #475569; margin-bottom: 1.5rem; line-height: 1.7; max-width: 700px; } \/* Removed auto margin for left align *\/\n    .au-strong { font-weight: 700; color: #0f172a; }\n    \n    .au-btn-primary {\n        display: inline-block;\n        background-color: #2563eb;\n        color: #ffffff;\n        font-weight: 700;\n        padding: 16px 32px;\n        border-radius: 8px;\n        text-decoration: none;\n        transition: transform 0.2s, background-color 0.2s;\n    }\n    .au-btn-primary:hover {\n        background-color: #1d4ed8;\n        transform: translateY(-2px);\n    }\n\n    \/* =========================================\n       1. HERO SECTION (SPLIT LAYOUT)\n       ========================================= *\/\n    .au-hero-split {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 60px;\n        align-items: center;\n        padding-bottom: 2rem;\n    }\n\n    .au-hero-content {\n        z-index: 10;\n        position: relative;\n    }\n\n    \/* Hero Widget Styling *\/\n    .au-hero-widget {\n        position: relative;\n        perspective: 1000px;\n    }\n    \n    .hw-card {\n        background: #ffffff;\n        border: 1px solid #e2e8f0;\n        border-radius: 20px;\n        padding: 30px;\n        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);\n        transform: rotateY(-5deg) rotateX(5deg);\n        transition: transform 0.5s ease;\n        position: relative;\n        z-index: 2;\n    }\n    .au-hero-widget:hover .hw-card {\n        transform: rotateY(0deg) rotateX(0deg);\n    }\n    \n    .hw-header {\n        display: flex; justify-content: space-between; align-items: center;\n        border-bottom: 1px solid #f1f5f9; padding-bottom: 15px; margin-bottom: 20px;\n    }\n    .hw-dot { width: 10px; height: 10px; background: #22c55e; border-radius: 50%; display: inline-block; margin-right: 8px; box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.2); }\n    \n    .hw-stat-row { display: flex; justify-content: space-between; margin-bottom: 15px; }\n    .hw-stat-box {\n        background: #f8fafc; border-radius: 10px; padding: 15px; width: 48%;\n    }\n    .hw-label { font-size: 0.75rem; text-transform: uppercase; color: #64748b; font-weight: 700; display: block; margin-bottom: 5px; }\n    .hw-number { font-size: 1.5rem; font-weight: 800; color: #0f172a; }\n    .hw-up { color: #22c55e; font-size: 0.9rem; font-weight: 700; margin-left: 5px; }\n\n    .hw-graph-placeholder {\n        height: 60px; width: 100%; display: flex; align-items: flex-end; justify-content: space-between; gap: 5px; margin-top: 20px;\n    }\n    .hw-bar { width: 100%; background: #e2e8f0; border-radius: 4px; transition: height 0.5s; }\n    .hw-bar:nth-child(1) { height: 40%; }\n    .hw-bar:nth-child(2) { height: 60%; }\n    .hw-bar:nth-child(3) { height: 50%; }\n    .hw-bar:nth-child(4) { height: 75%; }\n    .hw-bar:nth-child(5) { height: 65%; }\n    .hw-bar:nth-child(6) { height: 90%; background: #2563eb; }\n\n    \/* Floating Badge behind card *\/\n    .hw-badge-float {\n        position: absolute;\n        top: -20px; right: -20px;\n        background: #0f172a; color: white;\n        padding: 10px 20px; border-radius: 12px;\n        font-weight: 700; font-size: 0.9rem;\n        z-index: 3;\n        box-shadow: 0 10px 20px rgba(0,0,0,0.2);\n        animation: floatBadge 3s ease-in-out infinite;\n    }\n    @keyframes floatBadge {\n        0%, 100% { transform: translateY(0); }\n        50% { transform: translateY(-10px); }\n    }\n\n    \/* =========================================\n       2. THE TEAM (EXISTING STYLES)\n       ========================================= *\/\n    .founders-stack {\n        display: flex; flex-direction: column; gap: 4rem; margin-top: 3rem;\n    }\n\n    .founder-row {\n        display: grid; grid-template-columns: 300px 1fr; gap: 4rem; align-items: start;\n        border-bottom: 1px solid #f1f5f9; padding-bottom: 4rem;\n        text-align: left;\n    }\n    .founder-row:last-child { border-bottom: none; padding-bottom: 0; }\n\n    .fr-img-frame {\n        width: 100%; height: 350px; position: relative; border-radius: 12px; overflow: hidden;\n        box-shadow: 0 20px 40px -5px rgba(0,0,0,0.1); border: 1px solid #e2e8f0;\n    }\n    .fr-headshot { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; filter: grayscale(10%); }\n    .fr-img-frame:hover .fr-headshot { transform: scale(1.03); filter: grayscale(0%); }\n\n    .fr-meta h3 { font-size: 2rem; font-weight: 800; margin: 0 0 5px 0; color: #0f172a; }\n    .fr-role { font-size: 0.85rem; color: #2563eb; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; display: block; margin-bottom: 20px; }\n    .fr-links { margin-top: 20px; display: flex; gap: 20px; }\n    .fr-link { font-weight: 700; color: #0f172a; text-decoration: none; font-size: 0.9rem; border-bottom: 2px solid transparent; transition: 0.2s; }\n    .fr-link:hover { border-color: #2563eb; color: #2563eb; }\n\n    \/* =========================================\n       3. THE TIMELINE (EXISTING STYLES)\n       ========================================= *\/\n    .timeline-container {\n        display: flex; flex-direction: column; margin-top: 4rem;\n    }\n    .tl-item { display: flex; gap: 50px; position: relative; text-align: left; }\n    .tl-date-col { width: 150px; text-align: right; padding-top: 5px; flex-shrink: 0; font-family: monospace; font-weight: 700; color: #cbd5e1; font-size: 1.1rem; }\n    .tl-item:hover .tl-date-col { color: #0f172a; }\n    .tl-content-col { padding-bottom: 60px; border-left: 2px solid #e2e8f0; padding-left: 50px; position: relative; flex-grow: 1; }\n    .tl-item:last-child .tl-content-col { border-left-color: transparent; padding-bottom: 0; }\n    .tl-dot { position: absolute; left: -6px; top: 8px; width: 10px; height: 10px; background: #fff; border: 2px solid #cbd5e1; border-radius: 50%; transition: all 0.3s; z-index: 2; }\n    .tl-item:hover .tl-dot { background: #0f172a; border-color: #0f172a; transform: scale(1.2); }\n    .tl-item.active .tl-dot { background: #2563eb; border-color: #2563eb; }\n    .tl-title { font-size: 1.3rem; font-weight: 800; color: #0f172a; margin: 0 0 10px 0; line-height: 1.2; }\n\n    \/* =========================================\n       4. INTERACTIVE GRAPH & RESPONSIVE\n       ========================================= *\/\n    .chart-wrapper {\n        background: #ffffff;\n        border: 1px solid #e2e8f0;\n        border-radius: 20px;\n        padding: 40px;\n        box-shadow: 0 20px 50px -10px rgba(0,0,0,0.05);\n    }\n\n    .chart-visual {\n        position: relative;\n        height: 300px;\n        width: 100%;\n        margin-bottom: 50px;\n    }\n\n    .growth-svg { width: 100%; height: 100%; overflow: visible; }\n\n    .line-crash { fill: none; stroke: #ef4444; stroke-width: 2; stroke-dasharray: 5; opacity: 0.4; }\n    .line-growth { fill: none; stroke: #2563eb; stroke-width: 4; stroke-linecap: round; filter: drop-shadow(0 5px 10px rgba(37,99,235,0.3)); stroke-dasharray: 1000; stroke-dashoffset: 1000; animation: drawLine 3s ease-out forwards; }\n    .area-growth { fill: rgba(37,99,235,0.05); opacity: 0; animation: fadeInArea 3s ease-out forwards 0.5s; }\n\n    @keyframes drawLine { to { stroke-dashoffset: 0; } }\n    @keyframes fadeInArea { to { opacity: 1; } }\n\n    .event-point {\n        position: absolute; transform: translate(-50%, -50%);\n        display: flex; flex-direction: column; align-items: center; cursor: pointer;\n    }\n    .ep-dot { width: 16px; height: 16px; background: #ffffff; border: 4px solid #0f172a; border-radius: 50%; margin-bottom: 10px; transition: transform 0.2s; position: relative; z-index: 2; }\n    .event-point::after { content: ''; position: absolute; top: 8px; left: 50%; width: 1px; height: 200px; background: #cbd5e1; z-index: 1; opacity: 0.5; }\n    \n    .ep-label {\n        background: #0f172a; color: #fff; padding: 4px 10px; border-radius: 4px; font-size: 0.75rem; font-weight: 700; white-space: nowrap;\n        opacity: 0; transform: translateY(10px); animation: floatUp 0.5s forwards 2s;\n    }\n    @keyframes floatUp { to { opacity: 1; transform: translateY(0); } }\n    .event-point:hover .ep-dot { transform: scale(1.5); border-color: #2563eb; }\n\n    .pivot-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; border-top: 1px solid #f1f5f9; padding-top: 40px; }\n    .pivot-card { padding-left: 20px; border-left: 2px solid #e2e8f0; transition: border-color 0.3s; }\n    .pivot-card:hover { border-left-color: #2563eb; }\n    .pc-year { font-family: monospace; font-weight: 700; color: #cbd5e1; font-size: 0.9rem; display: block; margin-bottom: 5px; }\n    .pc-title { font-weight: 800; color: #0f172a; font-size: 1.1rem; margin: 0 0 10px 0; }\n    .pc-desc { font-size: 0.95rem; color: #64748b; line-height: 1.6; }\n\n    @media (max-width: 900px) {\n        .au-section { padding: 60px 0; }\n        .au-h1 { font-size: 2.5rem; }\n        .au-hero-split { grid-template-columns: 1fr; gap: 40px; text-align: center; }\n        .au-p { margin-left: auto; margin-right: auto; }\n        .au-hero-widget { max-width: 400px; margin: 0 auto; }\n        \n        .founder-row { grid-template-columns: 1fr; gap: 2rem; }\n        .fr-img-frame { height: 350px; }\n        \n        .tl-item { flex-direction: column; gap: 10px; }\n        .tl-date-col { text-align: left; padding: 0; width: 100%; font-size: 1rem; }\n        .tl-content-col { border-left: 2px solid #e2e8f0; padding-left: 20px; padding-bottom: 40px; margin-left: 5px; }\n        \n        .pivot-grid { grid-template-columns: 1fr; gap: 30px; }\n        .event-point .ep-label { display: none; }\n        .ep-dot { width: 12px; height: 12px; border-width: 2px; }\n    }\n<\/style>\n\n    <!-- 1. HERO SECTION (UPDATED: CONTENT LEFT, WIDGET RIGHT) -->\n    <section class=\"au-section\">\n        <div class=\"au-container\">\n            <div class=\"au-hero-split\">\n                \n                <!-- Left: Text -->\n                <div class=\"au-hero-content\">\n                    <h1 class=\"au-h1\">We Don&#8217;t Chase Trends.<br>We Engineer Authority.<\/h1>\n                    <p class=\"au-p\">\n                        SEOlutions GmbH is a link building agency evolved from the SEO underground. We partner with enterprise brands and agencies who need links that withstand the storms of modern algorithms.\n                    <\/p>\n                    <div style=\"margin-top: 2rem;\">\n                         <a href=\"#team\" class=\"au-btn-primary\">Meet The Team<\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- Right: CSS Widget (No Images Needed) -->\n                <div class=\"au-hero-widget\">\n                    <div class=\"hw-badge-float\">High Authority<\/div>\n                    <div class=\"hw-card\">\n                        <div class=\"hw-header\">\n                            <div style=\"font-weight:700; color:#0f172a;\">Domain Health<\/div>\n                            <div style=\"font-size:0.8rem; font-weight:700; color:#22c55e; display:flex; align-items:center;\">\n                                <div class=\"hw-dot\"><\/div> Verified\n                            <\/div>\n                        <\/div>\n                        <div class=\"hw-stat-row\">\n                            <div class=\"hw-stat-box\">\n                                <span class=\"hw-label\">Ref. Domains<\/span>\n                                <div class=\"hw-number\">2,450<\/div>\n                            <\/div>\n                            <div class=\"hw-stat-box\">\n                                <span class=\"hw-label\">Org. Traffic<\/span>\n                                <div class=\"hw-number\">85k <span class=\"hw-up\">\u25b2<\/span><\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"hw-graph-placeholder\">\n                            <div class=\"hw-bar\"><\/div>\n                            <div class=\"hw-bar\"><\/div>\n                            <div class=\"hw-bar\"><\/div>\n                            <div class=\"hw-bar\"><\/div>\n                            <div class=\"hw-bar\"><\/div>\n                            <div class=\"hw-bar\"><\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 2. THE TEAM -->\n    <section class=\"au-section\" style=\"background:#f8fafc;\" id=\"team\">\n        <div class=\"au-container\">\n            <div style=\"text-align:center; margin-bottom:2rem;\">\n                <h2 class=\"au-h2\">The Leadership<\/h2>\n                <p class=\"au-p\" style=\"max-width:700px; margin:0 auto;\">Hands-on founders with over a decade of operational experience.<\/p>\n            <\/div>\n\n            <div class=\"founders-stack\">\n                <!-- Janis -->\n                <div class=\"founder-row\">\n                    <div class=\"fr-img-frame\">\n                        <img decoding=\"async\" src=\"https:\/\/seolutions.biz\/shop\/wp-content\/uploads\/2025\/10\/Janis3.jpeg\" alt=\"Janis Thies\" class=\"fr-headshot\" title=\"\">\n                    <\/div>\n                    <div class=\"fr-content\">\n                        <div class=\"fr-meta\">\n                            <h3>Janis Thies<\/h3>\n                            <span class=\"fr-role\">Founder &#038; Strategy<\/span>\n                        <\/div>\n                        <p class=\"au-p\" style=\"margin: 0 0 1.5rem 0; max-width: 100%;\">\n                            &#8220;I built SEOlutions to be the vendor I wish I had when I was an affiliate. Reliable, transparent, and obsessed with metrics that actually matter.&#8221;\n                        <\/p>\n                        <p class=\"au-p\" style=\"margin: 0 0 1.5rem 0; max-width: 100%;\">\n                            Janis leads the strategic direction. With over 12 years in SEO, he focuses on methodology, algorithm analysis, and ensuring our link products withstand modern Core Updates.\n                        <\/p>\n                        <div class=\"fr-links\">\n                            <a href=\"https:\/\/x.com\/SEOlutionsGmbH\" target=\"_blank\" class=\"fr-link\">X \/ Twitter<\/a>\n                            <a href=\"https:\/\/www.linkedin.com\/in\/janis-thies\/\" target=\"_blank\" class=\"fr-link\" rel=\"noopener\">LinkedIn<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Roman -->\n                <div class=\"founder-row\">\n                    <div class=\"fr-img-frame\">\n                        <img decoding=\"async\" src=\"https:\/\/seolutions.biz\/shop\/wp-content\/uploads\/2025\/10\/95fd75cc-d6a2-4e30-8a1a-b639a7a3793c.jpg\" alt=\"Roman Filimonov\" class=\"fr-headshot\" title=\"\">\n                    <\/div>\n                    <div class=\"fr-content\">\n                        <div class=\"fr-meta\">\n                            <h3>Roman Filimonov<\/h3>\n                            <span class=\"fr-role\">Co-Founder &#038; Operations<\/span>\n                        <\/div>\n                        <p class=\"au-p\" style=\"margin: 0 0 1.5rem 0; max-width: 100%;\">\n                            &#8220;Consistency is the hardest part of link building. My job is to ensure every link meets our strict quality standards, at scale.&#8221;\n                        <\/p>\n                        <p class=\"au-p\" style=\"margin: 0 0 1.5rem 0; max-width: 100%;\">\n                            Roman oversees the operational engine. He manages the outreach team, publisher relationships, and quality control protocols.\n                        <\/p>\n                        <div class=\"fr-links\">\n                            <a href=\"#\" target=\"_blank\" class=\"fr-link\">LinkedIn<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 3. THE TIMELINE -->\n    <section class=\"au-section\">\n        <div class=\"au-container\">\n            <div style=\"text-align:center; margin-bottom:4rem;\">\n                <h2 class=\"au-h2\">Our History<\/h2>\n                <p class=\"au-p\" style=\"max-width:700px; margin:0 auto;\">From the forums to the boardroom.<\/p>\n            <\/div>\n\n            <div class=\"timeline-container\">\n                <div class=\"tl-item\">\n                    <div class=\"tl-date-col\">2012<\/div>\n                    <div class=\"tl-content-col\">\n                        <div class=\"tl-dot\"><\/div>\n                        <h3 class=\"tl-title\">The Meeting<\/h3>\n                        <p class=\"tl-desc\">Janis &#038; Roman connect in private SEO masterminds (WickedFire\/WaFo). Link building was raw and experimental. We bonded over data testing.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"tl-item\">\n                    <div class=\"tl-date-col\">2013<\/div>\n                    <div class=\"tl-content-col\">\n                        <div class=\"tl-dot\"><\/div>\n                        <h3 class=\"tl-title\">SEOlutions Founded<\/h3>\n                        <p class=\"tl-desc\">We formalized our partnership with a single goal: Build links that work without the smoke and mirrors common in the industry.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"tl-item\">\n                    <div class=\"tl-date-col\">2014-2018<\/div>\n                    <div class=\"tl-content-col\">\n                        <div class=\"tl-dot\"><\/div>\n                        <h3 class=\"tl-title\">Surviving The Purge<\/h3>\n                        <p class=\"tl-desc\">Penguin and Panda updates wiped out the &#8220;cheap link&#8221; economy. We pivoted to white-hat outreach and high-end assets. Our clients survived.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"tl-item active\">\n                    <div class=\"tl-date-col\" style=\"color:#0f172a;\">Today<\/div>\n                    <div class=\"tl-content-col\">\n                        <div class=\"tl-dot\"><\/div>\n                        <h3 class=\"tl-title\">Enterprise Scale<\/h3>\n                        <p class=\"tl-desc\">Now a fully compliant German GmbH. We combine the scrappiness of our roots with enterprise-grade reliability and VAT compliance.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n   <!-- 4. PATH FORWARD: ALGORITHM RESILIENCE -->\n    <section class=\"au-section\" style=\"background-color:#f8fafc;\">\n        <div class=\"au-container\">\n            <div style=\"text-align:center; margin-bottom:4rem;\">\n                <h2 class=\"au-h2\">Built To Survive The Update.<\/h2>\n                <p class=\"au-p\" style=\"margin:0 auto;\">\n                    While the industry crashes, we compound. Here is how we navigated the major Google shake-ups.\n                <\/p>\n            <\/div>\n\n            <div class=\"chart-wrapper\">\n                <div class=\"chart-visual\">\n                    <!-- SVG Graph -->\n                    <svg class=\"growth-svg\" viewBox=\"0 0 800 300\" preserveAspectRatio=\"none\">\n                        <line x1=\"0\" y1=\"250\" x2=\"800\" y2=\"250\" stroke=\"#e2e8f0\" stroke-width=\"1\" \/>\n                        <line x1=\"0\" y1=\"150\" x2=\"800\" y2=\"150\" stroke=\"#e2e8f0\" stroke-width=\"1\" \/>\n                        <line x1=\"0\" y1=\"50\" x2=\"800\" y2=\"50\" stroke=\"#e2e8f0\" stroke-width=\"1\" \/>\n                        <path class=\"line-crash\" d=\"M0,250 Q100,240 200,150 T400,280 T600,290\" \/>\n                        <path class=\"line-growth\" d=\"M0,250 Q150,240 200,200 T400,140 T600,80 T800,20\" \/>\n                        <path class=\"area-growth\" d=\"M0,250 Q150,240 200,200 T400,140 T600,80 T800,20 V300 H0 Z\" \/>\n                    <\/svg>\n\n                    <div class=\"event-point\" style=\"left: 25%; top: 66%;\">\n                        <div class=\"ep-dot\"><\/div>\n                        <span class=\"ep-label\">Penguin (2012)<\/span>\n                    <\/div>\n                    <div class=\"event-point\" style=\"left: 50%; top: 46%;\">\n                        <div class=\"ep-dot\"><\/div>\n                        <span class=\"ep-label\">Medic (2018)<\/span>\n                    <\/div>\n                    <div class=\"event-point\" style=\"left: 75%; top: 26%;\">\n                        <div class=\"ep-dot\"><\/div>\n                        <span class=\"ep-label\">HCU (2024)<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"pivot-grid\">\n                    <div class=\"pivot-card\">\n                        <span class=\"pc-year\">2012<\/span>\n                        <h3 class=\"pc-title\">Penguin \/ Panda<\/h3>\n                        <p class=\"pc-desc\">While spammers died, we pivoted from quantity to <strong>Relevance<\/strong>. We stopped automated link building and moved to manual outreach.<\/p>\n                    <\/div>\n                    <div class=\"pivot-card\">\n                        <span class=\"pc-year\">2018<\/span>\n                        <h3 class=\"pc-title\">Medic Update<\/h3>\n                        <p class=\"pc-desc\">Google demanded trust. We introduced <strong>Traffic Verification<\/strong> as a standard. If a site didn&#8217;t rank for keywords, we stopped selling it.<\/p>\n                    <\/div>\n                    <div class=\"pivot-card\">\n                        <span class=\"pc-year\">2024<\/span>\n                        <h3 class=\"pc-title\">The HCU Era<\/h3>\n                        <p class=\"pc-desc\">AI spam flooded the web. We doubled down on <strong>Brand Signals<\/strong> (Digital PR &#038; HARO) to prove entity legitimacy.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/div>\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-109847","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/seolutions.biz\/shop\/wp-json\/wp\/v2\/pages\/109847","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seolutions.biz\/shop\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/seolutions.biz\/shop\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/seolutions.biz\/shop\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/seolutions.biz\/shop\/wp-json\/wp\/v2\/comments?post=109847"}],"version-history":[{"count":32,"href":"https:\/\/seolutions.biz\/shop\/wp-json\/wp\/v2\/pages\/109847\/revisions"}],"predecessor-version":[{"id":111593,"href":"https:\/\/seolutions.biz\/shop\/wp-json\/wp\/v2\/pages\/109847\/revisions\/111593"}],"wp:attachment":[{"href":"https:\/\/seolutions.biz\/shop\/wp-json\/wp\/v2\/media?parent=109847"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}