Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Creates competitor comparison and alternative pages in four formats optimized for SEO and sales enablement.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/content-architecture.md
1# Content Architecture for Competitor Pages23How to structure and maintain competitor data for scalable comparison pages.45## Contents6- Centralized Competitor Data7- Competitor Data Template8- Your Product Data9- Page Generation10- Index Page Structure (alternatives index, vs comparisons index, index page best practices)11- Footer Navigation1213## Centralized Competitor Data1415Create a single source of truth for each competitor:1617```18competitor_data/19├── notion.md20├── airtable.md21├── monday.md22└── ...23```2425---2627## Competitor Data Template2829Per competitor, document:3031```yaml32name: Notion33website: notion.so34tagline: "The all-in-one workspace"35founded: 201636headquarters: San Francisco3738# Positioning39primary_use_case: "docs + light databases"40target_audience: "teams wanting flexible workspace"41market_position: "premium, feature-rich"4243# Pricing44pricing_model: per-seat45free_tier: true46free_tier_limits: "limited blocks, 1 user"47starter_price: $8/user/month48business_price: $15/user/month49enterprise: custom5051# Features (rate 1-5 or describe)52features:53documents: 554databases: 455project_management: 356collaboration: 457integrations: 358mobile_app: 359offline_mode: 260api: 46162# Strengths (be honest)63strengths:64- Extremely flexible and customizable65- Beautiful, modern interface66- Strong template ecosystem67- Active community6869# Weaknesses (be fair)70weaknesses:71- Can be slow with large databases72- Learning curve for advanced features73- Limited automations compared to dedicated tools74- Offline mode is limited7576# Best for77best_for:78- Teams wanting all-in-one workspace79- Content-heavy workflows80- Documentation-first teams81- Startups and small teams8283# Not ideal for84not_ideal_for:85- Complex project management needs86- Large databases (1000s of rows)87- Teams needing robust offline88- Enterprise with strict compliance8990# Common complaints (from reviews)91common_complaints:92- "Gets slow with lots of content"93- "Hard to find things as workspace grows"94- "Mobile app is clunky"9596# Migration notes97migration_from:98difficulty: medium99data_export: "Markdown, CSV, HTML"100what_transfers: "Pages, databases"101what_doesnt: "Automations, integrations setup"102time_estimate: "1-3 days for small team"103```104105---106107## Your Product Data108109Same structure for yourself—be honest:110111```yaml112name: [Your Product]113# ... same fields114115strengths:116- [Your real strengths]117118weaknesses:119- [Your honest weaknesses]120121best_for:122- [Your ideal customers]123124not_ideal_for:125- [Who should use something else]126```127128---129130## Page Generation131132Each page pulls from centralized data:133134- **[Competitor] Alternative page**: Pulls competitor data + your data135- **[Competitor] Alternatives page**: Pulls competitor data + your data + other alternatives136- **You vs [Competitor] page**: Pulls your data + competitor data137- **[A] vs [B] page**: Pulls both competitor data + your data138139**Benefits**:140- Update competitor pricing once, updates everywhere141- Add new feature comparison once, appears on all pages142- Consistent accuracy across pages143- Easier to maintain at scale144145---146147## Index Page Structure148149### Alternatives Index150151**URL**: `/alternatives` or `/alternatives/index`152153**Purpose**: Lists all "[Competitor] Alternative" pages154155**Page structure**:1561. Headline: "[Your Product] as an Alternative"1572. Brief intro on why people switch to you1583. List of all alternative pages with:159- Competitor name/logo160- One-line summary of key differentiator vs. that competitor161- Link to full comparison1624. Common reasons people switch (aggregated)1635. CTA164165**Example**:166```markdown167## Explore [Your Product] as an Alternative168169Looking to switch? See how [Your Product] compares to the tools you're evaluating:170171- **[Notion Alternative](/alternatives/notion)** — Better for teams who need [X]172- **[Airtable Alternative](/alternatives/airtable)** — Better for teams who need [Y]173- **[Monday Alternative](/alternatives/monday)** — Better for teams who need [Z]174```175176---177178### Vs Comparisons Index179180**URL**: `/vs` or `/compare`181182**Purpose**: Lists all "You vs [Competitor]" and "[A] vs [B]" pages183184**Page structure**:1851. Headline: "Compare [Your Product]"1862. Section: "[Your Product] vs Competitors" — list of direct comparisons1873. Section: "Head-to-Head Comparisons" — list of [A] vs [B] pages1884. Brief methodology note1895. CTA190191---192193### Index Page Best Practices194195**Keep them updated**: When you add a new comparison page, add it to the relevant index.196197**Internal linking**:198- Link from index → individual pages199- Link from individual pages → back to index200- Cross-link between related comparisons201202**SEO value**:203- Index pages can rank for broad terms like "project management tool comparisons"204- Pass link equity to individual comparison pages205- Help search engines discover all comparison content206207**Sorting options**:208- By popularity (search volume)209- Alphabetically210- By category/use case211- By date added (show freshness)212213**Include on index pages**:214- Last updated date for credibility215- Number of pages/comparisons available216- Quick filters if you have many comparisons217218---219220## Footer Navigation221222The site footer appears on all marketing pages, making it a powerful internal linking opportunity for competitor pages.223224### Option 1: Link to Index Pages (Minimum)225226At minimum, add links to your comparison index pages in the footer:227228```229Footer230├── Compare231│ ├── Alternatives → /alternatives232│ └── Comparisons → /vs233```234235This ensures every marketing page passes link equity to your comparison content hub.236237### Option 2: Footer Columns by Format (Recommended for SEO)238239For stronger internal linking, create dedicated footer columns for each format you've built, linking directly to your top competitors:240241```242Footer243├── [Product] vs ├── Alternatives to ├── Compare244│ ├── vs Notion │ ├── Notion Alternative │ ├── Notion vs Airtable245│ ├── vs Airtable │ ├── Airtable Alternative │ ├── Monday vs Asana246│ ├── vs Monday │ ├── Monday Alternative │ ├── Notion vs Monday247│ ├── vs Asana │ ├── Asana Alternative │ ├── ...248│ ├── vs Clickup │ ├── Clickup Alternative │ └── View all →249│ ├── ... │ ├── ... │250│ └── View all → │ └── View all → │251```252253**Guidelines**:254- Include up to 8 links per column (top competitors by search volume)255- Add "View all" link to the full index page256- Only create columns for formats you've actually built pages for257- Prioritize competitors with highest search volume258259### Why Footer Links Matter2602611. **Sitewide distribution**: Footer links appear on every marketing page, passing link equity from your entire site to comparison content2622. **Crawl efficiency**: Search engines discover all comparison pages quickly2633. **User discovery**: Visitors evaluating your product can easily find comparisons2644. **Competitive positioning**: Signals to search engines that you're a key player in the space265266### Implementation Notes267268- Update footer when adding new high-priority comparison pages269- Keep footer clean—don't list every comparison, just the top ones270- Match column headers to your URL structure (e.g., "vs" column → `/vs/` URLs)271- Consider mobile: columns may stack, so order by priority272