seo

Audit the Quaks SPA frontend for SEO and update doc/SEO_AUDIT.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Quaks frontend currently faces crawlability and visibility challenges that hinder organic search performance. This skill performs a comprehensive SEO audit and prescribes actionable improvements to help improve rankings, metadata quality, and accessibility.

Core Features & Use Cases

  • Automated crawlability assessments and fix recommendations for hash-based routing, robots.txt, sitemap.xml, and canonical URLs.
  • Meta tag optimization, Open Graph and Twitter Card tagging, and the addition of structured data for rich results.
  • Audit persistence: updates doc/SEO_AUDIT.md after each audit to track progress and findings.

Quick Start

Run the seo audit on the frontend to start the assessment and update doc/SEO_AUDIT.md with the findings.

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 SPA frontend with hash-based routing?

An SEO audit for SPAs assesses crawlability barriers like hash-based routing and prescribes fixes for robots.txt and canonical URLs. This skill automates that process to improve search engine visibility and generate persistent audit records.

How do I add structured data and Open Graph tags to my web app routes?

You add structured data and Open Graph tags by auditing metadata across all application routes. This skill evaluates your frontend to ensure proper Twitter Card tagging and structured data implementation for rich search results.

Why does my single page application have poor search engine crawlability?

Poor search engine crawlability in single page applications usually stems from hash-based routing and missing robots.txt or sitemap.xml files. This skill identifies these visibility challenges and recommends actionable improvements.

Does this SEO audit check accessibility and PWA metadata across all routes?

Yes, this SEO audit evaluates accessibility and PWA metadata across all frontend routes. It checks performance and mobile metadata to ensure your application meets comprehensive search engine visibility requirements.

How do I generate a persistent record of my website's SEO audit findings?

You generate a persistent record of SEO audit findings by running an assessment that writes results to doc/SEO_AUDIT.md. This skill automatically updates this file after each audit to track progress and document findings.

Can I fix missing canonical URLs and sitemap.xml issues without manual inspection?

You can fix missing canonical URLs and sitemap.xml issues without manual inspection by using an automated audit. This skill performs crawlability assessments and prescribes actionable fixes for these specific configuration files.