Tag: Schema Markup

  • The Citation Block Pattern: Format AEO Answers for AI

    The Citation Block Pattern: Format AEO Answers for AI

    Answer engine optimization in 2026 has narrowed to a single tactical question: when an AI system synthesizes a response, which sentence does it lift, and which source does it cite? The answer is no longer theoretical. Google AI Overviews now appear on 50–60% of U.S. searches, ChatGPT and Perplexity surface inline citations on most factual queries, and the content that gets pulled shares a structural fingerprint. That fingerprint is the citation block — a 40-to-60 word standalone answer placed immediately under a question-shaped heading. This article shows you the exact pattern, the heading-to-answer mapping that wins extraction, and a before-and-after rewrite you can apply to any existing post today.

    Why the 40–60 word window exists

    Comparison of Claude how-to fit versus local service page fit for assistants
    Why the 40–60 word window exists.

    A citation block is the first 40 to 60 words of prose that sits directly beneath a question-shaped H2 or H3 and answers that question in full without requiring any surrounding sentences for context. It must be self-contained, factually specific, and parseable as a single semantic chunk.

    Large language models retrieve passages, not paragraphs. When ChatGPT, Claude, Gemini, or Perplexity assembles a response, the retrieval step pulls discrete text spans that the synthesis step then weaves into the final answer. Shorter spans get attributed more cleanly because they fit inside a single citation token without truncation. The 40–60 word window is the practical sweet spot: long enough to be a complete answer, short enough that the model does not need to summarize or compress it before citing.

    Featured snippets reinforce the same pattern. Google’s paragraph snippets average roughly 40–50 words and are extracted, not generated, which means a well-formed citation block can win both the traditional snippet slot and the AI Overview citation in the same crawl.

    The structural rule: one question, one heading, one block

    GEO versus SEO comparison cards
    One question, one heading, one block.

    The pattern is mechanical. Take the exact question wording a user would type — or that already appears in a People Also Ask box — and use it verbatim or near-verbatim as the heading. Directly under that heading, write a 40–60 word answer that opens with the subject of the question, contains the specific claim, and closes the loop without trailing off into a transition.

    This is the wrong way to structure an FAQ-style section:

    <h3>Schema Markup</h3>
    <p>There are many forms of structured data you can use. Some people prefer JSON-LD, while others use microdata. We'll discuss the pros and cons of each in the next section, but first let's talk about why schema matters at all in the modern search landscape...</p>

    This is the right way:

    <h3>What schema markup should you use for AEO?</h3>
    <p>Use JSON-LD format with FAQPage schema for question-answer sections, Article schema on the post itself, and BreadcrumbList for navigation context. JSON-LD is Google's recommended format, sits in the page head without affecting visible content, and is the schema type AI crawlers parse most reliably. Add HowTo or QAPage schema only when content genuinely matches those structures.</p>

    The second version puts the question verbatim in the heading, opens the answer with the recommendation, names the specific schema types, and closes inside the 40–60 word window. Anywhere this pattern repeats across a page, you stack extraction surface area.

    FAQPage schema: the multiplier

    FAQPage JSON-LD pre-formats your citation blocks for machine consumption. Once a section is wrapped in FAQPage schema, Google, Bing, and most LLM crawlers can ingest the question-answer pairing without needing to infer it from HTML structure. Pages with properly implemented FAQPage schema are reported to earn AI citations at materially higher rates than pages relying on heading hierarchy alone.

    Here is the minimum viable FAQPage block for a single question:

    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "FAQPage",
      "mainEntity": [{
        "@type": "Question",
        "name": "What schema markup should you use for AEO?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Use JSON-LD format with FAQPage schema for question-answer sections, Article schema on the post itself, and BreadcrumbList for navigation context. JSON-LD is Google's recommended format, sits in the page head without affecting visible content, and is the schema type AI crawlers parse most reliably."
        }
      }]
    }
    </script>

    The “text” value should be identical or near-identical to the visible citation block beneath the heading. Identical text reduces the parsing burden on AI crawlers and removes any ambiguity about which sentence is the canonical answer.

    Before-and-after: rewriting a thin section

    Here is a real pattern you will recognize from your own archive. The before is a thin sub-section that buries the answer; the after is the same content restructured for extraction.

    Before:

    <h3>Voice Search</h3>
    <p>Voice search has been growing for years, and many SEOs still don't take it seriously. With smart speakers in millions of homes, the way people search is changing fast. You have to think about how someone would actually ask a question out loud versus typing it. This affects everything from keyword research to content structure...</p>

    After:

    <h3>How do you optimize content for voice search in 2026?</h3>
    <p>Optimize for voice search by writing direct answers to natural-language questions in 40–60 word blocks, using conversational question phrasing in your H2s and H3s, and adding Speakable schema to mark which sentences a voice assistant should read aloud. Target long-tail conversational queries — phrasing like "how do you," "what is the best way to," and "where can I find" — rather than truncated typed-search keywords.</p>

    The rewrite swaps a topic-shaped heading for a question, leads with the specific implementation, names the schema type, and ends inside the extraction window. That single restructure turns a passive paragraph into a citation candidate.

    How to audit an existing page in 15 minutes

    Desk with laptop, checklist notebook, and billing card ready before creating an Anthropic API key
    Audit an existing page in 15 minutes.

    Open any of your highest-traffic posts and run this checklist. For each H2 and H3, ask whether the heading is phrased as a question a user would actually type. If not, rewrite it. For each section under those headings, read the first 60 words and ask whether they stand alone as a complete answer. If not, restructure the opening paragraph so the direct answer comes first and the elaboration comes after. Then add FAQPage schema covering the question-answer pairings, with the “text” value matching the visible answer.

    The pages that win AI citations in 2026 are not the longest, the most authoritative, or the best-linked. They are the ones whose structure makes the answer impossible to miss. The citation block pattern is how you build that structure on purpose.

    Related on Tygart Media: chunk-first GEO · GEO tactics · how AI engines cite.

    Frequently Asked Questions

    What is a citation block in answer engine optimization?

    A citation block is a 40-to-60 word standalone answer placed directly beneath a question-shaped heading. It must answer the question completely without depending on surrounding sentences for context. Citation blocks are the text spans that AI systems like ChatGPT, Perplexity, and Google AI Overviews extract and attribute when synthesizing responses.

    How long should an AEO answer be?

    Lead each section with a 40-to-60 word direct answer block, then follow with supporting context, examples, or elaboration. The 40–60 word window is long enough to be a complete answer and short enough to fit inside a single AI citation without truncation or summarization, which improves attribution reliability.

    Does FAQPage schema still help in 2026?

    Yes. FAQPage JSON-LD pre-formats question-answer pairings for machine consumption, which AI crawlers parse more reliably than answers inferred from heading hierarchy alone. The schema’s “text” value should match the visible citation block beneath the heading to remove parsing ambiguity for crawlers.

    How is AEO different from traditional SEO?

    Traditional SEO optimizes pages to rank in a list of blue links; AEO optimizes specific text spans inside the page so AI systems extract and cite them as direct answers. AEO assumes the user may never click — the goal is the citation itself, with the brand attribution as the conversion event.

  • Entity Binding for GEO: The 4-Surface AI Citation Stack

    Entity Binding for GEO: The 4-Surface AI Citation Stack

    Most GEO advice in 2026 stops at “add statistics and citations.” That’s true — Princeton’s GEO research paper (Aggarwal et al., 2023) found those two tactics boosted visibility in generative engine responses by up to 40%. But the gap between sites that get cited by ChatGPT, Claude, and Perplexity and sites that don’t isn’t really about more numbers in your paragraphs. It’s about whether the AI system can resolve your brand as a stable entity across the open web before it ever reaches your page.

    This is entity binding. It’s the layer underneath every GEO tactic. If you skip it, statistics and FAQs won’t save you. If you do it right, your citation rate compounds.

    What “Entity Binding” Actually Means for GEO

    GEO versus SEO comparison cards
    What entity binding means for GEO.

    When an LLM decides whether to cite a source, it isn’t reading your page in isolation. It’s running a fast resolution step: is this brand a real thing? Does it have consistent attributes across sources? Can I categorize it confidently? The model’s confidence in citing you scales with how unambiguous that resolution is.

    Entity binding means making yourself a knowable, consistent entity — not just a domain — across the surfaces AI systems consult: Wikipedia, Wikidata, Crunchbase, LinkedIn, your schema.org markup, industry directories, and the structured data inside Google’s Knowledge Graph. Research synthesized in 2026 by GEO firm Brandlight found the overlap between top Google links and AI-cited sources has dropped from roughly 70% to under 20% — meaning rank no longer guarantees citation. Entity authority does heavier lifting now.

    The Four-Surface Entity Binding Stack

    Comparison of Claude how-to fit versus local service page fit for assistants
    The four-surface entity binding stack.

    Practitioners working on GEO in 2026 should treat entity binding as a stack with four surfaces, in priority order:

    1. On-page Organization schema — the source of truth for your own claims about yourself.
    2. Wikidata / Wikipedia presence — the most heavily weighted external source for knowledge graph construction.
    3. Third-party directories — Crunchbase, LinkedIn company page, industry-specific databases.
    4. Consistent cross-source language — same category, same one-line description, same founding date, same founder names, everywhere.

    If even one surface contradicts the others — say, your LinkedIn calls you a “marketing agency” but your schema says “SaaS company” — the LLM’s confidence in citing you drops. Inconsistency is the silent GEO killer.

    Step 1: Ship a Clean Organization Schema Block

    Desk with laptop, checklist notebook, and billing card ready before creating an Anthropic API key
    Ship a clean Organization schema block.

    The foundation is a JSON-LD Organization block on your homepage (and a Person block on your About page if you have a named founder). Here’s a working example you can adapt — drop it inside <script type="application/ld+json"> tags in your <head>:

    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "name": "Tygart Media",
      "alternateName": "TM Editorial",
      "url": "https://tygartmedia.com",
      "logo": "https://tygartmedia.com/wp-content/uploads/logo.png",
      "description": "Independent publisher covering AI search, generative engine optimization, and the practitioner side of LLM-era content strategy.",
      "foundingDate": "2024",
      "founder": {
        "@type": "Person",
        "name": "William Tygart",
        "url": "https://www.linkedin.com/in/williamtygart/"
      },
      "sameAs": [
        "https://www.linkedin.com/company/tygart-media/",
        "https://x.com/tygartmedia",
        "https://www.crunchbase.com/organization/tygart-media"
      ],
      "knowsAbout": [
        "Generative Engine Optimization",
        "Answer Engine Optimization",
        "LLMs.txt",
        "AI search optimization"
      ]
    }

    Two parts do the heavy lifting here for GEO: sameAs (which binds you to external authoritative profiles) and knowsAbout (which gives the LLM topical anchors for when it should consider you a relevant citation).

    Step 2: Audit Your Wikidata Footprint

    Most independent publishers and B2B brands have no Wikidata entry. That’s a problem because Wikidata is consumed directly by Google’s Knowledge Graph and is one of the most reliable structured sources LLMs pull from during training and retrieval.

    The minimum viable Wikidata footprint:

    • A Wikidata item with at least: instance of, industry, founded by, official website, and headquarters location.
    • References for every claim — Wikidata rejects unsourced statements, and an unreferenced claim is worse than no claim.
    • Cross-links to your LinkedIn company ID, Crunchbase ID, and (if applicable) Twitter/X handle.

    If you don’t qualify for a full Wikipedia article (most B2B brands don’t), a Wikidata item alone still significantly increases your entity resolution rate inside LLM responses.

    Step 3: Normalize Your One-Line Description Across All Surfaces

    This is the cheapest, highest-leverage entity binding move and almost nobody does it. Pick exactly one sentence — under 20 words, category-first, no marketing fluff — and use it identically on:

    • Your homepage meta description
    • Your Organization schema description field
    • Your LinkedIn company page About section’s opening line
    • Your Crunchbase short description
    • Your X/Twitter bio
    • The first sentence of any guest post author bio

    Example: “Independent publisher covering generative engine optimization and AI-era content strategy.”

    When five external surfaces and your own schema all say the same category in the same words, the LLM’s resolution confidence is high. When they all say something slightly different, the model hedges — and a hedging model doesn’t cite you.

    Step 4: Build Topical Authority Around Bound Entities, Not Just Keywords

    Traditional SEO builds topical authority around a keyword cluster. GEO requires you to build it around entities the LLM already recognizes. Practical translation: every pillar article you publish should explicitly name and (ideally) link to:

    • The canonical entities in your topic (e.g., specific platforms, specific researchers, specific published papers)
    • The accepted definitions and frameworks from the foundational sources
    • Your own brand entity, in a way that lets the LLM connect “this topic” to “this publisher”

    For a GEO publisher, that means citing the Princeton GEO paper by name, naming Google AI Overviews and Perplexity and ChatGPT search as the specific generative engines, and consistently positioning your own brand as the entity that produces practitioner GEO content. Every article reinforces the entity binding.

    How to Measure Entity Binding Is Working

    Entity binding is a leading indicator, not a direct ranking signal — so you measure it sideways. The three practical signals to watch:

    1. Brand mentions in AI responses. Manually query ChatGPT, Claude, Perplexity, and Google AI Overviews monthly with 10–20 of your target topical questions. Track whether your brand appears in any cited or recommended source.
    2. Knowledge Graph presence. Search your brand name in Google. A Knowledge Panel appearing on the right side of the SERP is direct evidence that Google has resolved you as a stable entity. No panel after 90 days of entity binding work signals a gap in your Wikidata or sameAs links.
    3. Referral traffic from AI sources in GA4. Filter for sessions where source contains chatgpt, perplexity, claude, or gemini. Sustained growth in this segment is the downstream result of entity binding combined with on-page GEO tactics.

    The Common Mistakes

    Three failure modes show up repeatedly in 2026:

    • Shipping schema with placeholder content. A schema block that says “description: Your description here” is worse than no schema. LLMs see it and downgrade trust.
    • Inconsistent founder names. “William Tygart” on the site, “Will Tygart” on LinkedIn, “W. Tygart” on Crunchbase. Pick one form and use it everywhere — including author bylines.
    • Treating sameAs as optional. The sameAs array is the single highest-leverage entity binding field in your schema. Empty or partial sameAs is the most common reason small publishers fail to get cited.

    Related on Tygart Media: GEO tactics · SaaS entity SEO · insurance entity SEO.

    Frequently Asked Questions

    What is the difference between GEO and traditional SEO?

    Traditional SEO optimizes for ranking and clicks on search engine results pages. Generative Engine Optimization (GEO) optimizes for citation, mention, and recommendation inside AI-generated answers from systems like ChatGPT, Claude, Perplexity, and Google AI Overviews. The overlap between top Google links and AI-cited sources has fallen from roughly 70% to under 20% as of 2026, meaning GEO is now a distinct discipline.

    What is entity binding in the context of GEO?

    Entity binding is the practice of making your brand resolvable as a stable, consistent entity across schema markup, Wikidata, third-party directories, and external profiles so that LLMs can confidently identify and cite you. It is the foundation underneath GEO tactics like statistics addition and source citation.

    Do I need a Wikipedia article to be cited by AI systems?

    No. A Wikidata item alone is sufficient for most B2B brands and independent publishers. Wikidata is consumed directly by Google’s Knowledge Graph and is one of the most reliable structured sources LLMs use during entity resolution. Wikipedia helps but is not required.

    How long does entity binding take to show results in AI citations?

    Most practitioners see Knowledge Panel appearance within 30–90 days of completing the four-surface stack. AI citation rate increases lag by an additional 30–60 days because LLM training and retrieval cycles update on slower cadences than search engine indexes.

    What schema type should small publishers use?

    Use Organization schema on your homepage and Person schema on your About page. If you publish frequently, add Article schema to individual posts and link the author Person back to the Organization. This three-way linkage gives LLMs the cleanest entity graph to resolve.

    The Bottom Line

    Entity binding is not a one-time setup task. It’s the underlying condition that makes every other GEO tactic work. Before you spend another month adding statistics and FAQ sections, audit your four surfaces, normalize your one-line description, and ship a clean Organization schema with a complete sameAs array. The publishers winning the citation game in 2026 are the ones whose entity resolution is so unambiguous that the LLM never has to hedge.

  • Google AI Overviews: The May 2026 Citation Playbook

    Google AI Overviews: The May 2026 Citation Playbook

    Google shipped one of the most consequential AI Overviews updates of the year on May 6, 2026 — and most SEO teams still have not adjusted their content templates to match. The update changed what gets cited, where citations are drawn from, and how users decide which links to actually click. This is the practitioner walkthrough: what shifted, the data behind it, and the on-page changes that move the needle in the new system.

    What Google Actually Changed on May 6, 2026

    Two cards: answer shown in overview versus optional click
    What Google actually changed for AI Overviews.

    Google’s own announcement (How AI Mode and AI Overviews help you explore the web) named five shifts to the Overviews surface:

    1. Forum and social perspective blocks — Overviews now embed direct quotes from Reddit, WordPress blogs, and public forums in a dedicated “perspectives” section.
    2. Subscription-aware citation highlights — links from news outlets the searcher is logged in to are visually flagged. Google’s internal test data showed those flagged links were “significantly more likely” to be clicked.
    3. Suggested exploration topics — bulleted follow-up queries now render at the end of many AI responses, which means downstream traffic flows depend on whether your domain ranks for the fan-out queries, not just the head term.
    4. Further Exploration section — a bulleted-link cluster plus an “Expert Advice” snippet pulling from articles, reviews, and forum threads.
    5. Hover-to-preview link cards — hovering a citation now triggers a card showing site name, page summary, and metadata before the click.

    Two of those five — perspectives blocks and Further Exploration — are net-new citation slots. The other three change which citations users actually convert on.

    The Citation Math Has Shifted

    Side-by-side SEO rank/click versus GEO citation/answer-first
    The citation math has shifted.

    The most important measurement from the last 60 days: in March 2026, the share of AI Overview citations pulled from pages ranking in Google’s organic top 10 dropped to 38%, down from 76% in July 2025 (500M-keyword analysis). 31% of cited sources now rank in positions 11–100, and another 31% rank outside the top 100 entirely for the query they get cited on.

    Translation for practitioners: Overviews are no longer a rank-amplifier. They are an independent retrieval layer. A page that ranks #47 with the right passage structure can outcompete a page that ranks #3 with the wrong structure. Domain Authority correlation with citation selection is now r=0.18 — effectively noise. Semantic completeness correlation is 0.87.

    The Passage That Gets Cited

    AI Overview extracts cluster tightly around 134–167 words per passage, with 62% of featured content falling in the 100–300 word range. Position inside the article matters: 44.2% of citations are pulled from the first 30% of the body, 31.1% from the middle, 24.7% from the conclusion (Wellows ranking factor study). Lead-heavy structure is no longer a copywriting preference — it is the extraction surface.

    The structural pattern that wins, repeatable across H2 sections:

    <h2>[Specific question phrased as a noun phrase]</h2>
    <p><strong>[One-sentence direct answer with a named entity or number.]</strong></p>
    <p>[Supporting detail with verifiable source attribution.]</p>
    <p>[Nuance, caveat, or contrast — kept under the 167-word ceiling.]</p>

    Each H2 block becomes a standalone extractable unit. If your article only answers the headline question, you compete for one citation. If five H2 blocks each answer a distinct fan-out question, you compete for five.

    Schema That Earns Citations Now

    Properly marked-up pages show 73% higher selection rates in AI Overviews versus unmarked content. The three schema types doing the most work in the May 2026 surface:

    • FAQPage — feeds the Further Exploration section directly. Each Question/Answer pair is treated as a passage candidate.
    • Article with author and datePublished — freshness is now a citation factor. Content under three months old is 3× more likely to be cited.
    • HowTo with step-level markup — extracted into the Expert Advice snippet when the query is procedural.

    A minimal Article block that hits the freshness and authorship signals Google’s extractor now reads for:

    {
      "@context": "https://schema.org",
      "@type": "Article",
      "headline": "...",
      "author": { "@type": "Person", "name": "...", "url": "..." },
      "datePublished": "2026-05-14",
      "dateModified": "2026-05-14",
      "publisher": { "@type": "Organization", "name": "...", "logo": {...} }
    }

    How to Show Up in the New Perspectives Block

    The forum-quote section is the biggest opportunity nobody is optimizing for yet. Reporting from TechCrunch’s coverage of the rollout confirmed Google is pulling from Reddit, public forums, and WordPress blogs explicitly tagged as personal perspective.

    Three practitioner moves:

    1. Author bylines with first-person framing on at least one article per topic cluster. Personal-perspective phrasing (“In our deployment of …”, “What surprised us was …”) signals firsthand experience to the extractor.
    2. Engage in the relevant subreddit with substantive comments under your real handle, then link your bylined article from your profile. Reddit threads are now a primary retrieval source for perspectives blocks.
    3. Tag personal-perspective posts with Person schema alongside Article schema. The Person entity is what Google ties to the firsthand-experience signal.

    What to Measure Starting This Week

    Four-stage funnel: citation, click, engage, convert
    What to measure starting this week.

    Citation share by query is the only metric that matters in this surface, and traditional analytics will not give it to you. Two practitioner approaches:

    • Manual citation logging — pull your 20 highest-value head terms and 50 fan-out queries, query them weekly in an incognito session, log whether your domain appears in the Overview, the perspectives block, or the Further Exploration list. Track citation share, not just rank.
    • Server-log analysis — Google’s Overview generator hits your pages with a distinct user agent and crawl signature. Filtering for those signatures gives you a leading indicator: pages getting hit by the extractor are pages being evaluated for citation.

    Cited pages earn 35% more organic clicks and 91% more paid clicks than uncited peers (Averi.ai citation study). Uncited pages on triggering queries lose 61% of their normal CTR. The gap between cited and uncited is now wider than the gap between position #1 and position #5 in classical SEO. Treat citation as the primary KPI.

    The Update in One Sentence

    Google has decoupled AI Overview citation from organic rank, opened two new citation slots (perspectives and Further Exploration), and is now rewarding firsthand-experience signals at the page and author level — the practitioners who restructure for passage-level extraction and earn citation in the new slots will pick up the traffic that used to flow to position-#1 pages.

    Related on Tygart Media: citation monitoring · SEO vs GEO vs AEO.

  • LLMs.txt Spec: 2026 Guide, Robots.txt Rules & Verification

    LLMs.txt Spec: 2026 Guide, Robots.txt Rules & Verification

    If you publish an llms.txt file this week, no major model is going to fetch it tonight. That is the honest 2026 read on the spec — and yet the file is still worth shipping for narrow, specific reasons. This guide covers the 4-element specification published at llmstxt.org, the robots.txt pairing that actually controls AI crawler behavior right now, and a server-log filter you can run to verify whether anyone is reading the file you just shipped.

    What llms.txt actually is (and what it isn’t)

    Three cards for Google cautious, Bing speed, OpenAI aggressive crawl styles
    What llms.txt actually is — and isn’t.

    llms.txt is a Markdown file served at the site root — /llms.txt — proposed by Jeremy Howard of Answer.AI on September 3, 2024. The spec at llmstxt.org defines four elements: a required H1 with the project or site name; a blockquote summary; zero or more Markdown content sections (no headings); and zero or more H2-delimited file-list sections containing annotated Markdown links to deeper content. That is the entire specification. There is no header convention, no schema requirement, no robots-style allow/deny syntax.

    What llms.txt is not: it is not a substitute for robots.txt, it is not an access-control mechanism, and as of May 2026 it is not consumed at inference time by ChatGPT, Claude, Gemini, Perplexity, or Copilot in any documented production system. Server-log audits across multiple independent practitioners show GPTBot, ClaudeBot, and Google-Extended do not request /llms.txt in meaningful volume during routine crawls.

    The realistic 2026 use case is developer tooling. AI coding assistants and IDE agents — Cursor, GitHub Copilot, Claude Code, and similar tools — retrieve docs in real time, and a curated llms.txt cuts token waste by pointing them at canonical Markdown sources instead of HTML-rendered pages bloated with nav and tracking. Companies like Anthropic, Stripe, Cursor, Cloudflare, Vercel, Mintlify, Supabase, and LangGraph ship llms.txt for that reason.

    The 4-element template — a working example

    Here is a real, valid llms.txt for a hypothetical SaaS docs site. Copy this structure, change the project name, and you have a shippable file in under 30 minutes:

    # Acme Analytics
    
    > Acme Analytics is a self-hosted product analytics platform for SaaS teams. This file points AI assistants and IDE agents at canonical Markdown documentation, not the rendered HTML.
    
    Authoritative Markdown sources for product, API, and SDK documentation. Use the `.md` variant of any docs page (append `.md` to the URL) for a clean, agent-friendly version.
    
    ## Getting Started
    
    - [Quickstart](https://acme.example/docs/quickstart.md): 10-minute setup, install through first event.
    - [Concepts](https://acme.example/docs/concepts.md): events, properties, identities, sessions — definitions and examples.
    
    ## API Reference
    
    - [REST API Reference](https://acme.example/docs/api/rest.md): every endpoint, request/response schema, rate limits.
    - [Webhook Reference](https://acme.example/docs/api/webhooks.md): payload contracts and retry behavior.
    
    ## SDKs
    
    - [JavaScript SDK](https://acme.example/docs/sdk/js.md): browser and Node, including server-side rendering notes.
    - [Python SDK](https://acme.example/docs/sdk/python.md): server-side ingestion patterns.
    
    ## Optional
    
    - [Changelog](https://acme.example/docs/changelog.md): version history, breaking changes flagged inline.
    

    Two practitioner notes. First, the spec uses an “Optional” H2 as a soft signal — links under that heading can be skipped by aggressive token budgets. Second, the file is most useful when every linked URL has a parallel .md Markdown version. If your site is pure HTML, llms.txt without paired Markdown does little.

    The robots.txt pairing — this is what actually controls AI bots today

    Four ranked rows of AI crawler fleets reading publisher content
    robots.txt pairing — what controls AI bots today.

    The lever that meaningfully controls AI crawler behavior in 2026 is robots.txt with user-agent–specific rules. Anthropic publishes official documentation for three bots — ClaudeBot for training, Claude-User for user-initiated fetches, and Claude-SearchBot for search indexing — and confirms all three honor robots.txt. OpenAI runs GPTBot (training) and OAI-SearchBot (live ChatGPT search). Google’s AI training opt-out is the Google-Extended user-agent. Perplexity uses PerplexityBot.

    The two-bucket pattern most practitioner sites should ship: block training-only crawlers, allow search and user-initiated retrieval so your content can still be cited in answers.

    # Allow AI search and user-fetch traffic (citations, attribution)
    User-agent: Claude-SearchBot
    Allow: /
    
    User-agent: Claude-User
    Allow: /
    
    User-agent: OAI-SearchBot
    Allow: /
    
    User-agent: PerplexityBot
    Allow: /
    
    # Block training-only crawlers
    User-agent: ClaudeBot
    Disallow: /
    
    User-agent: GPTBot
    Disallow: /
    
    User-agent: Google-Extended
    Disallow: /
    
    # Standard search crawler — leave open
    User-agent: Googlebot
    Allow: /
    
    Sitemap: https://example.com/sitemap.xml
    

    One operational caveat: robots.txt is policy, not enforcement. Anthropic, OpenAI, and Google have all publicly committed their named bots to compliance, but unnamed scrapers and residential-IP harvesters routinely ignore it. For sites with sensitive content, pair robots.txt with WAF or Cloudflare bot-management rules at the edge.

    Structured data still does more heavy lifting than llms.txt

    If your goal is AI citation rather than IDE-agent retrieval, structured data on the page itself moves the needle more than llms.txt. The minimum stack for any article you want cited: Article schema with named author and publisher, FAQPage schema on any post that answers a discrete question, and speakable markup on the answer paragraphs. These get parsed during normal HTML fetches by every major AI crawler — no separate file required.

    How to verify your llms.txt is actually being read

    Desk with laptop, checklist notebook, and billing card ready before creating an Anthropic API key
    How to verify llms.txt is being read.

    Ship the file, then run this server-log filter weekly for 30 days. On any standard access-log format (nginx, Apache, or a Cloudflare log push), grep for requests to /llms.txt and break them down by user-agent:

    grep "GET /llms.txt" /var/log/nginx/access.log \
      | awk -F\" '{print $6}' \
      | sort | uniq -c | sort -rn
    

    What you will almost certainly see in May 2026: a steady trickle of human curl requests, the occasional IDE agent fetch tagged with a Cursor or VS Code user-agent, and effectively zero hits from GPTBot, ClaudeBot, or Google-Extended. That null result is itself the measurement — it tells you llms.txt is a developer-experience asset right now, not an AI-citation asset, and your investment should match that reality.

    The recommended 2026 rollout

    For most sites, the right sequence is: ship the robots.txt user-agent rules above first, because those are enforceable today and shape every AI crawler interaction. Add structured data to every article that competes for AI citation. Then publish llms.txt — under 30 minutes of work — for the IDE-agent and dev-tooling upside, with no expectation of immediate search lift. When OpenAI, Anthropic, or Google publicly confirm production llms.txt consumption, you are already in position.

    Related on Tygart Media: llms.txt case study · URL curation buckets · verify in logs.

  • NAVSTA Everett Housing Crisis: VOAWW Shelter & Resources

    NAVSTA Everett Housing Crisis: VOAWW Shelter & Resources

    For NAVSTA Everett families: The new VOAWW Pallet Shelter Village on Sievers-Duecy Boulevard — 20 units for women and children, opened April 27, 2026 — is part of a growing Snohomish County civilian safety net that Navy spouses and dependents should know exists. Military families experience housing crises at rates above the civilian average, often triggered by PCS transitions, deployment, separation, or financial hardship. The civilian resources described here do not require active-duty status, rank, or command referral to access.

    Military families understand housing pressure in ways the civilian world rarely talks about openly. PCS orders arrive with 30 days notice. Base housing waitlists run months long. A deployment can change the calculus of whether a family stays in Everett or moves back to extended family. A separation — whether from the military or from a spouse — can leave a Navy wife with children in a city she didn’t choose, navigating a rental market where Snohomish County’s April 2026 median home price is $750,000 and rental vacancies are tight.

    Everett’s civilian safety net has grown significantly in the past two years. The newest addition — VOAWW’s 20-unit Pallet Shelter Village for women and children, which opened April 27, 2026, off Sievers-Duecy Boulevard — is the piece most military families haven’t heard about yet. This guide maps the full picture. For the complete guide to the shelter itself, see the VOAWW Pallet Shelter complete guide.

    The VOAWW Pallet Shelter: What It Is

    VOAWW operates the new Pallet Shelter Village on city-owned land off Sievers-Duecy Boulevard in west Everett. Twenty units, each housing one woman and up to three children, opened April 27, 2026. Each unit has a lockable door, climate control, and secure storage. The surrounding village has a community kitchen, showers, restrooms, and a playground. Stays are up to 12 months, with wraparound recovery and job support from VOAWW. Funding came from City of Everett ARPA dollars and a $250,000 Snohomish County match — total project cost $2.7 million.

    Who can access it: any woman with children experiencing homelessness in Snohomish County. There is no military-specific restriction, but also no military-preference track. Referrals through VOAWW or 211.

    Why Navy Families Should Know This Exists

    The NAVSTA Everett Family Support ecosystem — Fleet and Family Support Center (FFSC) at 425-304-3735, the Command Financial Specialist program, unit ombudsmen, and Military Family Life Counselors (MFLCs) available without referral — is the first-line support system. Use it. But when a Navy spouse finds herself in a housing crisis that extends beyond what the military support chain can resolve — particularly if a marriage has ended, if a sailor is deployed and the family’s housing situation has collapsed, or if financial crisis has made the current arrangement unworkable — civilian resources become the path forward.

    The Full Snohomish County Resource Map for Military Families in Crisis

    VOAWW Pallet Shelter Village (Sievers-Duecy) — Women with children, transitional, up to 12 months. Referrals through VOAWW (voaww.org) or 211.

    Everett Gospel Mission — West Everett, with a $30 million expansion underway adding 172 shelter beds. Emergency shelter, meals, recovery support, transitional housing. See the complete Gospel Mission guide.

    211 Snohomish County — Dial 2-1-1 or text your zip code to 898-211. 24 hours, multilingual. Real-time referrals to all housing resources in the county.

    Snohomish County Veterans Assistance Program — 3000 Rockefeller Avenue, Everett. Emergency financial assistance for veterans and families, including rent and utilities. County-funded, not VA benefits. Does not require service-connected disability.

    Everett Vet Center — 3311 Wetmore Avenue, Everett. Counseling, readjustment support, and referrals. Specific expertise helping veterans and military families navigate civilian systems after separation or during family crises.

    HousingHope — Snohomish County’s largest homeless services and affordable housing nonprofit. Family housing programs, rapid rehousing assistance, transitional units. No military restriction.

    FFSC Everett (Fleet and Family Support Center) — 425-304-3735 at NAVSTA Everett. Financial counseling, crisis intervention, relocation support, and civilian resource referrals. Works with Navy spouses even during deployment. No command referral required.

    For the broader 2026 NAVSTA mental health resource map, see Mental Health Awareness Month at NAVSTA Everett 2026.

    A Note on Privacy

    Military families sometimes hesitate to access civilian resources out of concern it will be visible to the chain of command or affect a service member’s career. Civilian resources — VOAWW, Everett Gospel Mission, 211, Snohomish County Veterans Assistance, HousingHope — have no connection to the military reporting chain. Accessing them is confidential. The FFSC also operates under client confidentiality rules and does not report to command except in specific safety situations. If you are unsure, ask the FFSC intake counselor about their confidentiality policy before sharing information.

    Frequently Asked Questions for Navy Families at NAVSTA Everett

    Can a Navy spouse access the VOAWW Pallet Shelter if her service member is deployed?

    Yes. The shelter serves women with children experiencing homelessness regardless of military status. Deployment status of a spouse does not affect eligibility.

    Does accessing civilian housing resources affect a service member’s security clearance?

    Accessing civilian homelessness resources is not a reportable event for security clearance purposes. Consult with a JAG officer or legal assistance attorney if you have specific clearance concerns.

    How long can a family stay at the VOAWW Pallet Shelter?

    Up to 12 months, with wraparound services from VOAWW. This is a transitional shelter, not emergency overnight housing.

    What if the shelter doesn’t have availability?

    Contact 211 (dial 2-1-1) for real-time referrals to other available resources in Snohomish County. The FFSC can also assist with emergency housing referrals.

    Does the Snohomish County Veterans Assistance Program serve active-duty families?

    The program primarily serves veterans. Active-duty family members in crisis should start with FFSC, which can facilitate access to emergency funds and make civilian resource referrals.

    Is the FFSC confidential?

    The FFSC operates under client confidentiality rules and does not report to command except in specific safety situations. Ask the intake counselor directly about their confidentiality policy.

  • Everett-Delta Transmission Line: Developer Capacity Guide

    Everett-Delta Transmission Line: Developer Capacity Guide

    The short version for developers: Snohomish County PUD’s new Everett-Delta 115-kV transmission line — 3.5 miles, connecting the Everett Substation to the Delta Switching Station near SR 529 / Marine View Drive — goes in service summer 2027. It adds the upstream transmission capacity PUD needs to connect the wave of new waterfront, downtown, and north-Everett developments at full load. If your building opens before summer 2027, confirm your electrical service agreement and any interim capacity arrangements with PUD now. If your opening is fall 2027 or later, you are in the planned capacity window.

    If you are developing, building out, or opening a business in Everett’s waterfront, downtown, or north-end corridor in 2026 or 2027, there is one piece of infrastructure that affects your electrical service capacity, your connection timeline, and your ability to run the systems your tenants and customers will expect. It is not a building permit. It is a power line.

    Snohomish County PUD’s new Everett-Delta 115-kilovolt transmission line is the upstream electrical capacity that the Millwright District, the downtown stadium, the Mosaic Apartments, and every other project in the corridor runs on. PUD held public open houses on May 7, 2026. Here is the business-owner and developer version of what you need to know. For the full project overview, see the complete Everett-Delta transmission line guide.

    The Capacity Problem the Line Solves

    Every large building in the waterfront corridor pulls electrical load. A 300-unit multifamily building with heat pumps, EV charging infrastructure, and commercial amenity spaces runs approximately 1 to 1.5 megawatts of peak demand. A restaurant with commercial kitchen equipment adds another 100 to 300 kilowatts per tenant. Stack the Millwright District Phase 2, Mosaic Apartments, the downtown stadium, and the Sage Investment Group conversion on top of projects already open at Waterfront Place — and you have a concentration of new load the existing north Everett transmission system was not designed to absorb.

    PUD’s language for why the line is being built is precise: “increasing electrical demand in the northern regions of the service territory” and “prevent the electric system from experiencing low voltage should local power be interrupted.” For a developer or building owner, that translates to: the existing infrastructure is operating with reduced headroom, and this line restores it.

    What Goes In Service and When

    The line connects PUD’s Everett Substation (west of I-5, between McDougall and Smith avenues) to the Delta Switching Station near SR 529 and West Marine View Drive. Construction is targeted to begin spring 2027. The line is planned to be in service by summer 2027, approximately six months of construction.

    The Practical Timeline Issue for Your Project

    If your building or commercial space is targeting an opening in 2026 or early 2027, you are opening before the Everett-Delta line is in service. For large-load projects — multifamily, high-load commercial anchors, destination restaurants with significant kitchen/HVAC load — confirm directly with PUD whether your project falls within the pre-line capacity envelope or whether there are interim arrangements needed.

    If your project is targeting a fall 2027 opening or later, you are timing well. PUD will have the upstream capacity in place and your service connection request goes into a queue that includes the new transmission headroom the Everett-Delta line creates.

    The Reliability Dimension

    Beyond raw capacity, the Everett-Delta line adds N-1 redundancy to the north Everett corridor. Once in service, PUD can reroute power around a failed line segment, maintaining voltage and continuity. For a restaurant, hotel, or high-density residential building where a power outage is a direct revenue and habitability event, this is a meaningful change in risk profile.

    The New Substation Implication

    PUD’s project documentation states the Everett-Delta line will “support at least one new substation in the Everett area” tied to the city’s 2044 Comprehensive Plan. The substation location has not been publicly announced. Developers planning projects in the 2028–2032 window should monitor PUD’s system improvements page for updates — the new substation’s location will directly affect which parts of the corridor have the most available service capacity after the line goes in. For the broader economic context, see the April 2026 Snohomish County market report.

    How to Stay Current

    PUD maintains a project page at snopud.com under System Improvements. For project-specific electrical service questions, PUD’s business services team handles large-load connection requests.

    Frequently Asked Questions for Developers and Business Owners

    Does the Everett-Delta line affect my electrical service connection timeline?

    For large-load projects opening before summer 2027, yes — confirm your connection capacity with PUD. For projects opening fall 2027 or later, the line adds upstream capacity that makes connection approvals more straightforward.

    When does construction begin and when is the line in service?

    Construction begins spring 2027; in service by summer 2027, approximately six months of construction.

    What load can existing north Everett transmission support now?

    PUD has not published a specific available capacity figure. Contact PUD’s business services team for a load study or capacity assessment for your specific project.

    Will there be construction disruption near Marine View Drive?

    Some work in the corridor is expected in spring-summer 2027. PUD will provide specific construction routing details as the project advances through permitting.

    Where is the new substation PUD mentioned?

    The location has not been publicly announced. PUD’s documentation states the line will support at least one new substation tied to Everett’s 2044 Comprehensive Plan. Watch snopud.com system improvements for updates.

  • 5 GEO and AEO Case Studies: What Actually Worked in 2026

    5 GEO and AEO Case Studies: What Actually Worked in 2026

    Most GEO and AEO case studies you can find online are vendor-published and short on implementation detail. So instead of stacking another “look at this 300% lift” headline, this piece walks through five publicly documented results from 2026 — and pulls out the structural change that actually drove the win in each one. If you want to copy what works, copy the structure, not the percentage.

    1) HubSpot: 3x lead conversion from AEO traffic

    GEO versus SEO cards used as case-study framing
    Case patterns: what actually worked in GEO/AEO.

    HubSpot’s own 2026 State of Marketing reporting found 58% of marketers saying AI-referred visitors convert at higher rates than traditional organic, with HubSpot itself reporting roughly 3x better lead conversion from AEO sources versus other channels. The implementation pattern across HubSpot’s blog: question-led H2s, a 40–60 word direct answer in the first paragraph below the heading, then expanded context, then a structured FAQ block with FAQPage schema.

    The before/after isn’t “more content.” It’s “the same content, restructured so the answer arrives in the first 60 words.” That single edit is what featured snippets and AI Overviews both reward.

    2) Hashmeta e-commerce client: +50% zero-click visibility

    Comparison of Claude how-to fit versus local service page fit for assistants
    Zero-click visibility lifts without chasing vanity traffic.

    Hashmeta documented a 50% increase in zero-click visibility for an e-commerce client after a targeted AEO sprint. The lever: rebuilding product and category pages around explicit question intent (“what is the difference between X and Y,” “is X worth it for Z use case”) and adding HowTo and FAQPage schema. The page didn’t get more traffic from the same query — it started winning the answer position on related queries it wasn’t competing for before.

    The takeaway for practitioners: zero-click visibility is its own funnel. Track it separately from sessions, because the value shows up in branded search lift two to four weeks later, not in same-day clicks.

    3) SaaS brand: 20+ free-trial signups per month from ChatGPT citations

    Four cards for content, ops, build, and knowledge work with Claude
    ChatGPT citations can create free-trial demand.

    One SaaS case study circulating in the GEO community in early 2026 reported 20+ free-trial signups per month attributed directly to ChatGPT citations, identified via a unique UTM and a referral-source filter in their analytics. The structural pattern: a single canonical comparison page per top competitor, written as a third-person reference rather than first-person marketing, with a clear definition block, a structured comparison table, and a “when to choose X” section.

    This is the format ChatGPT cites because it’s the format ChatGPT was trained to produce. Match the output shape and you become the source.

    4) Generic brand study: 140% lift in AI-driven search traffic

    A widely cited 2026 GEO case study reported a 140% increase in LLM and AI-driven search traffic alongside a 62% rise in AI mentions after a strategy that prioritized entity saturation, internal-link clustering, and structured data over keyword density. The implementation detail worth copying: a single hub page per entity with at least 15 distinct factual data points, then 8–12 supporting articles linking back to it with descriptive anchor text.

    The 15-data-point threshold matches what GEO researchers have flagged repeatedly: articles with 15+ verifiable data points receive substantially more AI citations than articles with fewer than five.

    5) Mangools: featured-snippet capture from a single edit

    Mangools published a walkthrough showing how rewriting one blog post to lead with a 50-word direct answer captured a featured snippet for a head-term query, with the resulting traffic and brand exposure outpacing the rest of the content cluster. No new backlinks, no new content — just a structural rewrite of the first 100 words.

    The pattern across all five

    Every win has the same shape: question-led H2, 40–60 word direct answer, structured supporting content, schema markup. Here is the minimum viable AEO block, drop-in ready:

    <h2>What is generative engine optimization?</h2>
    <p><strong>Generative engine optimization (GEO) is the practice of structuring web content so AI systems like ChatGPT, Claude, Gemini, and Perplexity cite it as a source.</strong> Unlike SEO, which optimizes for ranking in a list of links, GEO optimizes for being included in a generated answer. The core levers are entity clarity, factual density, structured data, and crawlability via LLMs.txt and robots.txt.</p>
    
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "FAQPage",
      "mainEntity": [{
        "@type": "Question",
        "name": "What is generative engine optimization?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Generative engine optimization (GEO) is the practice of structuring web content so AI systems cite it as a source in generated answers."
        }
      }]
    }
    </script>

    The measurement layer

    None of these case studies mean anything without isolation. The minimum tracking stack: a referrer filter for chatgpt.com, perplexity.ai, claude.ai, gemini.google.com, and copilot.microsoft.com in GA4; a separate event for zero-click impressions from Google Search Console; and a manual citation log — query a representative model with your top 25 prompts weekly and record whether your domain is cited. The third one is what most teams skip, and it’s the only one that tells you whether GEO is working before traffic shows up.

    What to copy this week

    Pick your top five highest-intent pages. For each one, rewrite the first 100 words as a direct-answer block, add a single FAQPage schema with three questions, and add the page to your LLMs.txt manifest. That is the entire implementation. Every case study above is a variation on those three moves.

    Related on Tygart Media: GEO case study teardown · GEO tactics · SEO vs GEO vs AEO.

  • Schema Injection Kit — Claude AI Skill for Structured Data

    Schema Injection Kit — Claude AI Skill for Structured Data

    Tell Claude what your page is. Get correct JSON-LD schema, ready to paste.

    Who This Is For

    Comparison of Claude how-to fit versus local service page fit for assistants
    Who the schema injection kit is for.

    Built for WordPress site owners and marketers who know schema markup matters but find the Schema.org documentation confusing and do not want to pay a developer every time they need a new page marked up.

    The Problem

    Long paper tape measure unrolling across a desk beside a laptop, metaphor for context window length
    The schema coverage problem.

    Schema markup is one of the highest-leverage technical SEO improvements a site can make — and one of the most commonly skipped because writing correct JSON-LD requires knowing the spec. Get it wrong and search engines ignore it. Get it right and you unlock rich results, enhanced AI search visibility, and structured data that tells search engines exactly what your page is. This skill generates correct, validated schema for any page type on demand.

    What It Does

    Desk with laptop, checklist notebook, and billing card ready before creating an Anthropic API key
    What the schema kit skill does.
    • Generates correct JSON-LD for 12 schema types: Article, FAQPage, Service, LocalBusiness, HowTo, Product, BreadcrumbList, Review, Event, Organization, Person, and VideoObject
    • Asks the right questions to fill required and recommended fields accurately — no guessing
    • Validates output against Schema.org specifications before delivering
    • Combines multiple schema types appropriately on a single page
    • Outputs ready-to-paste script tags you can drop into your page head or body

    What You Get

    The complete skill file in Claude-compatible format, a prompt library specific to the use case, and a setup guide that gets you running in under five minutes. After purchase, everything downloads instantly.

    Schema Injection Kit — Claude AI Skill for Structured Data

    $47

    Delivered to your inbox within 24 hours — skill file, prompt library, and setup guide

    Buy Now →

    Secure checkout via Square — all major cards accepted

    Want a custom version built specifically for your business? Email will@tygartmedia.com

    Related on Tygart Media: GEO visibility checker · GEO tactics.

    Frequently Asked Questions

    Do I need technical knowledge to use this?

    No. You describe your page and answer the skill’s questions. It handles the technical structure. You paste the output.

    Can I use multiple schema types on the same page?

    Yes — the skill knows which types can and should be combined. A service page might get Service + LocalBusiness + FAQPage. It generates them correctly together.

    How do I add the output to my WordPress site?

    Paste the script tags into your page using a code block, the theme’s header injection, or a plugin like Schema Pro or Rank Math’s custom schema field. The setup guide walks through each option.

    How is this delivered?

    Within 24 hours of purchase via email from will@tygartmedia.com. Skill file, prompt library, and setup guide delivered as a ZIP download.

    Does this require a paid Claude subscription?

    Installing as a custom skill requires a paid Claude plan (Pro, $20/mo, or higher) with code execution enabled. Your download also includes a free-plan setup option — paste the skill into a Claude Project’s instructions — which works on any plan.

    Can I get a custom version built for my specific business?

    Yes. Email will@tygartmedia.com with a description of your business and workflows. Custom skill builds are available as part of The Fitting service.

  • WordPress SEO Audit Template — 60-Point Notion Checklist

    WordPress SEO Audit Template — 60-Point Notion Checklist

    The same audit framework we use across a 27-site WordPress network — packaged for any site owner to run themselves.

    Why Most WordPress Sites Have Invisible Problems

    Comparison of Claude how-to fit versus local service page fit for assistants
    Why most WordPress sites have invisible problems.

    A WordPress site can look completely healthy and still be hemorrhaging organic traffic. Thin content flying under the radar. Orphan pages with no internal links. Schema that was never added. Category pages with no descriptions. Metadata that was written once in 2019 and never touched. None of this shows up as an error. None of it triggers an alarm. It just quietly costs you rankings, month after month.

    A proper audit catches all of it. The problem is that a proper audit from an agency costs more than most site owners want to spend on a site they think is probably fine. This template lets you run the same audit yourself — in the same Notion framework we use across 27 managed sites — for $29.

    What’s Inside

    Desk with laptop, checklist notebook, and billing card ready before creating an Anthropic API key
    What’s inside.
    • 60+ checkpoints across 6 audit categories — comprehensive enough to find real problems, organized enough to not be overwhelming
    • Technical SEO: crawlability, indexation, page speed signals, mobile rendering, Core Web Vitals basics, canonical tags, redirect chains
    • Content quality: thin content flags, duplicate content issues, missing meta descriptions, title tag optimization, heading structure
    • Schema and structured data: what types are present, what is missing, priority gaps by page type
    • Internal linking: orphan pages, link equity distribution, anchor text patterns, hub-and-spoke gaps
    • AI search visibility: entity structure, speakable content, GEO signals, LLMS.txt, FAQPage coverage
    • Priority scoring matrix: rank every finding by business impact and implementation effort — so you know exactly where to start
    • Remediation tracker: log findings, assign owners, track fix status over time

    Who This Is For

    Three stacked layers: chat UI, tools, agent runtime
    Who this is for.

    WordPress site owners who want to understand what is actually happening with their site before paying an agency to tell them. Marketers who manage WordPress properties and need a structured audit framework they can run repeatably. Freelancers and consultants who want a professional audit template they can brand and use with clients. Business owners who suspect their site has problems but do not know where to look.

    What Happens After the Audit

    The template gives you a prioritized fix list. You can implement the fixes yourself, hand them to a developer, or use them as the brief for an agency engagement. Every finding maps to a specific action — nothing is vague. And because the template lives in Notion, you can re-run it quarterly and track your progress over time.

    Related on Tygart Media: replace SEO agency kit · information density · taxonomy architecture.

    Frequently Asked Questions

    Do I need technical knowledge to use this?

    Basic WordPress familiarity is helpful. You should know how to navigate the WordPress admin, use a plugin like Yoast or Rank Math, and read your Google Search Console. The template explains what to look for at each checkpoint — you do not need to be an SEO expert going in.

    How long does a full audit take?

    Under two hours for a typical business site of 50 to 200 pages. Larger sites or sites with complex technical setups will take longer. The template is designed to be completable in a single focused session.

    Can I use this for client sites?

    Yes. The template is yours to use however you like after purchase. Many freelancers and consultants use it as their standard audit deliverable — white-label it, add your branding, charge accordingly.

    WordPress SEO Audit Template

    $29

    Delivered to your inbox within 24 hours — no shipping, no waiting

    Buy Now →

    Secure checkout via Square — all major cards accepted

  • WordPress Schema Starter: Structured Data for $299

    WordPress Schema Starter: Structured Data for $299

    Tygart Media / Content Strategy
    The Practitioner JournalField Notes
    By Will Tygart
    · Practitioner-grade
    · From the workbench

    What Is the WordPress Schema Starter?
    FAQPage, LocalBusiness, and Service schema injected on your top 10 WordPress pages — not a plugin, not auto-generated, not bloated markup that fails validation. Hand-crafted JSON-LD, validated with Google’s Rich Results Test on every page. Your most important pages become rich-result eligible within days, not months.

    Schema markup is the single most underdeployed SEO tactic on most WordPress sites. The reason isn’t ignorance — it’s friction. Schema plugins produce invalid output. Hand-coding JSON-LD is tedious. And most SEO agencies charge for 6-month retainers when all you actually need is a focused sprint on your 10 most important pages.

    The Schema Starter is that sprint. We identify your top 10 pages by traffic or ranking proximity, determine the right schema types for each, write valid JSON-LD, inject it via WordPress REST API, and validate every page. Done in under a week.

    What We Inject (Per Page)

    • FAQPage — For any page with a Q&A section (produces FAQ accordions in Google results)
    • LocalBusiness — For your homepage and location pages (reinforces NAP, service area, hours)
    • Service — For service landing pages (signals service type, provider, area served)
    • Article — For blog posts included in your top 10
    • BreadcrumbList — Applied to all 10 pages

    Pricing

    Package Includes Price
    Starter Schema injection on top 10 pages, Rich Results validation $299
    Starter+ Everything in Starter + FAQ content written for pages missing Q&A sections $499

    What We Need From You

    • Your WordPress site URL
    • Application password (or we identify top 10 pages from public data and you confirm)
    • Business name, address, phone, and hours (for LocalBusiness schema)
    • List of top 10 pages (or we pull from analytics/ranking data)

    Get Schema on Your Top 10 Pages

    Share your site URL and we’ll identify your top 10 schema candidates and confirm scope before you pay anything.

    will@tygartmedia.com

    Email only. No commitment to reply. Turnaround quoted within 1 business day.

    Frequently Asked Questions

    Will this conflict with my existing schema plugin (Yoast, RankMath)?

    We inject schema as a standalone JSON-LD block in page content — separate from plugin-generated schema. In most cases they coexist cleanly. If there’s duplication, we identify and remove it during the validation pass.

    How do you determine which 10 pages to prioritize?

    By traffic (if you share GA4 access), ranking proximity to featured snippet triggers, or a list you provide. We can also pull ranking data via DataForSEO for sites where analytics access isn’t available.

    What does the Rich Results validation confirm?

    Google’s Rich Results Test verifies the schema is valid, parseable, and eligible for rich result placements. Every page passes before the engagement closes — we fix any validation errors as part of the service.


    Last updated: April 2026