seo

Optimize web pages for search engine visibility using technical and on-page SEO practices.

28|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/NauelG/astro-blocks --skill seo-nauelg
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo
Source: https://github.com/NauelG/astro-blocks/tree/main/.agents/skills/seo
Command: npx skills add https://github.com/NauelG/astro-blocks --skill seo-nauelg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Websites often fail to rank in search results due to missing meta tags, poor heading structure, absent structured data, or crawlability issues, and diagnosing these problems manually is slow and error-prone. ## Core Features & Use Cases - Technical SEO Auditing: Validate robots.txt, canonical URLs, XML sitemaps, HTTPS usage, and URL structure against Google Search guidelines. - On-Page Optimization: Fix title tags, meta descriptions, heading hierarchy, image alt text, and internal linking anchor text. - Structured Data Generation: Produce JSON-LD markup for Organization, Article, Product, FAQ, and Breadcrumb schemas ready for Rich Results validation. - Use Case: When launching a new product page, use this Skill to generate a complete SEO checklist covering meta tags, canonical links, Product schema markup, and mobile viewport settings before deployment. ## Quick Start Audit this page for SEO issues and generate the missing meta tags and structured data.

Frequently Asked Questions about seo

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

FAQPage Schema
How do I improve SEO for my website?▼

Start with technical SEO: ensure HTTPS, a crawlable robots.txt, canonical URLs, and an XML sitemap. Then fix on-page elements like unique title tags under 60 characters, meta descriptions of 150-160 characters, and a single h1 per page.

How to add structured data JSON-LD to a page?▼

Add a script tag with type application/ld+json containing schema.org markup such as Organization, Article, Product, FAQ, or BreadcrumbList. Validate the output with Google Rich Results Test or the Schema.org validator before deploying.

What makes a good title tag and meta description?▼

Title tags should be 50-60 characters with the primary keyword near the beginning and unique per page. Meta descriptions should be 150-160 characters, include the keyword naturally, and contain a compelling call-to-action matching page content.

Does this SEO guidance cover backlinks and content writing?▼

No, the skill focuses on technical SEO and on-page optimization, which together represent roughly 25% of ranking factors. Backlinks, domain authority, and content quality strategy are outside its scope.

Why is my page not being indexed by Google?▼

Common causes include a noindex meta robots tag, robots.txt disallow rules blocking the page, missing canonical URLs, or the page being absent from the XML sitemap. Check Google Search Console for specific crawl errors.