geo-technical
The geo-technical skill provides a framework for performing a technical SEO audit with a focus on AI crawler compatibility, server-side rendering, and core web vitals.
Is geo-technical safe to install?
Review the source first: our audit of geo-technical's source files found 2 shell commands, 2 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands using curl to fetch raw HTML and measure server response times, and it writes audit results to a local file.
How we audit skills: our security review methodology.
Who is this skill for?
SEO professionals, web developers, and site owners who need to audit website crawlability, indexability, and performance for both traditional search engines and AI crawlers.
What can you do with it?
- Auditing robots.txt for AI crawler access directives
- Verifying server-side rendering for content visibility to AI crawlers
- Checking Core Web Vitals metrics like LCP, INP, and CLS
- Validating XML sitemaps and canonical tags
- Analyzing HTTP security headers and HTTPS enforcement
- Measuring server response time via TTFB
How good is this skill?
Quality score: 5/10. The skill provides a comprehensive, structured rubric for technical SEO audits. It correctly identifies the technical requirements for AI crawler compatibility.
What does the skill file contain?
# GEO Technical SEO Audit ## Purpose Technical SEO forms the foundation of both traditional search visibility and AI search citation. A technically broken site cannot be crawled, indexed, or cited by any platform. This skill audits 8 categories of technical health with specific attention to GEO requirements — most critically, **server-side rendering** (AI crawlers do not execute JavaScript) and **AI crawler access** (many sites inadvertently block AI crawlers in robots.txt). ## How to Use This Skill 1. Collect the target URL (homepage + 2-3 key inner pages) 2. Fetch each page using curl/We...
Frequently asked questions
Why is server-side rendering (SSR) emphasized for AI crawlers?
AI crawlers like GPTBot and ClaudeBot do not execute JavaScript. If a site relies on client-side rendering, these crawlers see an empty page, which prevents indexing and citation.
How does the skill check for AI crawler access?
The skill instructs the user to fetch robots.txt and verify that specific user-agents like GPTBot, Google-Extended, and PerplexityBot are allowed.
What is the recommended method for measuring TTFB?
The skill uses the curl command: curl -o /dev/null -s -w 'TTFB: %{time_starttransfer}s\n' [URL].
Related skills
seo-audit
133.3KUsers seeking to diagnose SEO issues, improve organic search performance, or conduct a health check on their website
The seo-audit skill provides a structured framework for diagnosing and recommending improvements for website search engine optimization. It guides the agent through technical, on-page, and content quality assessments, including specific checks for international SEO and site-type-specific issues.
seo-geo
29.6KWebsite owners, SEO professionals, and content creators aiming to improve search visibility and AI citation rates
The seo-geo skill provides a framework for optimizing websites for both traditional search engines and AI-driven search engines. It includes workflows for website audits, keyword research, schema markup generation, and platform-specific optimization strategies for ChatGPT, Perplexity, Google AI Overview, Copilot, and Claude.
agent-email-inbox
3.4KDevelopers building AI agents or automated systems that process inbound email content
The agent-email-inbox skill provides a framework for building secure, webhook-based email processing systems for AI agents. It includes patterns for sender allowlisting, webhook signature verification, and content filtering to prevent unauthorized access to agent workflows.
seo-content
2.2KSEO professionals, content strategists, and website owners who need to audit content quality and optimize for generative AI search engines
The seo-content skill provides a framework for auditing web content quality, E-E-A-T signals, and AI citation readiness. It evaluates pages against Google's helpful content guidelines, readability metrics, and structural SEO best practices.