<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta
      name="viewport"
      content="width=device-width, initial-scale=1.0, maximum-scale=1"
    />
    <title>YouGotUs - AI Search Marketing Agency</title>
    <meta name="description" content="AI Search Marketing Agency for maximum visibility across ChatGPT, Perplexity, and Google AI Overviews." />
    <meta name="keywords" content="YouGotUs, AI search, dashboard, SEO" />
    <meta name="author" content="YouGotUs LLC" />
    <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />

    <!-- Open Graph / Facebook -->
    <link rel="canonical" href="https://yougotus.ai" />
    <meta property="og:type" content="website" />
    <meta property="og:url" content="https://yougotus.ai" />
    <meta property="og:title" content="YouGotUs - AI Search Marketing Agency" />
    <meta property="og:description" content="AI Search Marketing Agency for maximum visibility across ChatGPT, Perplexity, and Google AI Overviews." />
    <meta property="og:image" content="https://yougotus.ai/logo-final.png" />
    <meta property="og:site_name" content="YouGotUs" />

    <!-- Twitter Card -->
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:url" content="https://yougotus.ai" />
    <meta name="twitter:title" content="YouGotUs - AI Search Marketing Agency" />
    <meta name="twitter:description" content="AI Search Marketing Agency for maximum visibility across ChatGPT, Perplexity, and Google AI Overviews." />
    <meta name="twitter:image" content="https://yougotus.ai/logo-final.png" />

    <!-- Favicon -->
    <link rel="icon" type="image/x-icon" href="/favicon.ico" />
    <link rel="apple-touch-icon" sizes="180x180" href="/logo-final.png" />

    <!-- Fonts -->
    <link rel="preconnect" href="https://fonts.googleapis.com" />
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
    <link
      href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700;800&display=swap"
      rel="stylesheet"
    />

    <!-- Google Analytics 4 - Loaded after cookie consent -->
    <script>
      // Store measurement ID for consent-based loading
      window.__GA_MEASUREMENT_ID__ = "G-WKJKECEZ1X";
    </script>

    <!-- Google reCAPTCHA v3 -->
    <script
      src="https://www.google.com/recaptcha/api.js?render=6LfLMWEsAAAAAKwnGBxe4O5f3VCUU7VZ7ORfzS2G"
      async
      defer
    ></script>
    <script>
      window.__RECAPTCHA_SITE_KEY__ = "6LfLMWEsAAAAAKwnGBxe4O5f3VCUU7VZ7ORfzS2G";
    </script>

    <!-- Client-side redirects and noindex logic (no SEO meta swapping) -->
    <script>
      (function () {
        var p = window.location.pathname.replace(/\/$/, "");
        /* --- Client-side 301-equivalent redirects --- */
        var redir = {
          "/home": "/",
          "/blog/search": "/blog",
          "/blog/why-your-content-strategy-needs-to-evolve-for-ai-search":
            "/organic-marketing-how-to-create-growth-with-high-roi",
          "/the-strategic-imperative-of-organic-marketing":
            "/organic-marketing-how-to-create-growth-with-high-roi",
          "/why-your-content-strategy-needs-to-evolve-for-ai-search":
            "/organic-marketing-how-to-create-growth-with-high-roi",
          "/service-page/ai-search-optimization": "/",
          "/service-page/content-strategy": "/",
          "/service-page/digital-pr": "/",
          "/how-chatgpt-atlas-googles-ai-overviews-and-perplexity-are-changing-search":
            "/how-chatgpt-atlas-google-s-ai-overviews-and-perplexity-are-changing-search",
          "/index.php": "/",
        };
        if (redir[p]) {
          window.location.replace(redir[p]);
          return;
        }
        /* Catch-all: /blog/<slug> → /<slug> and /post/<slug> → /<slug> */
        if (/^\/blog\/[^\/]+$/.test(p)) {
          window.location.replace(p.replace(/^\/blog/, ""));
          return;
        }
        if (/^\/post\/[^\/]+$/.test(p)) {
          window.location.replace(p.replace(/^\/post/, ""));
          return;
        }
        /* Prefix-based redirects: /tag/*, /index.php/*, /_files/*, /service-page/* → / */
        if (
          /^\/tag\//.test(p) ||
          /^\/index\.php\//.test(p) ||
          /^\/_files\//.test(p) ||
          /^\/service-page\//.test(p)
        ) {
          window.location.replace("/");
          return;
        }
        /* --- Noindex for app routes that should never be indexed --- */
        var noindex = [
          "/invite",
          "/admin",
          "/api",
          "/onboarding",
          "/dashboard",
          "/tag",
          "/index.php",
          "/_files",
        ];
        for (var ni = 0; ni < noindex.length; ni++) {
          if (p === noindex[ni] || p.indexOf(noindex[ni] + "/") === 0) {
            var nm = document.createElement("meta");
            nm.setAttribute("name", "robots");
            nm.setAttribute("content", "noindex, nofollow");
            document.head.appendChild(nm);
            var rm = document.querySelector(
              'meta[name="robots"][content="index, follow"]'
            );
            if (rm) rm.setAttribute("content", "noindex, nofollow");
            break;
          }
        }
      })();
    </script>
    <script type="module" crossorigin src="/assets/index-z5AwvpCV.js"></script>
    <link rel="stylesheet" crossorigin href="/assets/index-DVOk5j2d.css">
  <script type="application/ld+json">{"@context":"https://schema.org","@graph":[{"@type":"Organization","name":"YouGotUs","url":"https://yougotus.ai","logo":"https://yougotus.ai/logo-final.png","sameAs":["https://www.linkedin.com/company/yougotus-ai"]},{"@type":"WebSite","name":"YouGotUs","url":"https://yougotus.ai"}]}</script>
