pseo-url-structure
Installation
SKILL.md
pSEO URL Structure
URL structure for programmatic SEO defines how hundreds or thousands of pages are organized, named, and discoverable. Good URL structure makes pages crawlable, creates clear hierarchy, prevents duplicate content, and signals to Google what each page is about. Bad URL structure creates crawl traps, duplicate content issues, and confuses both search engines and users.
For pSEO specifically, URL decisions are made once but apply to every page in the set. A wrong decision at scale is 500 wrong URLs, not just one.
URL Pattern Templates by Page Type
| Page type | URL pattern | Example |
|---|---|---|
| Integration pages | /integrations/{tool-name} |
/integrations/salesforce |
| Glossary/definitions | /glossary/{term} |
/glossary/lead-scoring |
| Comparison pages | /vs/{product-a}-vs-{product-b} |
/vs/hubspot-vs-salesforce |
| Alternatives pages | /alternatives/{competitor}-alternatives |
/alternatives/salesforce-alternatives |
| City/location pages | /{service}/{city} or /{service}/{state}/{city} |
/marketing-agencies/california/san-francisco |
| Tool directory | /tools/{category}/{tool-name} |
/tools/crm/hubspot |
| Use case pages | /use-cases/{use-case} |
/use-cases/saas-sales-teams |
| Template pages | /templates/{template-type} |
/templates/cold-email-sequence |
| Category listing (hub) | /{page-type}/ |
/integrations/ |