seo

Routes SEO, content, and copywriting tasks across 22 specialized marketing sub-skills.

1|Updated Feb 1, 2025
One-click install
npx skills add https://github.com/TiagoDanin/TiagoDanin.github.io --skill seo-tiagodanin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo
Source: https://github.com/TiagoDanin/TiagoDanin.github.io/tree/main/.claude/skills/seo
Command: npx skills add https://github.com/TiagoDanin/TiagoDanin.github.io --skill seo-tiagodanin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? It coordinates SEO audits, structured data, copywriting, and content distribution for the tiagodanin.com site by routing each request to the right specialized sub-skill instead of handling everything with one generic prompt. ## Core Features & Use Cases - Sub-skill routing: Dispatches tasks to 22 sub-skills covering technical SEO audits, AI search optimization (AEO/GEO), JSON-LD schema, site architecture, programmatic SEO, copywriting, copy editing, CRO, analytics, email, social, video, image, launches, PR, and lead magnets. - Task pipelines: Chains multiple sub-skills for real workflows, such as publishing a bilingual blog post (content strategy, copywriting, on-page SEO, Article schema, cover image, distribution) or auditing the whole site. - Project-specific adaptations: Maps SaaS-oriented marketing advice to a static personal site, enforcing rules like copy living in contents/ collections, bilingual EN/PT output, and no runtime A/B testing. - Use Case: When asked to publish a new post, it sequences angle selection, EN and PT copywriting, meta tag fixes, Article JSON-LD, og:image creation, and social distribution in one delivery. ## Quick Start Ask the assistant to improve the SEO of a specific page or post on the site and let it route the request to the right sub-skills.

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 a Next.js static site?

Start with the seo-audit sub-skill to diagnose meta tags, indexation, Core Web Vitals, and on-page issues, then apply fixes in generateMetadata, add JSON-LD via the schema sub-skill, and adjust URL structure with site-architecture. The router chains these automatically for vague requests.

What sub-skills are included in this SEO skill?

It bundles 22 sub-skills from the marketingskills library, grouped into technical SEO and discovery, content and copywriting, conversion and measurement, and positioning foundations. Examples include seo-audit, ai-seo, schema, programmatic-seo, copywriting, cro, and analytics.

How does it handle bilingual EN and PT content?

Copy is created natively in both English and Brazilian Portuguese rather than translated after the fact. Post language comes from the .pt.mdx filename suffix, and headlines that only work in English get a distinct Portuguese version.

Can it run builds or data-fetching scripts automatically?

No. Commands like yarn build, yarn deploy, and the data: scripts are slow and overwrite generated files, so they only run with explicit user authorization. The skill focuses on content and metadata changes instead.

What are the limitations for a static GitHub Pages site?

The site has no server, so runtime A/B tests, per-visitor personalization, dynamic redirects, and native form capture are unavailable. Recommendations requiring a server are converted to build-time solutions or explicitly discarded.

When should I use copywriting versus copy-editing?

Use copywriting when writing page text from scratch, such as a new hero or services page. Use copy-editing when revising text that already exists, like updating an old blog post.