Web SEO Standards

Enforce web SEO standards for ClosetFitApp.com with Astro components and JSON-LD schema.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/flatratemechanic1-glitch/closetfitwebsite --skill web-seo-standards
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Web SEO Standards
Source: https://github.com/flatratemechanic1-glitch/closetfitwebsite/tree/main/.claude/skills/web-seo-standards
Command: npx skills add https://github.com/flatratemechanic1-glitch/closetfitwebsite --skill web-seo-standards

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive set of standards and implementation details to ensure ClosetFitApp.com achieves maximum search engine visibility and adheres to best practices.

Core Features & Use Cases

  • Technical SEO Checklist: Ensures essential on-page elements like titles, meta descriptions, canonical tags, and structured data are correctly implemented.
  • Component Implementation: Provides code examples for a reusable SEOHead component in Astro for consistent meta tag and schema markup generation.
  • Schema Markup Generation: Offers utility functions for creating various JSON-LD schema types (Organization, Article, FAQ, HowTo, Breadcrumb, Person, Product) to enhance search result rich snippets.
  • Performance Optimization: Details targets and strategies for Core Web Vitals (LCP, INP, CLS) and image optimization.
  • Configuration Guidance: Includes examples for sitemap generation, robots.txt directives, and semantic HTML structure.
  • Use Case: A developer can use this Skill to quickly audit an existing page or implement SEO best practices for a new feature on ClosetFitApp.com, ensuring all technical requirements are met for optimal search ranking.

Quick Start

Implement the SEOHead component on the homepage of ClosetFitApp.com, ensuring the title and description props are correctly set.

Frequently Asked Questions about Web SEO Standards

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement technical SEO for an Astro site?

Technical SEO for Astro is implemented using a reusable SEOHead component to manage titles, meta descriptions, and canonical tags for consistent search engine indexing.

How do I generate JSON-LD schema markup for rich snippets?

JSON-LD schema markup is generated using utility functions to create structured data types like Organization, Article, FAQ, HowTo, and Product for enhanced search result rich snippets.

What are the best practices for optimizing Core Web Vitals like LCP and CLS?

Core Web Vitals optimization involves detailing performance targets and image optimization strategies to improve LCP, INP, and CLS metrics for search ranking.

How do I configure sitemaps and robots.txt for search engine crawling?

Sitemaps and robots.txt are configured using provided configuration guidelines and examples to direct search engine crawlers and control site access.

Can I use these SEO standards to audit an existing web page?

Yes, you can use the technical SEO checklist within these standards to quickly audit an existing page and ensure all technical requirements are met.

Do I need specific structured data formats for semantic HTML structure?

Semantic HTML structure is paired with JSON-LD schema generation to ensure content is properly understood by search engines for optimal visibility.