@miranda0808/maya-codex 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +30 -0
- package/bin/maya-codex.js +36 -0
- package/package.json +19 -0
- package/payload/.agents/skills/ab-test-setup/SKILL.md +266 -0
- package/payload/.agents/skills/ab-test-setup/evals/evals.json +105 -0
- package/payload/.agents/skills/ab-test-setup/references/sample-size-guide.md +263 -0
- package/payload/.agents/skills/ab-test-setup/references/test-templates.md +277 -0
- package/payload/.agents/skills/ad-creative/SKILL.md +362 -0
- package/payload/.agents/skills/ad-creative/evals/evals.json +90 -0
- package/payload/.agents/skills/ad-creative/references/generative-tools.md +637 -0
- package/payload/.agents/skills/ad-creative/references/platform-specs.md +213 -0
- package/payload/.agents/skills/ai-seo/SKILL.md +398 -0
- package/payload/.agents/skills/ai-seo/evals/evals.json +90 -0
- package/payload/.agents/skills/ai-seo/references/content-patterns.md +285 -0
- package/payload/.agents/skills/ai-seo/references/platform-ranking-factors.md +152 -0
- package/payload/.agents/skills/analytics-tracking/SKILL.md +309 -0
- package/payload/.agents/skills/analytics-tracking/evals/evals.json +90 -0
- package/payload/.agents/skills/analytics-tracking/references/event-library.md +260 -0
- package/payload/.agents/skills/analytics-tracking/references/ga4-implementation.md +300 -0
- package/payload/.agents/skills/analytics-tracking/references/gtm-implementation.md +390 -0
- package/payload/.agents/skills/churn-prevention/SKILL.md +424 -0
- package/payload/.agents/skills/churn-prevention/evals/evals.json +93 -0
- package/payload/.agents/skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/payload/.agents/skills/churn-prevention/references/dunning-playbook.md +408 -0
- package/payload/.agents/skills/cold-email/SKILL.md +158 -0
- package/payload/.agents/skills/cold-email/evals/evals.json +94 -0
- package/payload/.agents/skills/cold-email/references/benchmarks.md +83 -0
- package/payload/.agents/skills/cold-email/references/follow-up-sequences.md +81 -0
- package/payload/.agents/skills/cold-email/references/frameworks.md +90 -0
- package/payload/.agents/skills/cold-email/references/personalization.md +79 -0
- package/payload/.agents/skills/cold-email/references/subject-lines.md +53 -0
- package/payload/.agents/skills/competitor-alternatives/SKILL.md +256 -0
- package/payload/.agents/skills/competitor-alternatives/evals/evals.json +93 -0
- package/payload/.agents/skills/competitor-alternatives/references/content-architecture.md +271 -0
- package/payload/.agents/skills/competitor-alternatives/references/templates.md +223 -0
- package/payload/.agents/skills/content-strategy/SKILL.md +359 -0
- package/payload/.agents/skills/content-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/copy-editing/SKILL.md +447 -0
- package/payload/.agents/skills/copy-editing/evals/evals.json +89 -0
- package/payload/.agents/skills/copy-editing/references/plain-english-alternatives.md +394 -0
- package/payload/.agents/skills/copywriting/SKILL.md +252 -0
- package/payload/.agents/skills/copywriting/evals/evals.json +111 -0
- package/payload/.agents/skills/copywriting/references/copy-frameworks.md +344 -0
- package/payload/.agents/skills/copywriting/references/natural-transitions.md +272 -0
- package/payload/.agents/skills/email-sequence/SKILL.md +309 -0
- package/payload/.agents/skills/email-sequence/evals/evals.json +93 -0
- package/payload/.agents/skills/email-sequence/references/copy-guidelines.md +113 -0
- package/payload/.agents/skills/email-sequence/references/email-types.md +515 -0
- package/payload/.agents/skills/email-sequence/references/sequence-templates.md +168 -0
- package/payload/.agents/skills/form-cro/SKILL.md +429 -0
- package/payload/.agents/skills/form-cro/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/SKILL.md +178 -0
- package/payload/.agents/skills/free-tool-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/references/tool-types.md +217 -0
- package/payload/.agents/skills/launch-strategy/SKILL.md +353 -0
- package/payload/.agents/skills/launch-strategy/evals/evals.json +91 -0
- package/payload/.agents/skills/marketing-ideas/SKILL.md +167 -0
- package/payload/.agents/skills/marketing-ideas/evals/evals.json +90 -0
- package/payload/.agents/skills/marketing-ideas/references/ideas-by-category.md +366 -0
- package/payload/.agents/skills/marketing-psychology/SKILL.md +455 -0
- package/payload/.agents/skills/marketing-psychology/evals/evals.json +88 -0
- package/payload/.agents/skills/onboarding-cro/SKILL.md +220 -0
- package/payload/.agents/skills/onboarding-cro/evals/evals.json +92 -0
- package/payload/.agents/skills/onboarding-cro/references/experiments.md +258 -0
- package/payload/.agents/skills/page-cro/SKILL.md +182 -0
- package/payload/.agents/skills/page-cro/evals/evals.json +111 -0
- package/payload/.agents/skills/page-cro/references/experiments.md +248 -0
- package/payload/.agents/skills/paid-ads/SKILL.md +315 -0
- package/payload/.agents/skills/paid-ads/evals/evals.json +90 -0
- package/payload/.agents/skills/paid-ads/references/ad-copy-templates.md +207 -0
- package/payload/.agents/skills/paid-ads/references/audience-targeting.md +243 -0
- package/payload/.agents/skills/paid-ads/references/platform-setup-checklists.md +277 -0
- package/payload/.agents/skills/paywall-upgrade-cro/SKILL.md +227 -0
- package/payload/.agents/skills/paywall-upgrade-cro/evals/evals.json +93 -0
- package/payload/.agents/skills/paywall-upgrade-cro/references/experiments.md +164 -0
- package/payload/.agents/skills/popup-cro/SKILL.md +453 -0
- package/payload/.agents/skills/popup-cro/evals/evals.json +94 -0
- package/payload/.agents/skills/pricing-strategy/SKILL.md +231 -0
- package/payload/.agents/skills/pricing-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/pricing-strategy/references/research-methods.md +152 -0
- package/payload/.agents/skills/pricing-strategy/references/tier-structure.md +232 -0
- package/payload/.agents/skills/product-marketing-context/SKILL.md +27 -0
- package/payload/.agents/skills/product-marketing-context/evals/evals.json +40 -0
- package/payload/.agents/skills/programmatic-seo/SKILL.md +238 -0
- package/payload/.agents/skills/programmatic-seo/evals/evals.json +94 -0
- package/payload/.agents/skills/programmatic-seo/references/playbooks.md +308 -0
- package/payload/.agents/skills/referral-program/SKILL.md +255 -0
- package/payload/.agents/skills/referral-program/evals/evals.json +89 -0
- package/payload/.agents/skills/referral-program/references/affiliate-programs.md +164 -0
- package/payload/.agents/skills/referral-program/references/program-examples.md +143 -0
- package/payload/.agents/skills/revops/SKILL.md +343 -0
- package/payload/.agents/skills/revops/evals/evals.json +91 -0
- package/payload/.agents/skills/revops/references/automation-playbooks.md +290 -0
- package/payload/.agents/skills/revops/references/lifecycle-definitions.md +278 -0
- package/payload/.agents/skills/revops/references/routing-rules.md +203 -0
- package/payload/.agents/skills/revops/references/scoring-models.md +247 -0
- package/payload/.agents/skills/sales-enablement/SKILL.md +349 -0
- package/payload/.agents/skills/sales-enablement/evals/evals.json +91 -0
- package/payload/.agents/skills/sales-enablement/references/deck-frameworks.md +263 -0
- package/payload/.agents/skills/sales-enablement/references/demo-scripts.md +355 -0
- package/payload/.agents/skills/sales-enablement/references/objection-library.md +270 -0
- package/payload/.agents/skills/sales-enablement/references/one-pager-templates.md +208 -0
- package/payload/.agents/skills/schema-markup/SKILL.md +179 -0
- package/payload/.agents/skills/schema-markup/evals/evals.json +87 -0
- package/payload/.agents/skills/schema-markup/references/schema-examples.md +398 -0
- package/payload/.agents/skills/seo-audit/SKILL.md +412 -0
- package/payload/.agents/skills/seo-audit/evals/evals.json +136 -0
- package/payload/.agents/skills/seo-audit/references/ai-writing-detection.md +200 -0
- package/payload/.agents/skills/signup-flow-cro/SKILL.md +359 -0
- package/payload/.agents/skills/signup-flow-cro/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/SKILL.md +357 -0
- package/payload/.agents/skills/site-architecture/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/references/mermaid-templates.md +216 -0
- package/payload/.agents/skills/site-architecture/references/navigation-patterns.md +305 -0
- package/payload/.agents/skills/site-architecture/references/site-type-templates.md +293 -0
- package/payload/.agents/skills/social-content/SKILL.md +278 -0
- package/payload/.agents/skills/social-content/evals/evals.json +92 -0
- package/payload/.agents/skills/social-content/references/platforms.md +170 -0
- package/payload/.agents/skills/social-content/references/post-templates.md +177 -0
- package/payload/.agents/skills/social-content/references/reverse-engineering.md +195 -0
- package/payload/.maya/executor.md +79 -0
- package/payload/.maya/meta-api-agent.md +48 -0
- package/payload/.maya/modes/consult.md +63 -0
- package/payload/.maya/modes/task.md +97 -0
- package/payload/.maya/planner.md +69 -0
- package/payload/.maya/researcher.md +51 -0
- package/payload/.maya/templates/plan.md +77 -0
- package/payload/.maya/templates/state.md +87 -0
- package/payload/.maya/templates/task-packet.md +75 -0
- package/payload/MAYA-CATALOG.md +115 -0
- package/payload/MAYA-DEPENDENCIES.md +58 -0
- package/payload/MAYA.md +151 -0
- package/payload/campaigns/README.md +14 -0
- package/payload/commands/maya-consult.md +28 -0
- package/payload/commands/maya-task.md +38 -0
- package/payload/commands/product.md +55 -0
- package/payload/research/README.md +14 -0
- package/payload/templates/README.md +15 -0
- package/payload/templates/plan.md +77 -0
- package/payload/templates/state.md +87 -0
- package/payload/templates/task-packet.md +75 -0
- package/payload/tools/REGISTRY.md +368 -0
- package/payload/tools/clis/README.md +187 -0
- package/payload/tools/clis/activecampaign.js +435 -0
- package/payload/tools/clis/adobe-analytics.js +161 -0
- package/payload/tools/clis/ahrefs.js +192 -0
- package/payload/tools/clis/amplitude.js +182 -0
- package/payload/tools/clis/apollo.js +142 -0
- package/payload/tools/clis/beehiiv.js +245 -0
- package/payload/tools/clis/brevo.js +368 -0
- package/payload/tools/clis/buffer.js +260 -0
- package/payload/tools/clis/calendly.js +253 -0
- package/payload/tools/clis/clearbit.js +163 -0
- package/payload/tools/clis/customer-io.js +205 -0
- package/payload/tools/clis/dataforseo.js +257 -0
- package/payload/tools/clis/demio.js +149 -0
- package/payload/tools/clis/dub.js +158 -0
- package/payload/tools/clis/g2.js +186 -0
- package/payload/tools/clis/ga4.js +194 -0
- package/payload/tools/clis/google-ads.js +189 -0
- package/payload/tools/clis/google-search-console.js +166 -0
- package/payload/tools/clis/hotjar.js +167 -0
- package/payload/tools/clis/hunter.js +249 -0
- package/payload/tools/clis/instantly.js +270 -0
- package/payload/tools/clis/intercom.js +399 -0
- package/payload/tools/clis/keywords-everywhere.js +185 -0
- package/payload/tools/clis/kit.js +232 -0
- package/payload/tools/clis/klaviyo.js +348 -0
- package/payload/tools/clis/lemlist.js +221 -0
- package/payload/tools/clis/linkedin-ads.js +185 -0
- package/payload/tools/clis/livestorm.js +292 -0
- package/payload/tools/clis/mailchimp.js +220 -0
- package/payload/tools/clis/mention-me.js +161 -0
- package/payload/tools/clis/meta-ads.js +181 -0
- package/payload/tools/clis/mixpanel.js +248 -0
- package/payload/tools/clis/onesignal.js +241 -0
- package/payload/tools/clis/optimizely.js +233 -0
- package/payload/tools/clis/paddle.js +385 -0
- package/payload/tools/clis/partnerstack.js +382 -0
- package/payload/tools/clis/plausible.js +249 -0
- package/payload/tools/clis/postmark.js +375 -0
- package/payload/tools/clis/resend.js +370 -0
- package/payload/tools/clis/rewardful.js +160 -0
- package/payload/tools/clis/savvycal.js +223 -0
- package/payload/tools/clis/segment.js +192 -0
- package/payload/tools/clis/semrush.js +207 -0
- package/payload/tools/clis/sendgrid.js +211 -0
- package/payload/tools/clis/snov.js +237 -0
- package/payload/tools/clis/tiktok-ads.js +190 -0
- package/payload/tools/clis/tolt.js +153 -0
- package/payload/tools/clis/trustpilot.js +276 -0
- package/payload/tools/clis/typeform.js +269 -0
- package/payload/tools/clis/wistia.js +256 -0
- package/payload/tools/clis/zapier.js +160 -0
- package/payload/tools/integrations/activecampaign.md +337 -0
- package/payload/tools/integrations/adobe-analytics.md +156 -0
- package/payload/tools/integrations/ahrefs.md +142 -0
- package/payload/tools/integrations/amplitude.md +135 -0
- package/payload/tools/integrations/apollo.md +148 -0
- package/payload/tools/integrations/beehiiv.md +157 -0
- package/payload/tools/integrations/brevo.md +268 -0
- package/payload/tools/integrations/buffer.md +138 -0
- package/payload/tools/integrations/calendly.md +161 -0
- package/payload/tools/integrations/clearbit.md +142 -0
- package/payload/tools/integrations/customer-io.md +187 -0
- package/payload/tools/integrations/dataforseo.md +165 -0
- package/payload/tools/integrations/demio.md +182 -0
- package/payload/tools/integrations/dub-co.md +160 -0
- package/payload/tools/integrations/g2.md +179 -0
- package/payload/tools/integrations/ga4.md +126 -0
- package/payload/tools/integrations/google-ads.md +159 -0
- package/payload/tools/integrations/google-search-console.md +147 -0
- package/payload/tools/integrations/hotjar.md +147 -0
- package/payload/tools/integrations/hubspot.md +178 -0
- package/payload/tools/integrations/hunter.md +90 -0
- package/payload/tools/integrations/instantly.md +104 -0
- package/payload/tools/integrations/intercom.md +292 -0
- package/payload/tools/integrations/keywords-everywhere.md +207 -0
- package/payload/tools/integrations/kit.md +167 -0
- package/payload/tools/integrations/klaviyo.md +228 -0
- package/payload/tools/integrations/lemlist.md +110 -0
- package/payload/tools/integrations/linkedin-ads.md +164 -0
- package/payload/tools/integrations/livestorm.md +313 -0
- package/payload/tools/integrations/mailchimp.md +150 -0
- package/payload/tools/integrations/mention-me.md +160 -0
- package/payload/tools/integrations/meta-ads.md +147 -0
- package/payload/tools/integrations/mixpanel.md +137 -0
- package/payload/tools/integrations/onesignal.md +229 -0
- package/payload/tools/integrations/optimizely.md +171 -0
- package/payload/tools/integrations/paddle.md +212 -0
- package/payload/tools/integrations/partnerstack.md +222 -0
- package/payload/tools/integrations/plausible.md +177 -0
- package/payload/tools/integrations/posthog.md +151 -0
- package/payload/tools/integrations/postmark.md +234 -0
- package/payload/tools/integrations/resend.md +168 -0
- package/payload/tools/integrations/rewardful.md +147 -0
- package/payload/tools/integrations/salesforce.md +150 -0
- package/payload/tools/integrations/savvycal.md +181 -0
- package/payload/tools/integrations/segment.md +159 -0
- package/payload/tools/integrations/semrush.md +121 -0
- package/payload/tools/integrations/sendgrid.md +161 -0
- package/payload/tools/integrations/shopify.md +176 -0
- package/payload/tools/integrations/snov.md +94 -0
- package/payload/tools/integrations/stripe.md +148 -0
- package/payload/tools/integrations/tiktok-ads.md +161 -0
- package/payload/tools/integrations/tolt.md +144 -0
- package/payload/tools/integrations/trustpilot.md +191 -0
- package/payload/tools/integrations/typeform.md +190 -0
- package/payload/tools/integrations/webflow.md +198 -0
- package/payload/tools/integrations/wistia.md +164 -0
- package/payload/tools/integrations/wordpress.md +175 -0
- package/payload/tools/integrations/zapier.md +150 -0
- package/payload/tools/meta/README.md +55 -0
- package/payload/tools/meta/meta-cache-schema.md +65 -0
- package/payload/tools/meta/meta-fetch.ps1 +324 -0
- package/payload/tools/meta/meta-fetch.test.ps1 +38 -0
- package/vendor/shared-installer/manifests/claude-files.json +13 -0
- package/vendor/shared-installer/manifests/codex-files.json +13 -0
- package/vendor/shared-installer/manifests/common-files.json +13 -0
- package/vendor/shared-installer/package.json +15 -0
- package/vendor/shared-installer/src/bootstrap.js +12 -0
- package/vendor/shared-installer/src/cli-options.js +53 -0
- package/vendor/shared-installer/src/fs.js +105 -0
- package/vendor/shared-installer/src/index.js +44 -0
- package/vendor/shared-installer/src/install.js +157 -0
- package/vendor/shared-installer/src/manifest.js +52 -0
- package/vendor/shared-installer/templates/claude/.claude/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/claude/CLAUDE.md +27 -0
- package/vendor/shared-installer/templates/codex/.agent/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/codex/AGENTS.md +27 -0
|
@@ -0,0 +1,305 @@
|
|
|
1
|
+
# Navigation Patterns
|
|
2
|
+
|
|
3
|
+
Detailed navigation patterns for different site types and contexts.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Header Navigation
|
|
8
|
+
|
|
9
|
+
### Simple Header (4-6 items)
|
|
10
|
+
|
|
11
|
+
Best for: small businesses, simple SaaS, portfolios.
|
|
12
|
+
|
|
13
|
+
```
|
|
14
|
+
[Logo] Features Pricing Blog About [CTA Button]
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
Rules:
|
|
18
|
+
- Logo always links to homepage
|
|
19
|
+
- CTA button is rightmost, visually distinct (filled button, contrasting color)
|
|
20
|
+
- Items ordered by priority (most visited first)
|
|
21
|
+
- Active page gets visual indicator (underline, bold, color)
|
|
22
|
+
|
|
23
|
+
### Mega Menu Header
|
|
24
|
+
|
|
25
|
+
Best for: SaaS with many features, e-commerce with categories, large content sites.
|
|
26
|
+
|
|
27
|
+
```
|
|
28
|
+
[Logo] Product ▾ Solutions ▾ Resources ▾ Pricing Docs [CTA]
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
When "Product" is hovered/clicked:
|
|
32
|
+
|
|
33
|
+
```
|
|
34
|
+
┌─────────────────────────────────────────────────┐
|
|
35
|
+
│ Features Platform Integrations │
|
|
36
|
+
│ ───────── ───────── ──────────── │
|
|
37
|
+
│ Analytics Security Slack │
|
|
38
|
+
│ Automation API HubSpot │
|
|
39
|
+
│ Reporting Compliance Salesforce │
|
|
40
|
+
│ Dashboards Zapier │
|
|
41
|
+
│ │
|
|
42
|
+
│ [See all features →] │
|
|
43
|
+
└─────────────────────────────────────────────────┘
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
Mega menu rules:
|
|
47
|
+
- 2-4 columns max
|
|
48
|
+
- Group items logically (by feature area, use case, or audience)
|
|
49
|
+
- Include a "See all" link at the bottom
|
|
50
|
+
- Don't nest dropdowns inside mega menus
|
|
51
|
+
- Show descriptions for items when labels alone aren't clear
|
|
52
|
+
|
|
53
|
+
### Split Navigation
|
|
54
|
+
|
|
55
|
+
Best for: apps with both marketing and product nav.
|
|
56
|
+
|
|
57
|
+
```
|
|
58
|
+
[Logo] Features Pricing Blog [Login] [Sign Up]
|
|
59
|
+
├── Marketing nav (left) ──────┘ └── Auth nav (right) ──┤
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
Right side handles authentication actions. Left side handles page navigation.
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
## Footer Navigation
|
|
67
|
+
|
|
68
|
+
### Column-Based Footer (Standard)
|
|
69
|
+
|
|
70
|
+
Best for: most sites. Organize links into 3-5 themed columns.
|
|
71
|
+
|
|
72
|
+
```
|
|
73
|
+
┌──────────────────────────────────────────────────────────┐
|
|
74
|
+
│ │
|
|
75
|
+
│ Product Resources Company Legal │
|
|
76
|
+
│ ───────── ────────── ───────── ───── │
|
|
77
|
+
│ Features Blog About Privacy │
|
|
78
|
+
│ Pricing Guides Careers Terms │
|
|
79
|
+
│ Integrations Templates Contact GDPR │
|
|
80
|
+
│ Changelog Case Studies Press │
|
|
81
|
+
│ Security Webinars Partners │
|
|
82
|
+
│ │
|
|
83
|
+
│ [Logo] © 2026 Company Name │
|
|
84
|
+
│ Social: [Twitter] [LinkedIn] [GitHub] │
|
|
85
|
+
│ │
|
|
86
|
+
└──────────────────────────────────────────────────────────┘
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
### Minimal Footer
|
|
90
|
+
|
|
91
|
+
Best for: simple sites, landing pages.
|
|
92
|
+
|
|
93
|
+
```
|
|
94
|
+
┌──────────────────────────────────────────────────────────┐
|
|
95
|
+
│ [Logo] │
|
|
96
|
+
│ © 2026 Company · Privacy · Terms · Contact │
|
|
97
|
+
└──────────────────────────────────────────────────────────┘
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
### Expanded Footer
|
|
101
|
+
|
|
102
|
+
Best for: sites using footer for SEO (comparison pages, location pages, resource links).
|
|
103
|
+
|
|
104
|
+
```
|
|
105
|
+
┌──────────────────────────────────────────────────────────┐
|
|
106
|
+
│ Product Resources Compare Use Cases │
|
|
107
|
+
│ Features Blog vs Competitor A For Startups │
|
|
108
|
+
│ Pricing Guides vs Competitor B For Enterprise│
|
|
109
|
+
│ API Templates vs Competitor C For Agencies │
|
|
110
|
+
│ │
|
|
111
|
+
│ Integrations Popular Posts │
|
|
112
|
+
│ Slack Zapier How to Do X │
|
|
113
|
+
│ HubSpot Salesforce Guide to Y │
|
|
114
|
+
│ Template: Z │
|
|
115
|
+
│ │
|
|
116
|
+
│ [Logo] © 2026 · Privacy · Terms · Security │
|
|
117
|
+
└──────────────────────────────────────────────────────────┘
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
## Sidebar Navigation
|
|
123
|
+
|
|
124
|
+
### Documentation Sidebar
|
|
125
|
+
|
|
126
|
+
Persistent left sidebar with collapsible sections.
|
|
127
|
+
|
|
128
|
+
```
|
|
129
|
+
Getting Started
|
|
130
|
+
├── Installation
|
|
131
|
+
├── Quick Start
|
|
132
|
+
└── Configuration
|
|
133
|
+
|
|
134
|
+
Guides
|
|
135
|
+
├── Authentication
|
|
136
|
+
├── Data Models
|
|
137
|
+
└── Deployment
|
|
138
|
+
|
|
139
|
+
API Reference
|
|
140
|
+
├── REST API
|
|
141
|
+
│ ├── Users
|
|
142
|
+
│ ├── Projects
|
|
143
|
+
│ └── Webhooks
|
|
144
|
+
└── GraphQL
|
|
145
|
+
|
|
146
|
+
Examples
|
|
147
|
+
├── Next.js
|
|
148
|
+
├── Rails
|
|
149
|
+
└── Python
|
|
150
|
+
|
|
151
|
+
Changelog
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
Rules:
|
|
155
|
+
- Current page highlighted
|
|
156
|
+
- Sections collapsible (expanded by default for active section)
|
|
157
|
+
- Search at top of sidebar
|
|
158
|
+
- "Previous / Next" page navigation at bottom of content area
|
|
159
|
+
- Sticky on scroll (doesn't scroll away)
|
|
160
|
+
|
|
161
|
+
### Blog Category Sidebar
|
|
162
|
+
|
|
163
|
+
```
|
|
164
|
+
Categories
|
|
165
|
+
├── SEO (24)
|
|
166
|
+
├── CRO (18)
|
|
167
|
+
├── Content (15)
|
|
168
|
+
├── Paid Ads (12)
|
|
169
|
+
└── Analytics (9)
|
|
170
|
+
|
|
171
|
+
Popular Posts
|
|
172
|
+
├── How to Improve SEO
|
|
173
|
+
├── Landing Page Guide
|
|
174
|
+
└── Analytics Setup
|
|
175
|
+
|
|
176
|
+
Newsletter
|
|
177
|
+
└── [Email signup form]
|
|
178
|
+
```
|
|
179
|
+
|
|
180
|
+
---
|
|
181
|
+
|
|
182
|
+
## Breadcrumbs
|
|
183
|
+
|
|
184
|
+
### Standard Format
|
|
185
|
+
|
|
186
|
+
```
|
|
187
|
+
Home > Features > Analytics
|
|
188
|
+
Home > Blog > SEO Category > How to Do Keyword Research
|
|
189
|
+
Home > Docs > API Reference > Authentication
|
|
190
|
+
```
|
|
191
|
+
|
|
192
|
+
Rules:
|
|
193
|
+
- Separator: `>` or `/` (be consistent)
|
|
194
|
+
- Every segment is a link except the current page
|
|
195
|
+
- Current page is plain text (not linked)
|
|
196
|
+
- Don't include the current page if the title is already visible as an H1
|
|
197
|
+
|
|
198
|
+
### With Schema Markup
|
|
199
|
+
|
|
200
|
+
```html
|
|
201
|
+
<nav aria-label="Breadcrumb">
|
|
202
|
+
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
|
203
|
+
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
|
204
|
+
<a itemprop="item" href="/"><span itemprop="name">Home</span></a>
|
|
205
|
+
<meta itemprop="position" content="1" />
|
|
206
|
+
</li>
|
|
207
|
+
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
|
208
|
+
<a itemprop="item" href="/features"><span itemprop="name">Features</span></a>
|
|
209
|
+
<meta itemprop="position" content="2" />
|
|
210
|
+
</li>
|
|
211
|
+
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
|
212
|
+
<span itemprop="name">Analytics</span>
|
|
213
|
+
<meta itemprop="position" content="3" />
|
|
214
|
+
</li>
|
|
215
|
+
</ol>
|
|
216
|
+
</nav>
|
|
217
|
+
```
|
|
218
|
+
|
|
219
|
+
Or use JSON-LD (recommended):
|
|
220
|
+
|
|
221
|
+
```json
|
|
222
|
+
{
|
|
223
|
+
"@context": "https://schema.org",
|
|
224
|
+
"@type": "BreadcrumbList",
|
|
225
|
+
"itemListElement": [
|
|
226
|
+
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://example.com/" },
|
|
227
|
+
{ "@type": "ListItem", "position": 2, "name": "Features", "item": "https://example.com/features" },
|
|
228
|
+
{ "@type": "ListItem", "position": 3, "name": "Analytics" }
|
|
229
|
+
]
|
|
230
|
+
}
|
|
231
|
+
```
|
|
232
|
+
|
|
233
|
+
---
|
|
234
|
+
|
|
235
|
+
## Mobile Navigation
|
|
236
|
+
|
|
237
|
+
### Hamburger Menu
|
|
238
|
+
|
|
239
|
+
Standard for mobile. All nav items collapse into a menu icon.
|
|
240
|
+
|
|
241
|
+
Rules:
|
|
242
|
+
- Hamburger icon (three lines) top-right or top-left
|
|
243
|
+
- Full-screen or slide-out panel
|
|
244
|
+
- CTA button visible without opening the menu (sticky header)
|
|
245
|
+
- Search accessible from mobile menu
|
|
246
|
+
- Accordion pattern for nested items
|
|
247
|
+
|
|
248
|
+
### Bottom Tab Bar
|
|
249
|
+
|
|
250
|
+
Best for: web apps, PWAs, mobile-first products.
|
|
251
|
+
|
|
252
|
+
```
|
|
253
|
+
┌──────────────────────────────────────┐
|
|
254
|
+
│ │
|
|
255
|
+
│ [Page Content] │
|
|
256
|
+
│ │
|
|
257
|
+
├──────────────────────────────────────┤
|
|
258
|
+
│ Home Search Create Profile │
|
|
259
|
+
│ 🏠 🔍 ➕ 👤 │
|
|
260
|
+
└──────────────────────────────────────┘
|
|
261
|
+
```
|
|
262
|
+
|
|
263
|
+
Rules:
|
|
264
|
+
- 3-5 items max
|
|
265
|
+
- Icons + labels (not just icons)
|
|
266
|
+
- Active state clearly indicated
|
|
267
|
+
- Most important action in the center
|
|
268
|
+
|
|
269
|
+
---
|
|
270
|
+
|
|
271
|
+
## Anti-Patterns
|
|
272
|
+
|
|
273
|
+
### Things to Avoid
|
|
274
|
+
|
|
275
|
+
- **Too many header items** (8+): causes decision paralysis, nav becomes unreadable on smaller screens
|
|
276
|
+
- **Dropdown inception**: dropdowns inside dropdowns inside dropdowns
|
|
277
|
+
- **Mystery icons**: icons without labels — users don't know what they mean
|
|
278
|
+
- **Hidden primary nav**: burying important pages in hamburger menus on desktop
|
|
279
|
+
- **Inconsistent nav between pages**: nav should be identical across the site (except app vs marketing)
|
|
280
|
+
- **No mobile consideration**: desktop nav that doesn't translate to mobile
|
|
281
|
+
- **Footer as sitemap dump**: 50+ links in the footer with no organization
|
|
282
|
+
- **Breadcrumbs that don't match URLs**: breadcrumb says "Products > Widget" but URL is `/shop/widget-pro`
|
|
283
|
+
|
|
284
|
+
### Common Fixes
|
|
285
|
+
|
|
286
|
+
| Problem | Fix |
|
|
287
|
+
|---------|-----|
|
|
288
|
+
| Too many nav items | Group into dropdowns or mega menus |
|
|
289
|
+
| Users can't find pages | Add search, improve labeling |
|
|
290
|
+
| High bounce from nav | Simplify choices, use clearer labels |
|
|
291
|
+
| SEO pages not linked | Add to footer or resource sections |
|
|
292
|
+
| Mobile nav is broken | Test on real devices, use hamburger pattern |
|
|
293
|
+
|
|
294
|
+
---
|
|
295
|
+
|
|
296
|
+
## Navigation for SEO
|
|
297
|
+
|
|
298
|
+
Internal links in navigation pass PageRank. Use this strategically:
|
|
299
|
+
|
|
300
|
+
- **Header nav links are strongest** — put your most important pages here
|
|
301
|
+
- **Footer links pass less value** but still matter — good for comparison pages, location pages
|
|
302
|
+
- **Sidebar links** help with section-level authority — good for blog categories, doc sections
|
|
303
|
+
- **Breadcrumbs** provide structural signals to search engines — implement with schema markup
|
|
304
|
+
- **Don't use JavaScript-only nav** — search engines need crawlable HTML links
|
|
305
|
+
- **Use descriptive anchor text** — "Analytics Features" not just "Features"
|
|
@@ -0,0 +1,293 @@
|
|
|
1
|
+
# Site Type Templates
|
|
2
|
+
|
|
3
|
+
Full page hierarchy templates with ASCII trees, URL maps, and navigation recommendations for common site types.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## SaaS Marketing Site
|
|
8
|
+
|
|
9
|
+
### Page Hierarchy
|
|
10
|
+
|
|
11
|
+
```
|
|
12
|
+
Homepage (/)
|
|
13
|
+
├── Features (/features)
|
|
14
|
+
│ ├── Feature A (/features/feature-a)
|
|
15
|
+
│ ├── Feature B (/features/feature-b)
|
|
16
|
+
│ └── Feature C (/features/feature-c)
|
|
17
|
+
├── Pricing (/pricing)
|
|
18
|
+
├── Customers (/customers)
|
|
19
|
+
│ ├── Case Study 1 (/customers/company-name)
|
|
20
|
+
│ └── Case Study 2 (/customers/company-name-2)
|
|
21
|
+
├── Resources (/resources)
|
|
22
|
+
│ ├── Blog (/blog)
|
|
23
|
+
│ │ └── [Posts] (/blog/post-slug)
|
|
24
|
+
│ ├── Templates (/resources/templates)
|
|
25
|
+
│ │ └── [Template] (/resources/templates/template-slug)
|
|
26
|
+
│ └── Guides (/resources/guides)
|
|
27
|
+
│ └── [Guide] (/resources/guides/guide-slug)
|
|
28
|
+
├── Integrations (/integrations)
|
|
29
|
+
│ └── [Integration] (/integrations/integration-name)
|
|
30
|
+
├── Docs (/docs)
|
|
31
|
+
│ ├── Getting Started (/docs/getting-started)
|
|
32
|
+
│ ├── Guides (/docs/guides)
|
|
33
|
+
│ └── API Reference (/docs/api)
|
|
34
|
+
├── About (/about)
|
|
35
|
+
│ ├── Careers (/about/careers)
|
|
36
|
+
│ └── Contact (/contact)
|
|
37
|
+
├── Compare (/compare)
|
|
38
|
+
│ └── [Competitor] (/compare/competitor-name)
|
|
39
|
+
├── Privacy (/privacy)
|
|
40
|
+
└── Terms (/terms)
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
### URL Map
|
|
44
|
+
|
|
45
|
+
| Page | URL | Nav Location | Priority |
|
|
46
|
+
|------|-----|-------------|----------|
|
|
47
|
+
| Homepage | `/` | Header (logo) | Critical |
|
|
48
|
+
| Features | `/features` | Header | High |
|
|
49
|
+
| Feature pages | `/features/{slug}` | Header dropdown | Medium |
|
|
50
|
+
| Pricing | `/pricing` | Header | Critical |
|
|
51
|
+
| Customers | `/customers` | Header | Medium |
|
|
52
|
+
| Case studies | `/customers/{slug}` | Customers dropdown | Medium |
|
|
53
|
+
| Blog | `/blog` | Header (Resources) | High |
|
|
54
|
+
| Blog posts | `/blog/{slug}` | — | Medium |
|
|
55
|
+
| Integrations | `/integrations` | Header | Medium |
|
|
56
|
+
| Docs | `/docs` | Header | Medium |
|
|
57
|
+
| Compare | `/compare/{slug}` | Footer | High (SEO) |
|
|
58
|
+
| About | `/about` | Footer | Low |
|
|
59
|
+
| Pricing CTA | `/pricing` | Header (CTA button) | Critical |
|
|
60
|
+
|
|
61
|
+
### Navigation
|
|
62
|
+
|
|
63
|
+
**Header (6 items + CTA)**: Features | Pricing | Customers | Resources | Integrations | Docs | [Get Started]
|
|
64
|
+
|
|
65
|
+
**Footer columns**:
|
|
66
|
+
- Product: Features, Pricing, Integrations, Changelog, Security
|
|
67
|
+
- Resources: Blog, Templates, Guides, Case Studies
|
|
68
|
+
- Company: About, Careers, Contact, Press
|
|
69
|
+
- Legal: Privacy, Terms, Security
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
73
|
+
## Content / Blog Site
|
|
74
|
+
|
|
75
|
+
### Page Hierarchy
|
|
76
|
+
|
|
77
|
+
```
|
|
78
|
+
Homepage (/)
|
|
79
|
+
├── Blog (/blog)
|
|
80
|
+
│ ├── [Category: Topic A] (/blog/category/topic-a)
|
|
81
|
+
│ ├── [Category: Topic B] (/blog/category/topic-b)
|
|
82
|
+
│ ├── [Category: Topic C] (/blog/category/topic-c)
|
|
83
|
+
│ └── [Posts] (/blog/post-slug)
|
|
84
|
+
├── Newsletter (/newsletter)
|
|
85
|
+
├── Resources (/resources)
|
|
86
|
+
│ ├── Guides (/resources/guides)
|
|
87
|
+
│ │ └── [Guide] (/resources/guides/guide-slug)
|
|
88
|
+
│ └── Tools (/resources/tools)
|
|
89
|
+
│ └── [Tool] (/resources/tools/tool-slug)
|
|
90
|
+
├── About (/about)
|
|
91
|
+
├── Contact (/contact)
|
|
92
|
+
├── Privacy (/privacy)
|
|
93
|
+
└── Terms (/terms)
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
### URL Map
|
|
97
|
+
|
|
98
|
+
| Page | URL | Nav Location | Priority |
|
|
99
|
+
|------|-----|-------------|----------|
|
|
100
|
+
| Homepage | `/` | Header (logo) | Critical |
|
|
101
|
+
| Blog index | `/blog` | Header | High |
|
|
102
|
+
| Categories | `/blog/category/{slug}` | Header dropdown | Medium |
|
|
103
|
+
| Posts | `/blog/{slug}` | — | Medium |
|
|
104
|
+
| Newsletter | `/newsletter` | Header (CTA) | High |
|
|
105
|
+
| Guides | `/resources/guides` | Header | Medium |
|
|
106
|
+
| About | `/about` | Header | Low |
|
|
107
|
+
|
|
108
|
+
### Navigation
|
|
109
|
+
|
|
110
|
+
**Header (4 items + CTA)**: Blog | Resources | About | Contact | [Subscribe]
|
|
111
|
+
|
|
112
|
+
**Sidebar** (on blog): Categories, Popular Posts, Newsletter signup
|
|
113
|
+
|
|
114
|
+
---
|
|
115
|
+
|
|
116
|
+
## E-Commerce
|
|
117
|
+
|
|
118
|
+
### Page Hierarchy
|
|
119
|
+
|
|
120
|
+
```
|
|
121
|
+
Homepage (/)
|
|
122
|
+
├── Shop (/shop)
|
|
123
|
+
│ ├── Category A (/shop/category-a)
|
|
124
|
+
│ │ ├── Subcategory (/shop/category-a/subcategory)
|
|
125
|
+
│ │ │ └── [Product] (/shop/category-a/subcategory/product-slug)
|
|
126
|
+
│ │ └── [Product] (/shop/category-a/product-slug)
|
|
127
|
+
│ ├── Category B (/shop/category-b)
|
|
128
|
+
│ │ └── [Product] (/shop/category-b/product-slug)
|
|
129
|
+
│ └── Category C (/shop/category-c)
|
|
130
|
+
│ └── [Product] (/shop/category-c/product-slug)
|
|
131
|
+
├── Collections (/collections)
|
|
132
|
+
│ └── [Collection] (/collections/collection-slug)
|
|
133
|
+
├── Sale (/sale)
|
|
134
|
+
├── Blog (/blog)
|
|
135
|
+
│ └── [Posts] (/blog/post-slug)
|
|
136
|
+
├── About (/about)
|
|
137
|
+
│ └── Our Story (/about/our-story)
|
|
138
|
+
├── Help (/help)
|
|
139
|
+
│ ├── FAQ (/help/faq)
|
|
140
|
+
│ ├── Shipping (/help/shipping)
|
|
141
|
+
│ ├── Returns (/help/returns)
|
|
142
|
+
│ └── Contact (/contact)
|
|
143
|
+
├── Cart (/cart)
|
|
144
|
+
├── Account (/account)
|
|
145
|
+
├── Privacy (/privacy)
|
|
146
|
+
└── Terms (/terms)
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
### URL Map
|
|
150
|
+
|
|
151
|
+
| Page | URL | Nav Location | Priority |
|
|
152
|
+
|------|-----|-------------|----------|
|
|
153
|
+
| Homepage | `/` | Header (logo) | Critical |
|
|
154
|
+
| Shop | `/shop` | Header | Critical |
|
|
155
|
+
| Categories | `/shop/{category}` | Header mega menu | High |
|
|
156
|
+
| Products | `/shop/{category}/{product}` | — | High |
|
|
157
|
+
| Collections | `/collections/{slug}` | Header | Medium |
|
|
158
|
+
| Sale | `/sale` | Header (highlighted) | High |
|
|
159
|
+
| Cart | `/cart` | Header (icon) | Critical |
|
|
160
|
+
| Account | `/account` | Header (icon) | Medium |
|
|
161
|
+
|
|
162
|
+
### Navigation
|
|
163
|
+
|
|
164
|
+
**Header (5 items + cart/account)**: Shop (mega menu) | Collections | Sale | Blog | Help | [Cart icon] [Account icon]
|
|
165
|
+
|
|
166
|
+
**Mega menu under Shop**: Category columns with featured products/images
|
|
167
|
+
|
|
168
|
+
---
|
|
169
|
+
|
|
170
|
+
## Documentation Site
|
|
171
|
+
|
|
172
|
+
### Page Hierarchy
|
|
173
|
+
|
|
174
|
+
```
|
|
175
|
+
Docs Home (/docs)
|
|
176
|
+
├── Getting Started (/docs/getting-started)
|
|
177
|
+
│ ├── Installation (/docs/getting-started/installation)
|
|
178
|
+
│ ├── Quick Start (/docs/getting-started/quick-start)
|
|
179
|
+
│ └── Configuration (/docs/getting-started/configuration)
|
|
180
|
+
├── Guides (/docs/guides)
|
|
181
|
+
│ ├── Guide A (/docs/guides/guide-a)
|
|
182
|
+
│ ├── Guide B (/docs/guides/guide-b)
|
|
183
|
+
│ └── Guide C (/docs/guides/guide-c)
|
|
184
|
+
├── API Reference (/docs/api)
|
|
185
|
+
│ ├── Authentication (/docs/api/authentication)
|
|
186
|
+
│ ├── Endpoints (/docs/api/endpoints)
|
|
187
|
+
│ └── Webhooks (/docs/api/webhooks)
|
|
188
|
+
├── Examples (/docs/examples)
|
|
189
|
+
│ └── [Example] (/docs/examples/example-slug)
|
|
190
|
+
├── Changelog (/docs/changelog)
|
|
191
|
+
└── FAQ (/docs/faq)
|
|
192
|
+
```
|
|
193
|
+
|
|
194
|
+
### URL Map
|
|
195
|
+
|
|
196
|
+
| Page | URL | Nav Location | Priority |
|
|
197
|
+
|------|-----|-------------|----------|
|
|
198
|
+
| Docs home | `/docs` | Header | High |
|
|
199
|
+
| Getting Started | `/docs/getting-started` | Sidebar (top) | Critical |
|
|
200
|
+
| Guides | `/docs/guides` | Sidebar | High |
|
|
201
|
+
| API Reference | `/docs/api` | Sidebar | High |
|
|
202
|
+
| Changelog | `/docs/changelog` | Sidebar (bottom) | Low |
|
|
203
|
+
|
|
204
|
+
### Navigation
|
|
205
|
+
|
|
206
|
+
**Header**: Docs | API | Blog | Community | GitHub | [Dashboard]
|
|
207
|
+
|
|
208
|
+
**Sidebar** (persistent, left): Getting Started, Guides, API Reference, Examples, Changelog — with expandable subsections
|
|
209
|
+
|
|
210
|
+
**On-page**: Previous/Next navigation at bottom of each doc page
|
|
211
|
+
|
|
212
|
+
---
|
|
213
|
+
|
|
214
|
+
## Hybrid SaaS + Content
|
|
215
|
+
|
|
216
|
+
### Page Hierarchy
|
|
217
|
+
|
|
218
|
+
```
|
|
219
|
+
Homepage (/)
|
|
220
|
+
├── Product (/product)
|
|
221
|
+
│ ├── Feature A (/product/feature-a)
|
|
222
|
+
│ ├── Feature B (/product/feature-b)
|
|
223
|
+
│ └── Feature C (/product/feature-c)
|
|
224
|
+
├── Solutions (/solutions)
|
|
225
|
+
│ ├── By Use Case (/solutions/use-case-slug)
|
|
226
|
+
│ └── By Industry (/solutions/industry-slug)
|
|
227
|
+
├── Pricing (/pricing)
|
|
228
|
+
├── Blog (/blog)
|
|
229
|
+
│ ├── [Category] (/blog/category/slug)
|
|
230
|
+
│ └── [Posts] (/blog/post-slug)
|
|
231
|
+
├── Resources (/resources)
|
|
232
|
+
│ ├── Guides (/resources/guides)
|
|
233
|
+
│ ├── Templates (/resources/templates)
|
|
234
|
+
│ ├── Webinars (/resources/webinars)
|
|
235
|
+
│ └── Case Studies (/resources/case-studies)
|
|
236
|
+
├── Docs (/docs)
|
|
237
|
+
│ ├── Getting Started (/docs/getting-started)
|
|
238
|
+
│ └── API (/docs/api)
|
|
239
|
+
├── Integrations (/integrations)
|
|
240
|
+
│ └── [Integration] (/integrations/slug)
|
|
241
|
+
├── Compare (/compare)
|
|
242
|
+
│ └── [Competitor] (/compare/competitor-slug)
|
|
243
|
+
├── About (/about)
|
|
244
|
+
│ ├── Careers (/about/careers)
|
|
245
|
+
│ └── Contact (/contact)
|
|
246
|
+
├── Privacy (/privacy)
|
|
247
|
+
└── Terms (/terms)
|
|
248
|
+
```
|
|
249
|
+
|
|
250
|
+
### Navigation
|
|
251
|
+
|
|
252
|
+
**Header (7 items + CTA)**: Product | Solutions | Pricing | Resources | Blog | Docs | Integrations | [Start Free Trial]
|
|
253
|
+
|
|
254
|
+
Use mega menus for Product (features list), Solutions (use cases + industries), and Resources (blog, guides, templates, webinars, case studies).
|
|
255
|
+
|
|
256
|
+
---
|
|
257
|
+
|
|
258
|
+
## Small Business / Local
|
|
259
|
+
|
|
260
|
+
### Page Hierarchy
|
|
261
|
+
|
|
262
|
+
```
|
|
263
|
+
Homepage (/)
|
|
264
|
+
├── Services (/services)
|
|
265
|
+
│ ├── Service A (/services/service-a)
|
|
266
|
+
│ ├── Service B (/services/service-b)
|
|
267
|
+
│ └── Service C (/services/service-c)
|
|
268
|
+
├── About (/about)
|
|
269
|
+
├── Testimonials (/testimonials)
|
|
270
|
+
├── Blog (/blog)
|
|
271
|
+
│ └── [Posts] (/blog/post-slug)
|
|
272
|
+
├── Contact (/contact)
|
|
273
|
+
├── Privacy (/privacy)
|
|
274
|
+
└── Terms (/terms)
|
|
275
|
+
```
|
|
276
|
+
|
|
277
|
+
### URL Map
|
|
278
|
+
|
|
279
|
+
| Page | URL | Nav Location | Priority |
|
|
280
|
+
|------|-----|-------------|----------|
|
|
281
|
+
| Homepage | `/` | Header (logo) | Critical |
|
|
282
|
+
| Services | `/services` | Header | High |
|
|
283
|
+
| Service pages | `/services/{slug}` | Header dropdown | High |
|
|
284
|
+
| About | `/about` | Header | Medium |
|
|
285
|
+
| Testimonials | `/testimonials` | Header | Medium |
|
|
286
|
+
| Blog | `/blog` | Header | Medium |
|
|
287
|
+
| Contact | `/contact` | Header (CTA) | High |
|
|
288
|
+
|
|
289
|
+
### Navigation
|
|
290
|
+
|
|
291
|
+
**Header (5 items + CTA)**: Services | About | Testimonials | Blog | [Contact Us]
|
|
292
|
+
|
|
293
|
+
Keep it simple. Small business sites should be flat (1-2 levels max). Every page should be reachable from the header.
|