seo

Audit and implement technical SEO, structured data, and keyword mapping improvements.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/freedom909/real-estate-saas --skill seo-freedom909
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo
Source: https://github.com/freedom909/real-estate-saas/tree/main/.trae/skills/seo
Command: npx skills add https://github.com/freedom909/real-estate-saas --skill seo-freedom909

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Websites often lose search visibility due to crawlability blockers, duplicate titles, missing structured data, and poor Core Web Vitals, and teams lack a systematic checklist to find and fix these issues. ## Core Features & Use Cases - Technical SEO Audits: Check robots.txt, canonicals, redirects, indexability, sitemaps, and Core Web Vitals thresholds (LCP, INP, CLS). - On-Page Optimization: Enforce title tag, meta description, and heading structure rules, plus JSON-LD structured data for articles, products, and breadcrumbs. - Keyword Mapping & Internal Linking: Map one primary keyword per URL, detect cannibalization, and plan descriptive-anchor internal links. - Use Case: Run an audit on a product catalog site and receive prioritized findings like "[HIGH] Duplicate title tags on product pages" with the exact file location and a concrete fix. ## Quick Start Ask the AI to audit your site's pages for SEO issues and produce a prioritized list of fixes covering technical, on-page, and structured data problems.

Frequently Asked Questions about seo

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

FAQPage Schema
How to add structured data JSON-LD to a webpage?▼

Add a JSON-LD script block using schema.org types matching the page content, such as Article or BlogPosting for editorial pages, Product and Offer for product pages, and BreadcrumbList for interior pages. Only mark up content actually present on the page.

What are good Core Web Vitals thresholds for SEO?▼

Target LCP under 2.5 seconds, INP under 200 milliseconds, and CLS under 0.1. Common fixes include preloading hero assets, reducing render-blocking JavaScript, and reserving layout space for dynamic content.

How do I fix duplicate title tags on product pages?▼

Generate a unique title per page using the product name and primary category instead of a shared default string. Aim for roughly 50-60 characters with the primary keyword near the front, written for human readers.

When should I not use FAQPage schema markup?▼

Only apply FAQPage schema when the page genuinely contains question-and-answer content. Adding schema for content that is not actually present violates search engine guidelines and can result in losing rich result eligibility.