seo

Implements technical and on-page SEO optimizations including meta tags, structured data, and sitemaps.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/DCueto/zen-track --skill seo-dcueto
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo
Source: https://github.com/DCueto/zen-track/tree/main/ZenTrackApp/.agents/skills/seo
Command: npx skills add https://github.com/DCueto/zen-track --skill seo-dcueto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Websites often fail to rank in search engines due to missing meta tags, poor crawlability, absent structured data, and weak on-page optimization, and diagnosing these issues manually is time-consuming. ## Core Features & Use Cases - Technical SEO: Configure robots.txt, canonical URLs, XML sitemaps, HTTPS, and clean URL structures for proper crawling and indexing. - On-Page Optimization: Write effective title tags, meta descriptions, heading hierarchies, image alt text, and internal links. - Structured Data: Add JSON-LD schemas for Organization, Article, Product, FAQ, and Breadcrumbs to enable rich search results. - Use Case: When launching a new product page, use this Skill to generate the correct title tag, meta description, canonical link, Product schema markup, and verify mobile-friendliness against the SEO audit checklist. ## Quick Start Use the seo skill to audit this page's meta tags and add appropriate structured data markup.

Frequently Asked Questions about seo

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

FAQPage Schema
How do I add structured data to my website?▼

Add JSON-LD script tags to your page head using schema.org types like Organization, Article, Product, FAQ, or BreadcrumbList. Validate the markup with Google Rich Results Test or the Schema.org Validator before deploying.

How to write effective title tags and meta descriptions for SEO?▼

Keep title tags at 50-60 characters with the primary keyword near the beginning and brand name at the end. Write meta descriptions of 150-160 characters that include the keyword naturally, a compelling call-to-action, and unique content per page.

What should a robots.txt file contain for SEO?▼

A robots.txt file should allow crawling of public pages, disallow admin and private areas like /admin/ and /api/, and reference your sitemap URL. Never block static resources like CSS or JavaScript needed for rendering.

Does this SEO skill handle backlinks and content writing?▼

No, the skill covers technical SEO and on-page optimization, which together represent roughly 25% of ranking factors. Backlinks, domain authority, and content quality are outside its scope, though it addresses content structure through headings.

How do I set up hreflang tags for a multi-language site?▼

Add link rel="alternate" tags with hreflang attributes for each language version of a page, plus an x-default entry pointing to the fallback URL. Also declare the page language with the lang attribute on the html element.