seo-optimization

Implements technical SEO and content optimization practices for web projects.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/rubrical-works/idpf-praxis-skills --skill seo-optimization-rubrical-works
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-optimization
Source: https://github.com/rubrical-works/idpf-praxis-skills/tree/main/Skills/seo-optimization
Command: npx skills add https://github.com/rubrical-works/idpf-praxis-skills --skill seo-optimization-rubrical-works

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Developers often launch web projects without search engine visibility in mind, then struggle to retrofit SEO after the fact. This Skill provides structured guidance for implementing SEO best practices during development, covering both technical foundations and content structure. ## Core Features & Use Cases - Technical SEO Guidance: Covers meta tags, JSON-LD structured data, XML sitemaps, robots.txt, canonical URLs, and Open Graph/Twitter Card configuration with concrete HTML examples. - Content Optimization: Explains heading hierarchy, semantic HTML elements, content structure, and internal linking strategies including the hub-and-spoke model. - Audit Checklists: Provides quick-reference checklists for reviewing pages for SEO completeness before launch. - Use Case: When setting up a new web application, use this Skill to configure canonical URLs, generate a sitemap, add Article structured data to blog posts, and verify heading hierarchy across all pages. ## Quick Start Ask the AI to review your page's HTML and apply SEO best practices including meta tags, structured data, and semantic markup.

Frequently Asked Questions about seo-optimization

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

FAQPage Schema
How do I add structured data to a web page for SEO?▼

Add JSON-LD structured data inside a script tag with type application/ld+json in your page head. Use schema.org types like Article, BreadcrumbList, FAQPage, or Organization, then validate with Google Rich Results Test or the Schema.org Validator.

How to configure robots.txt and sitemap for a website?▼

Place robots.txt at your site root with User-agent rules that allow crawling while blocking admin and API paths, and include a Sitemap directive pointing to your sitemap.xml. Never block CSS or JavaScript files since search engines need them to render pages.

What meta tags does every web page need for SEO?▼

Every page needs a unique title tag of 50-60 characters, a meta description of 150-160 characters, a canonical link element, viewport and charset declarations, plus Open Graph and Twitter Card tags for social sharing.

Does this skill cover keyword research and Core Web Vitals?▼

No, keyword research methodology, Core Web Vitals deep-dives, and framework-specific guidance like SSR or SPA meta management are explicitly deferred to a future version. The skill focuses on technical SEO foundations and content structure.

Why is my page not appearing correctly when shared on social media?▼

Missing or incorrect Open Graph and Twitter Card tags cause poor social previews. Set og:title, og:description, og:image at minimum 1200x630 pixels, og:url, and use twitter:card with summary_large_image for articles.