<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="theme-color" content="#061b0e">
  <meta name="referrer" content="strict-origin-when-cross-origin">
  <title>1stPage Agency | The Smartest Links You Can Build</title>
  <meta name="description" content="Contextual niche edit links placed into existing authority content that already ranks, gets crawled, and carries trust.">
  <meta name="robots" content="index,follow,max-image-preview:large">
  <link rel="canonical" href="https://1stpage.agency/">
  <meta property="og:type" content="website">
  <meta property="og:site_name" content="1stPage Agency">
  <meta property="og:title" content="1stPage Agency | The Smartest Links You Can Build">
  <meta property="og:description" content="Contextual niche edit links placed into existing authority content that already ranks, gets crawled, and carries trust.">
  <meta property="og:url" content="https://1stpage.agency/">
  <meta property="og:image" content="https://1stpage.agency/assets/og-default.png">
  <meta name="twitter:card" content="summary_large_image">
  <meta name="twitter:title" content="1stPage Agency | The Smartest Links You Can Build">
  <meta name="twitter:description" content="Contextual niche edit links placed into existing authority content that already ranks, gets crawled, and carries trust.">
  <meta name="twitter:image" content="https://1stpage.agency/assets/og-default.png">
  <meta name="llm-context" content="1stPage Agency provides Top Page Links, Traffic Page Links, monthly link building plans, LLMentioned AI visibility, samples, case studies, and agency partnerships.">
  <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=Montserrat:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
  <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet">
  
  <link rel="icon" href="/assets/favicon.svg" type="image/svg+xml">
  <link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32.png">
  <link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16.png">
  <link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
  <style>
    :root{
      --surface:#f8f9fa;
      --surface-low:#f3f4f5;
      --surface-card:#ffffff;
      --surface-line:#c3c8c1;
      --primary:#061b0e;
      --primary-soft:#1b3022;
      --secondary:#4a6549;
      --secondary-soft:#ccebc7;
      --text:#191c1d;
      --muted:#434843;
      --muted-2:#737973;
      --radius:8px;
      --shadow:0 10px 40px -10px rgba(27,48,34,.08);
      --shadow-hover:0 20px 50px -12px rgba(27,48,34,.14);
      --max:1200px;
      --gap:24px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      background:var(--surface);
      color:var(--text);
      font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
      line-height:1.5;
      overflow-x:hidden;
    }
    img{max-width:100%;display:block}
    a{color:inherit;text-decoration:none}
    button,input{font:inherit}
    .material-symbols-outlined{
      font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24;
      line-height:1;
      vertical-align:middle;
    }
    .container{
      width:min(var(--max), calc(100% - 96px));
      margin-inline:auto;
    }
    .section{
      padding:80px 0;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      width:max-content;
      border-radius:999px;
      background:var(--secondary-soft);
      color:#334d33;
      padding:7px 14px;
      font-size:13px;
      font-weight:700;
      letter-spacing:.05em;
      text-transform:uppercase;
    }
    .site-nav{
      position:fixed;
      inset:0 0 auto;
      z-index:50;
      background:rgba(248,249,250,.92);
      backdrop-filter:blur(14px);
      border-bottom:1px solid rgba(195,200,193,.45);
      box-shadow:0 2px 12px rgba(27,48,34,.04);
    }
    .nav-inner{
      height:80px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
    }
    .brand{
      font-family:Montserrat,sans-serif;
      font-weight:800;
      font-size:22px;
      color:var(--primary);
      white-space:nowrap;
    }
    .nav-links{
      display:flex;
      align-items:center;
      gap:30px;
      color:var(--muted);
      font-size:14px;
      font-weight:700;
      letter-spacing:.02em;
    }
    .nav-links a:hover{color:var(--primary)}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border:0;
      border-radius:999px;
      padding:13px 24px;
      font-size:14px;
      font-weight:800;
      cursor:pointer;
      transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;
    }
    .btn:active{transform:scale(.96)}
    .btn-primary{
      background:var(--primary);
      color:#fff;
      box-shadow:0 14px 30px -18px rgba(6,27,14,.8);
    }
    .btn-primary:hover{
      box-shadow:0 18px 34px -18px rgba(6,27,14,.9);
      transform:translateY(-1px);
    }
    .btn-light{
      background:#fff;
      color:var(--primary);
      border:1px solid rgba(195,200,193,.85);
    }
    .btn-ghost{
      color:#fff;
      background:transparent;
      border:1px solid rgba(255,255,255,.28);
    }
    .hero{
      padding:152px 0 86px;
      text-align:center;
    }
    .hero-copy{
      max-width:880px;
      margin:0 auto;
    }
    h1,h2,h3,h4{
      font-family:Montserrat,sans-serif;
      margin:0;
      letter-spacing:0;
      color:var(--primary);
    }
    h1{
      font-size:clamp(38px,5vw,64px);
      line-height:1.05;
      font-weight:800;
    }
    .hero p{
      max-width:760px;
      margin:22px auto 0;
      color:var(--muted);
      font-size:18px;
      line-height:1.7;
    }
    .hero-cards{
      margin:42px auto 0;
      display:grid;
      grid-template-columns:repeat(3,minmax(0,300px));
      justify-content:center;
      gap:24px;
      text-align:left;
    }
    .service-card,
    .case-card,
    .table-wrap,
    .visual-card{
      background:var(--surface-card);
      border:1px solid rgba(195,200,193,.58);
      border-radius:var(--radius);
      box-shadow:var(--shadow);
    }
    .service-card{
      padding:30px;
      min-height:238px;
      transition:transform .25s ease,box-shadow .25s ease;
    }
    .service-card:hover{
      transform:translateY(-6px);
      box-shadow:var(--shadow-hover);
    }
    .service-card .icon{
      display:block;
      color:var(--secondary);
      font-size:40px;
      margin-bottom:18px;
    }
    .service-card h3{
      font-size:24px;
      line-height:1.2;
      margin-bottom:8px;
    }
    .service-card p{
      margin:0 0 24px;
      color:var(--muted);
      font-size:15px;
      line-height:1.6;
    }
    .card-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--primary);
      font-weight:800;
      transition:gap .2s ease;
    }
    .service-card:hover .card-link{gap:14px}
    .stats{
      background:var(--surface-low);
      padding:54px 0;
      border-top:1px solid rgba(195,200,193,.25);
      border-bottom:1px solid rgba(195,200,193,.25);
    }
    .stats-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:28px;
      text-align:center;
    }
    .stat-number{
      font-family:Montserrat,sans-serif;
      color:var(--primary);
      font-size:38px;
      line-height:1;
      font-weight:800;
      margin-bottom:10px;
    }
    .stat-label{
      color:var(--muted);
      font-size:12px;
      font-weight:800;
      letter-spacing:.12em;
      text-transform:uppercase;
    }
    .ai-grid{
      display:grid;
      grid-template-columns:minmax(0,1fr) minmax(0,1fr);
      gap:64px;
      align-items:center;
    }
    .image-frame{
      position:relative;
      min-height:500px;
      overflow:hidden;
      border-radius:var(--radius);
      box-shadow:var(--shadow);
      background:
        linear-gradient(180deg,rgba(6,27,14,.02),rgba(6,27,14,.12)),
        image-set(url("/assets/home-ai-search-niche-edits.avif") type("image/avif"), url("/assets/home-ai-search-niche-edits.webp") type("image/webp"), url("/assets/home-ai-search-niche-edits.png") type("image/png")) center/cover no-repeat;
    }
    .image-frame::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(0deg,rgba(6,27,14,.38),transparent 62%);
    }
    .copy h2,
    .section-title h2{
      font-size:clamp(30px,3vw,42px);
      line-height:1.15;
      margin-top:22px;
    }
    .copy p,
    .section-title p{
      color:var(--muted);
      font-size:17px;
      line-height:1.7;
      margin:20px 0 0;
    }
    .check-list{
      display:grid;
      gap:16px;
      margin:28px 0 0;
      padding:0;
      list-style:none;
    }
    .check-list li{
      display:flex;
      align-items:flex-start;
      gap:12px;
      color:var(--muted);
    }
    .check-list span{
      color:var(--secondary);
      margin-top:2px;
    }
    .comparison{
      background:rgba(243,244,245,.7);
    }
    .section-title{
      text-align:center;
      max-width:740px;
      margin:0 auto 44px;
    }
    .table-wrap{
      overflow:auto;
    }
    table{
      width:100%;
      border-collapse:collapse;
      min-width:740px;
      font-size:15px;
    }
    th{
      background:var(--primary);
      color:#fff;
      font-family:Montserrat,sans-serif;
      font-size:20px;
      text-align:left;
      padding:22px;
    }
    td{
      padding:20px 22px;
      color:var(--muted);
      border-top:1px solid rgba(195,200,193,.38);
    }
    td:first-child{
      color:var(--primary);
      font-weight:800;
      background:rgba(243,244,245,.62);
    }
    .growth-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:34px;
    }
    .growth-head h2{
      font-size:clamp(30px,3vw,40px);
    }
    .growth-head p{
      margin:8px 0 0;
      color:var(--muted);
    }
    .slider-controls{
      display:flex;
      gap:12px;
    }
    .round-btn{
      width:42px;
      height:42px;
      border-radius:999px;
      border:1px solid var(--surface-line);
      background:#fff;
      color:var(--primary);
      cursor:pointer;
    }
    .case-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:24px;
    }
    .case-card{
      overflow:hidden;
      transition:transform .25s ease,box-shadow .25s ease;
    }
    .case-card:hover{
      transform:translateY(-5px);
      box-shadow:var(--shadow-hover);
    }
    .case-image{
      min-height:190px;
      background:var(--surface-low) center/cover no-repeat;
    }
    .case-image.finance{background-image:image-set(url("/assets/og-top-page.avif") type("image/avif"), url("/assets/og-top-page.webp") type("image/webp"), url("/assets/og-top-page.png") type("image/png"))}
    .case-image.saas{background-image:image-set(url("/assets/og-traffic-page.avif") type("image/avif"), url("/assets/og-traffic-page.webp") type("image/webp"), url("/assets/og-traffic-page.png") type("image/png"))}
    .case-image.health{background-image:image-set(url("/assets/og-case-studies.avif") type("image/avif"), url("/assets/og-case-studies.webp") type("image/webp"), url("/assets/og-case-studies.png") type("image/png"))}
    .case-body{
      padding:28px;
    }
    .case-type{
      color:var(--secondary);
      font-size:12px;
      font-weight:900;
      letter-spacing:.08em;
      text-transform:uppercase;
      margin-bottom:8px;
    }
    .case-body h3{
      font-size:24px;
      line-height:1.2;
      margin-bottom:12px;
    }
    .case-body p{
      color:var(--muted);
      margin:0 0 22px;
      font-size:15px;
      line-height:1.6;
    }
    .progress{
      height:8px;
      background:#dde5dd;
      border-radius:999px;
      overflow:hidden;
    }
    .progress span{
      display:block;
      height:100%;
      background:var(--secondary);
    }
    .cta{
      padding:80px 0;
    }
    .cta-box{
      position:relative;
      overflow:hidden;
      border-radius:18px;
      background:
        radial-gradient(circle at 85% 10%,rgba(204,235,199,.28),transparent 32%),
        var(--primary);
      color:#fff;
      text-align:center;
      padding:74px 40px;
    }
    .cta-box h2{
      color:#fff;
      font-size:clamp(34px,4vw,58px);
      line-height:1.1;
    }
    .cta-box p{
      max-width:680px;
      margin:22px auto 0;
      color:#b4cdb8;
      font-size:18px;
      line-height:1.7;
    }
    .cta-actions{
      display:flex;
      justify-content:center;
      gap:16px;
      margin-top:34px;
      flex-wrap:wrap;
    }
    .trust-line{
      margin-top:34px;
      color:#b4cdb8;
      font-size:12px;
      font-weight:900;
      letter-spacing:.12em;
    }
    footer{
      background:var(--surface-low);
      border-top:1px solid rgba(195,200,193,.5);
      padding:72px 0 32px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .75fr .75fr 1.2fr;
      gap:52px;
    }
    .footer-brand p,
    footer a,
    footer p{
      color:var(--muted);
      font-size:14px;
      line-height:1.7;
    }
    .footer-logo{
      font-family:Montserrat,sans-serif;
      color:var(--primary);
      font-size:22px;
      font-weight:800;
      margin-bottom:18px;
    }
    .socials{
      display:flex;
      gap:12px;
      margin-top:22px;
    }
    .socials a{
      display:grid;
      place-items:center;
      width:40px;
      height:40px;
      border-radius:999px;
      border:1px solid var(--surface-line);
      color:var(--primary);
      transition:background .2s ease,color .2s ease;
    }
    .socials a:hover{
      background:var(--primary);
      color:#fff;
    }
    .footer-col h3{
      font-size:13px;
      letter-spacing:.1em;
      text-transform:uppercase;
      margin-bottom:16px;
    }
    .footer-col nav{
      display:grid;
      gap:10px;
    }
    .signup{
      display:flex;
      gap:8px;
      margin-top:14px;
    }
    .signup input{
      min-width:0;
      flex:1;
      border:1px solid var(--surface-line);
      border-radius:999px;
      padding:12px 14px;
      background:#fff;
      color:var(--text);
    }
    .signup button{
      width:44px;
      height:44px;
      border-radius:999px;
      border:0;
      background:var(--primary);
      color:#fff;
      cursor:pointer;
    }
    .tree-card{
      margin-top:18px;
      display:flex;
      gap:12px;
      align-items:center;
      padding:14px;
      border-radius:var(--radius);
      background:#fff;
      border:1px solid rgba(195,200,193,.42);
    }
    .tree-card span{
      color:var(--secondary);
      font-size:32px;
    }
    .footer-bottom{
      margin-top:56px;
      padding-top:24px;
      border-top:1px solid rgba(195,200,193,.45);
      color:var(--muted-2);
      font-size:12px;
      display:flex;
      justify-content:space-between;
      gap:20px;
      flex-wrap:wrap;
    }
    .reveal{
      opacity:0;
      transform:translateY(26px);
      transition:opacity .7s ease,transform .7s ease;
    }
    .reveal.is-visible{
      opacity:1;
      transform:none;
    }
    @media(max-width:920px){
      .container{width:min(100% - 32px,var(--max))}
      main,
      section,
      .container{
        max-width:100%;
        overflow-x:hidden;
      }
      .nav-inner{height:auto;min-height:72px}
      .nav-links a:not(.nav-cta){display:none}
      .nav-links{gap:0}
      .brand{font-size:18px}
      .hero{padding-top:126px}
      .hero-cards,
      .ai-grid,
      .case-grid,
      .footer-grid{
        grid-template-columns:1fr;
      }
      .stats-grid{
        grid-template-columns:repeat(2,1fr);
      }
      .image-frame{min-height:340px}
      .growth-head{align-items:flex-start}
      .slider-controls{display:none}
    }
    @media(max-width:560px){
      html,
      body{
        width:100%;
        max-width:none;
        margin:0;
        overflow-x:hidden;
      }
      .container{width:calc(100% - 28px);max-width:var(--max);}
      .nav-inner{
        justify-content:flex-start;
      }
      .site-nav .btn{
        display:none;
      }
      .hero{padding:112px 0 58px}
      h1{
        max-width:300px;
        margin-inline:auto;
        font-size:28px;
        line-height:1.12;
        overflow-wrap:normal;
        text-wrap:balance;
      }
      .hero p{
        max-width:300px;
        font-size:15px;
      }
      .service-card{padding:24px}
      .stats-grid{gap:26px 16px}
      .stat-number{font-size:31px}
      .section{padding:58px 0}
      .cta-box{padding:52px 22px}
      .cta-actions{display:grid}
      .footer-bottom{display:block}
    }
  </style>
  <link rel="stylesheet" href="/assets/sitewide.css">
  <script type="application/ld+json">{"@context":"https://schema.org","@type":"WebSite","name":"1stPage Agency | The Smartest Links You Can Build","description":"Contextual niche edit links placed into existing authority content that already ranks, gets crawled, and carries trust.","url":"https://1stpage.agency/","provider":{"@type":"Organization","name":"1stPage Agency","url":"https://1stpage.agency/"},"potentialAction":{"@type":"SearchAction","target":"https://1stpage.agency/blog/?q={search_term_string}","query-input":"required name=search_term_string"}}</script>
