url-routing-seo

URL Routing & SEO

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "url-routing-seo" with this command: npx skills add sraloff/gravityboots/sraloff-gravityboots-url-routing-seo

URL Routing & SEO

When to use this skill

  • Designing routes for a new feature.

  • Setting up redirects.

  • Optimizing pages for search engines.

  1. URL Structure
  • Slugs: Use kebab-case (/my-new-post ) not underscores or camelCase.

  • Hierarchy: Logical nesting (/category/subcategory/item ) is good, but shallow URLs (/item-slug ) often perform better for SEO if unique.

  • Trailing Slashes: Enforce consistency (e.g., always remove trailing slash) via middleware or server config.

  1. SEO Tags
  • Title: Unique <h1> and <title> per page.

  • Meta Description: 150-160 chars summary.

  • Canonical: Self-referencing canonical tag is mandatory to prevent duplicate content issues.

  • Open Graph: Always include og:title , og:image , og:description for social sharing.

  1. Implementation
  • Next.js: Use metadata object in layouts/pages.

  • Laravel: Use a common layout component or a package like artesaos/seotools specifically if complex.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

caddy-modern-config

No summary provided by upstream source.

Repository SourceNeeds Review
General

apache-lamp-config

No summary provided by upstream source.

Repository SourceNeeds Review
General

mysql-lamp-legacy

No summary provided by upstream source.

Repository SourceNeeds Review
General

postgresql-query-opt

No summary provided by upstream source.

Repository SourceNeeds Review