Skills google-official-seo-guide
🔍

google-official-seo-guide

Safe

Google Official SEO Guide

Users struggle to optimize their websites for Google Search without authoritative guidance. This skill provides comprehensive SEO assistance based on official Google documentation, covering crawling, indexing, structured data, and technical SEO best practices.

Supports: Claude Codex Code(CC)
🥉 74 Bronze
1

Download the skill ZIP

2

Upload in Claude

Go to Settings → Capabilities → Skills → Upload skill

3

Toggle on and start using

Test it

Using "google-official-seo-guide". How do I create a sitemap for my website?

Expected outcome:

A sitemap helps Google discover and index your pages. Create an XML sitemap following the sitemaps.org protocol. Include: page URLs, last modified dates, change frequency, and priority. Submit via Google Search Console. Avoid: listing non-canonical URLs, including blocked pages, or creating huge sitemaps over 50MB.

Using "google-official-seo-guide". Add structured data for a blog post

Expected outcome:

Here is JSON-LD structured data for a blog post:
```json
{
"@context": "https://schema.org",
"@type": "BlogPosting",
"headline": "Your Post Title",
"image": ["https://example.com/image.jpg"],
"datePublished": "2024-01-15T08:00:00+08:00",
"author": {
"@type": "Person",
"name": "Author Name"
}
}
```
Place this in the <head> section of your HTML. Test with Google's Rich Results Test.

Security Audit

Safe
v1 • 2/24/2026

This skill consists entirely of markdown documentation files containing SEO guidance from Google's official documentation. All static scanner findings are false positives: (1) 'Weak cryptographic algorithm' alerts are triggered by JSON-LD schema.org examples in documentation; (2) 'Ruby/shell backtick execution' alerts are triggered by markdown code block formatting; (3) 'Hardcoded URL' alerts are legitimate Google documentation URLs. No executable code or security risks present.

10
Files scanned
8,566
Lines analyzed
0
findings
1
Total audits
No security issues found
Audited by: claude

Quality Score

45
Architecture
100
Maintainability
85
Content
50
Community
100
Security
78
Spec Compliance

What You Can Build

Implement VideoObject Structured Data

Add proper JSON-LD schema markup to help videos appear as rich results in Google Search

Debug Indexing Issues

Identify why pages are not being indexed and provide solutions based on Google guidelines

Optimize for Mobile-First Indexing

Ensure website meets Google mobile-first requirements for better search visibility

Try These Prompts

Basic SEO Question
How do I improve my website's ranking in Google Search?
Structured Data Implementation
Help me add VideoObject structured data to my video page. The video is at https://example.com/video.mp4
Indexing Debugging
My pages are not appearing in Google Search. How do I troubleshoot indexing issues?
Technical SEO Audit
What technical SEO factors should I check for mobile-first indexing compliance?

Best Practices

  • Always verify recommendations with Google's official documentation
  • Use Google Search Console to monitor indexing and search performance
  • Focus on user-first content rather than keyword stuffing

Avoid

  • Do not guarantee specific ranking positions - Google algorithms change
  • Avoid participating in link schemes or buying links
  • Do not create duplicate content across multiple URLs without canonical tags

Frequently Asked Questions

How long does it take for Google to index my pages?
Indexing time varies from hours to weeks. Submit a sitemap in Google Search Console and ensure your pages are accessible via links.
What is the most important ranking factor?
Google uses many factors. Focus on: relevant content, mobile-friendliness, page speed, secure HTTPS, and authoritative backlinks.
Do I need to use structured data?
Structured data is not a ranking factor but helps Google understand your content and can enable rich results. It is recommended for certain content types.
How do I check if my pages are indexed?
Use the site:yourdomain.com search operator or check Google Search Console Coverage report.
What is mobile-first indexing?
Google primarily uses the mobile version of content for indexing and ranking. Ensure your mobile site has the same content as desktop.
Should I use www or non-www URLs?
Choose one format and set up 301 redirects and canonical tags. Be consistent across your site.