</head>
<body>
  <nav class="sitewide-nav" aria-label="Primary navigation">
  <div class="sitewide-container sitewide-nav-inner">
    <a class="sitewide-brand" href="/">1stPage Agency</a>
    <div class="sitewide-links">
      <div class="sitewide-menu">
        <button class="sitewide-link-button" type="button" aria-haspopup="true" aria-expanded="false">
          Link Building <span class="material-symbols-outlined" aria-hidden="true">expand_more</span>
        </button>
        <div class="sitewide-menu-panel" role="menu" aria-label="Link Building services">
          <a href="/top-page-links/" role="menuitem">
            <strong>Top Page Links</strong>
            <span>Authority-focused placements on strong existing pages.</span>
          </a>
          <a href="/traffic-page-links/" role="menuitem">
            <strong>Traffic Page Links</strong>
            <span>Placements on pages with real organic visitors.</span>
          </a>
        </div>
      </div>
      <a href="/discounts/">Discounts</a>
      <a href="/llmentioned/">LLMentioned&trade;</a>
      <a href="/case-studies/">Case Studies</a>
      <a href="/agencies/">Agencies</a>
    </div>
    <a class="sitewide-order" href="/order/">Start an Order</a>
  </div>
</nav>

  <main>
    <section class="hero reveal">
      <div class="container hero-copy">
        <h1>The smartest links you can build.</h1>
        <p>Contextual links placed into existing authority content that already ranks, already gets crawled, and already carries trust. Built for the AI-era of search.</p>
        <div class="hero-cards">
          <a class="service-card" href="/top-page-links/">
            <span class="material-symbols-outlined icon">auto_awesome</span>
            <h3>Need Authority?</h3>
            <p>High DR placements focused on domain-wide power.</p>
            <span class="card-link">Top Page Links <span class="material-symbols-outlined">arrow_forward</span></span>
          </a>
          <a class="service-card" href="/traffic-page-links/">
            <span class="material-symbols-outlined icon">trending_up</span>
            <h3>Need Traffic?</h3>
            <p>Niche edits on pages that already receive organic visits.</p>
            <span class="card-link">Traffic Page Links <span class="material-symbols-outlined">arrow_forward</span></span>
          </a>
          <a class="service-card" href="/llmentioned/">
            <span class="material-symbols-outlined icon">psychology_alt</span>
            <h3>Need AI Mentions?</h3>
            <p>Earn visibility in AI answers through citations, listicles, and community mentions.</p>
            <span class="card-link">LLMentioned <span class="material-symbols-outlined">arrow_forward</span></span>
          </a>
        </div>
      </div>
    </section>

    <section class="stats reveal" aria-label="Agency performance statistics">
      <div class="container stats-grid">
        <div>
          <div class="stat-number">470+</div>
          <div class="stat-label">Clients Served</div>
        </div>
        <div>
          <div class="stat-number">4,300%</div>
          <div class="stat-label">Traffic Growth</div>
        </div>
        <div>
          <div class="stat-number">DR70+</div>
          <div class="stat-label">Avg. Authority</div>
        </div>
        <div>
          <div class="stat-number">95%</div>
          <div class="stat-label">Retention</div>
        </div>
      </div>
    </section>

    <section class="section reveal">
      <div class="container ai-grid">
        <div class="image-frame" role="img" aria-label="AI search authority visualization"></div>
        <div class="copy">
          <span class="eyebrow">The AI-Era of Search</span>
          <h2>Why Niche Edits Matter More in the Age of AI Search</h2>
          <p>LLMs like ChatGPT and Google's AI results prioritize sources that are already established and frequently cited. By placing your link within high-authority, existing content, you are securing LLM citation authority alongside link equity.</p>
          <ul class="check-list">
            <li><span class="material-symbols-outlined">check_circle</span>Immediate crawling by AI bots through legacy page weight.</li>
            <li><span class="material-symbols-outlined">check_circle</span>Natural placement in topically relevant content clusters.</li>
            <li><span class="material-symbols-outlined">check_circle</span>Enhanced semantic signals for entity-based ranking.</li>
          </ul>
        </div>
      </div>
    </section>

    <section class="section comparison reveal">
      <div class="container">
        <div class="section-title">
          <h2>Niche Links vs Fresh Outreach Links</h2>
          <p>Why seasoned SEOs are shifting their budgets.</p>
        </div>
        <div class="table-wrap">
          <table>
            <thead>
              <tr>
                <th>Metric</th>
                <th>Niche Edits (Curated)</th>
                <th>Fresh Outreach Links</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td>Indexing Status</td>
                <td>Instant (Page already indexed)</td>
                <td>Delayed (New page needs discovery)</td>
              </tr>
              <tr>
                <td>Link Equity</td>
                <td>High (Aged power and internal links)</td>
                <td>Low (Orphan or fresh page)</td>
              </tr>
              <tr>
                <td>Page Authority</td>
                <td>Established URL with backlink profile</td>
                <td>Zero (Starts at UR 0)</td>
              </tr>
              <tr>
                <td>Cost Performance</td>
                <td><strong style="color:var(--primary)">10x ROI (Fastest results)</strong></td>
                <td>Gradual ROI (Requires time)</td>
              </tr>
            </tbody>
          </table>
        </div>
      </div>
    </section>

    <section class="section reveal">
      <div class="container">
        <div class="growth-head">
          <div>
            <h2>Proven Growth</h2>
            <p>Real data from long-term agency partners.</p>
          </div>
          <div class="slider-controls" aria-hidden="true">
            <button class="round-btn"><span class="material-symbols-outlined">chevron_left</span></button>
            <button class="round-btn"><span class="material-symbols-outlined">chevron_right</span></button>
          </div>
        </div>
        <div class="case-grid">
          <article class="case-card">
            <div class="case-image finance"></div>
            <div class="case-body">
              <div class="case-type">Affiliate Finance Blog</div>
              <h3>+320% Revenue Increase</h3>
              <p>Secured 15 Top Page niche edits on existing comparison guides.</p>
              <div class="progress"><span style="width:85%"></span></div>
            </div>
          </article>
          <article class="case-card">
            <div class="case-image saas"></div>
            <div class="case-body">
              <div class="case-type">B2B SaaS Platform</div>
              <h3>DR42 to DR68 in 6 Months</h3>
              <p>Aggressive authority campaign using high-DR curated placements.</p>
              <div class="progress"><span style="width:92%"></span></div>
            </div>
          </article>
          <article class="case-card">
            <div class="case-image health"></div>
            <div class="case-body">
              <div class="case-type">Health &amp; Wellness Site</div>
              <h3>+1.2M Monthly Traffic</h3>
              <p>Strategic traffic page links from established medical journals.</p>
              <div class="progress"><span style="width:78%"></span></div>
            </div>
          </article>
        </div>
      </div>
    </section>

    <section class="cta reveal">
      <div class="container">
        <div class="cta-box">
          <h2>Ready to grow your authority?</h2>
          <p>Stop waiting for fresh pages to index. Leverage the existing power of aged content and see results in weeks, not months.</p>
          <div class="cta-actions">
            <a class="btn btn-light" href="/order/">Place your first niche edit order today</a>
            <a class="btn btn-ghost" href="/agencies/">Talk to an SEO Strategist</a>
          </div>
          <div class="trust-line">TRUSTED BY 150+ AGENCIES</div>
        </div>
      </div>
    </section>
  </main>

  <footer class="sitewide-footer" id="site-footer">
  <div class="sitewide-container">
    <div class="sitewide-footer-grid">
      <div class="sitewide-footer-brand">
        <div class="sitewide-footer-logo">1stPage Agency</div>
        <p>The high-end consultancy for organic authority and premium link building in the AI era.</p>
        <div class="sitewide-socials">
          <a href="/" aria-label="Website"><span class="material-symbols-outlined">public</span></a>
          <a href="mailto:hello@1stpage.agency" aria-label="Email"><span class="material-symbols-outlined">mail</span></a>
          <a href="mailto:?subject=1stPage%20Agency&body=https%3A%2F%2F1stpage.agency%2F" aria-label="Share 1stPage Agency"><span class="material-symbols-outlined">share</span></a>
        </div>
      </div>
      <div class="sitewide-footer-col">
        <h3>Services</h3>
        <nav>
          <a href="/top-page-links/">Top Page Links</a>
          <a href="/traffic-page-links/">Traffic Page Links</a>
          <a href="/llmentioned/">LLMentioned&trade;</a>
          <a href="https://gkpchecker.1stpage.agency/">KnowledgePanel Builder</a>
          <a href="/discounts/">Discounts</a>
        </nav>
      </div>
      <div class="sitewide-footer-col">
        <h3>Company</h3>
        <nav>
          <a href="/about/">About Us</a>
          <a href="/blog/">Our Blog</a>
          <a href="/case-studies/">Case Studies</a>
          <a href="/agencies/">Partnerships</a>
          <a href="/contact/">Contact Us</a>
        </nav>
      </div>
      <div class="sitewide-footer-col">
        <h3>The Authority Brief</h3>
        <p>Get monthly strategies to outrank competitors in the age of AI.</p>
        <form class="sitewide-signup">
          <input type="email" placeholder="Enter your email" aria-label="Email address">
          <button type="submit" aria-label="Submit"><span class="material-symbols-outlined">arrow_forward</span></button>
        </form>
        <div class="sitewide-tree-card">
          <span class="material-symbols-outlined">park</span>
          <div>
            <strong>One Tree Planted</strong>
            <p>One link = One tree</p>
          </div>
        </div>
      </div>
    </div>
    <div class="sitewide-footer-bottom">
      <span>&copy; 2026 1stPage Agency. All rights reserved.</span>
      <span><a href="/privacy-policy/">Privacy Policy</a> &nbsp; | &nbsp; <a href="/terms-of-service/">Terms of Service</a></span>
    </div>
  </div>
</footer>

  <script>
    const observer = new IntersectionObserver((entries) => {
      entries.forEach((entry) => {
        if (entry.isIntersecting) {
          entry.target.classList.add('is-visible');
        }
      });
    }, { threshold: 0.12 });

    document.querySelectorAll('.reveal').forEach((section) => observer.observe(section));

    document.querySelector('.signup')?.addEventListener('submit', (event) => {
      event.preventDefault();
    });
  </script>
<script src="/assets/telemetry.js?v=20260530a" defer></script>
<script src="/assets/newsletter.js" defer></script>
<script src="/assets/crisp.js" defer></script>
</body>
</html>