</head>
  <body>
    <div id="root" data-static-route="/">
    
    <header style="position:sticky;top:0;z-index:20;background:#ffffff;border-bottom:1px solid #e5e7eb;">
      <div style="max-width:1100px;margin:0 auto;padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;">
        <a href="/" style="display:flex;align-items:center;gap:0.5rem;text-decoration:none;color:#111827;">
          <img src="/images/logo-red-transparent-fallback.png" alt="YouGotUs" width="32" height="32" style="width:32px;height:32px;" />
          <span style="font-family:'Bebas Neue',sans-serif;font-size:1.25rem;">YouGotUs</span>
        </a>
        <nav style="display:flex;flex-wrap:wrap;gap:1rem;font-size:0.95rem;">
          <a href="/blog" style="color:#111827;text-decoration:none;">Blog</a>
          <a href="/vision" style="color:#111827;text-decoration:none;">Vision</a>
          <a href="/faq" style="color:#111827;text-decoration:none;">FAQ</a>
          <a href="/contact" style="color:#111827;text-decoration:none;">Contact</a>
          <a href="/get-started" style="color:#dc2626;text-decoration:none;font-weight:600;">Get Started</a>
        </nav>
      </div>
    </header>
  
    <main style="max-width:820px;margin:0 auto;padding:2.5rem 1rem;font-family:Inter,system-ui,-apple-system,sans-serif;">
      <h1 style="font-size:2.5rem;line-height:1.15;margin:0 0 1rem;color:#111827;font-weight:800;">ADAPT OR GO EXTINCT</h1>
      <p style="margin:0;line-height:1.9;font-size:1.05rem;color:#374151;">AI is rewriting the rules of marketing. YouGotUs helps brands stay visible in ChatGPT, Perplexity, Google AI Overviews, and the broader zero-click search landscape.</p>
      
      
        <section style="margin-bottom:2rem;">
          <h2 style="font-size:1.5rem;font-weight:700;margin:0 0 0.75rem;">What We Do</h2>
          <p style="margin:0 0 0.75rem;line-height:1.8;color:#374151;">
            We help companies improve AI visibility with structured content, authority-building signals, and reporting that maps how their brand appears in AI-generated answers.
          </p>
          <ul style="padding-left:1.2rem;line-height:1.8;color:#374151;">
            <li>AI-optimized content strategy</li>
            <li>Authority and citation monitoring</li>
            <li>Search performance intelligence</li>
          </ul>
        </section>
        <section>
          <h2 style="font-size:1.5rem;font-weight:700;margin:0 0 0.75rem;">Latest Research</h2>
          <ul style="list-style:none;padding:0;margin:0;">
        <li style="margin-bottom:0.85rem;">
          <a href="/how-chatgpt-atlas-google-s-ai-overviews-and-perplexity-are-changing-search" style="color:#dc2626;text-decoration:none;font-weight:600;">
            How ChatGPT Atlas, Google&#039;s AI Overviews, and Perplexity Are Changing Search
          </a>
          <p style="margin:0.35rem 0 0;color:#4b5563;font-size:0.95rem;line-height:1.6;">A new wave of AI-powered search tools is transforming how people find information online. Understand the technical and UX differences among Atlas, Google&#039;s AI Overviews, and Perplexity.</p>
        </li>
      
        <li style="margin-bottom:0.85rem;">
          <a href="/the-new-search-paradigm-understanding-the-ai-overview-shif" style="color:#dc2626;text-decoration:none;font-weight:600;">
            The New Search Paradigm: Understanding the AI Overview Shift
          </a>
          <p style="margin:0.35rem 0 0;color:#4b5563;font-size:0.95rem;line-height:1.6;">Google&#039;s AI Overviews represent the most profound paradigm shift in search in over a decade. Learn how to secure visibility in this new reality.</p>
        </li>
      
        <li style="margin-bottom:0.85rem;">
          <a href="/organic-marketing-how-to-create-growth-with-high-roi" style="color:#dc2626;text-decoration:none;font-weight:600;">
            Organic Marketing: How to Create Growth with High ROI
          </a>
          <p style="margin:0.35rem 0 0;color:#4b5563;font-size:0.95rem;line-height:1.6;">True, sustainable growth, genuine brand equity, and unwavering customer loyalty are meticulously built, not merely bought. Discover the strategic imperative of organic marketing.</p>
        </li>
      </ul>
          <p style="margin:1rem 0 0;">
            <a href="/blog" style="color:#dc2626;text-decoration:none;font-weight:600;">Browse the blog</a>
            <span style="color:#6b7280;"> or </span>
            <a href="/get-started" style="color:#dc2626;text-decoration:none;font-weight:600;">get started</a>.
          </p>
        </section>
      
    </main>
    
    <footer style="margin-top:3rem;border-top:1px solid #e5e7eb;background:#fafafa;">
      <div style="max-width:1100px;margin:0 auto;padding:2rem 1rem;">
        <p style="margin:0 0 0.75rem;color:#4b5563;font-size:0.95rem;">
          YouGotUs helps brands improve visibility in AI search and modern discovery systems.
        </p>
        <div style="display:flex;flex-wrap:wrap;gap:1rem;font-size:0.9rem;">
          <a href="/privacy-policy" style="color:#6b7280;text-decoration:none;">Privacy Policy</a>
          <a href="/terms-of-service" style="color:#6b7280;text-decoration:none;">Terms of Service</a>
          <a href="/cookie-policy" style="color:#6b7280;text-decoration:none;">Cookie Policy</a>
        </div>
      </div>
    </footer>
  
  </div>
  </body>
</html>
