SEO, GEO & Performance Optimization Skill

Audit and configure Next.js files for SEO, GEO, and performance.

1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/HermeticOrmus/hermetic-claude --skill seo-geo-performance-optimization-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: SEO, GEO & Performance Optimization Skill
Source: https://github.com/HermeticOrmus/hermetic-claude/tree/main/claude/skills/seo-geo-performance
Command: npx skills add https://github.com/HermeticOrmus/hermetic-claude --skill seo-geo-performance-optimization-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the critical need to optimize Next.js applications for search engines (SEO), AI crawlers (GEO), and overall user experience through performance enhancements.

Core Features & Use Cases

  • Comprehensive Audits: Analyzes robots.txt, sitemaps, metadata, and image optimization.
  • SEO Best Practices: Ensures proper canonical URLs, OpenGraph/Twitter images, and semantic HTML.
  • GEO Implementation: Configures robots.txt to allow AI crawlers and structures content for AI assistants.
  • Performance Tuning: Optimizes Next.js configuration (next.config.ts), image formats, caching, and component rendering.
  • Use Case: A developer can use this skill to ensure their new Next.js e-commerce site is discoverable by Google, friendly to AI assistants, and loads quickly for a better user experience.

Quick Start

Run the SEO, GEO & Performance Optimization Skill to audit the current SEO and performance settings for the Next.js application.

Frequently Asked Questions about SEO, GEO & Performance Optimization Skill

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

FAQPage Schema
How do I optimize my Next.js application for SEO and Core Web Vitals?

Next.js performance optimization involves fine-tuning next.config.ts for image optimization and caching, auditing metadata, and improving component rendering to boost Core Web Vitals and overall page speed.

What is GEO and how do I configure robots.txt for AI crawlers?

GEO, or Generative Engine Optimization, ensures AI assistants can access your content. You configure it by adjusting robots.txt to allow AI crawlers and structuring content specifically for AI assistants.

Does this SEO audit cover OpenGraph and Twitter image configurations?

Yes, the SEO audit verifies proper implementation of canonical URLs, OpenGraph images, and Twitter images, alongside checking semantic HTML structure to ensure comprehensive search engine visibility.

How do I configure next.config.ts to improve Next.js image performance?

You can improve Next.js image performance by fine-tuning next.config.ts to optimize image formats and caching strategies, which directly enhances loading times and Core Web Vitals scores.

Can I use this to ensure my new Next.js e-commerce site is discoverable by Google?

Yes, you can run this optimization process to audit your Next.js e-commerce site, ensuring it is fully discoverable by Google, friendly to AI assistants, and loads quickly for users.