MR
Mayur Rathi
@mayurrathi
⭐ 6 GitHub stars

Seo Site Architecture

Seo Site Architecture is an writing AI skill with a core value of SEO-driven site architecture, programmatic SEO, schema markup, AI SEO indexing, and technical SEO audits. It helps developers solve real-world problems in the writing domain, boosting efficiency, automating repetitive tasks, and optimizing workflows.

SEO-driven site architecture, programmatic SEO, schema markup, AI SEO indexing, and technical SEO audits.

Last verified on: 2026-07-07

Quick Facts

Category writing
Works With Claude
Source mayurrathi/awesome-agent-skills
Stars ⭐ 6
Last Verified 2026-07-07
Risk Level Low
mkdir -p ./skills/seo-site-architecture && curl -sfL https://raw.githubusercontent.com/mayurrathi/awesome-agent-skills/main/skills/seo-site-architecture/SKILL.md -o ./skills/seo-site-architecture/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# 1.2.1 Seo Site Architecture


This skill defines the technical and structural standards for making websites discoverable by both traditional (Google) and AI-based (ChatGPT, Perplexity) search engines.


1. Site Architecture (Information Architecture)

**Goal:** Create a logical, crawlable hierarchy.

* **3-Click Rule:** Users (and bots) should reach any important page within 3 clicks of the homepage.

* **URL Structure:** Use readable, hyphen-separated URLs (e.g., `/features/analytics`). Avoid dates or IDs in URLs.

* **Internal Linking:** Use descriptive anchor text. Every page must have at least one inbound internal link (no orphan pages). Implement breadcrumbs for deep hierarchy.


2. On-Page & Technical SEO

**Goal:** Ensure pages are optimized for ranking and performance.

* **Meta Elements:** Unique Title Tags (50-60 chars) and Meta Descriptions (150-160 chars) with primary keywords.

* **Heading Hierarchy:** Single H1 per page, followed by logical H2/H3 structure. Use headings to answer intent, not just for styling.

* **Performance:** Optimize for Core Web Vitals (LCP < 2.5s, CLS < 0.1). Use lazy-loading for images and modern formats (WebP).

* **Sitemaps & Robots:** Maintain a clean `sitemap.xml` and ensure `robots.txt` is not blocking critical assets.


3. Structured Data (Schema Markup)

**Goal:** Help bots understand content via JSON-LD.

* **Core Schemas:** Implement `Organization`, `WebSite`, `Product`, `SoftwareApplication`, and `Article` where relevant.

* **Rich Result Schemas:** Use `FAQPage` and `HowTo` to capture more SERP real estate.

* **Validation:** Always validate markup using Google's Rich Results Test tool.


4. AI SEO (AEO / GEO)

**Goal:** Optimize for AI-citations and Large Language Models.

* **Extractability:** Use self-contained answer blocks (40-60 words) immediately following H2/H3 headings.

* **Authority Signals:** Include specific statistics, expert quotes, and "Last Updated" dates to increase citation-trust.

* **Bot Access:** Ensure `robots.txt` allows `GPTBot`, `PerplexityBot`, and `Google-Extended` for citations.


5. Programmatic SEO (pSEO)

**Goal:** Scale SEO-driven pages using templates and data.

* **Unique Value:** Every generated page must provide unique value (e.g., specific data/analysis), not just swapped variables in a template.

* **Playbooks:** Use patterns like "[Product] for [Audience]" (e.g., "CRM for Real Estate") or "[Product A] vs [Product B]" (e.g., "Slack vs Teams").

* **Scalability:** Use a Hub-and-Spoke model to link many "spoke" pages back to a primary "hub" category.

🎯 Best For

  • SEO content writers
  • Digital marketers
  • Claude users
  • Content creators
  • Writers

💡 Use Cases

  • Optimizing blog posts for search intent
  • Writing meta descriptions that drive CTR
  • Content creation
  • Style guide enforcement

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Seo Site Architecture to Your Work

    Provide context for your task — paste source material, describe your audience, or share existing work to guide the AI.

  4. 4

    Review and Refine

    Edit the AI output for accuracy, tone, and completeness. Add human insight where the AI lacks context.

❓ Frequently Asked Questions

Does this account for Google algorithm updates?

The skill follows evergreen SEO best practices. Stay updated on Google core updates for additional context.

Can Seo Site Architecture maintain my brand voice?

Yes — provide style guides or example content in your prompt for consistent brand-aligned output.

How do I install Seo Site Architecture?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/seo-site-architecture/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Keyword stuffing

Modern SEO favors natural language and topical authority over keyword density.

Publishing unedited drafts

AI writing needs human editing for facts, flow, and authentic voice.

🔗 Related Skills