Skip to main content

seo-geo

Optimizes websites for both traditional and AI search engines, enhancing visibility through keyword analysis and schema markup generation.

Install this skill

or
76/100

Security score

The seo-geo skill was audited on Mar 1, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 50

Curl to non-GitHub URL

SourceSKILL.md
50curl -sL "https://example.com" | grep -E "<title>|<meta name=\"description\"|<meta property=\"og:|application/ld\+json" | head -20
medium line 59

Curl to non-GitHub URL

SourceSKILL.md
59curl -s "https://example.com/robots.txt"
medium line 68

Curl to non-GitHub URL

SourceSKILL.md
68curl -s "https://example.com/sitemap.xml" | head -50
low line 42

External URL reference

SourceSKILL.md
42python3 scripts/seo_audit.py "https://example.com"
low line 50

External URL reference

SourceSKILL.md
50curl -sL "https://example.com" | grep -E "<title>|<meta name=\"description\"|<meta property=\"og:|application/ld\+json" | head -20
low line 59

External URL reference

SourceSKILL.md
59curl -s "https://example.com/robots.txt"
low line 68

External URL reference

SourceSKILL.md
68curl -s "https://example.com/sitemap.xml" | head -50
low line 121

External URL reference

SourceSKILL.md
121"@context": "https://schema.org",
low line 183

External URL reference

SourceSKILL.md
183open "https://search.google.com/test/rich-results?url={encoded_url}"
low line 186

External URL reference

SourceSKILL.md
186open "https://validator.schema.org/?url={encoded_url}"
low line 192

External URL reference

SourceSKILL.md
192open "https://www.google.com/search?q=site:{domain}"
low line 195

External URL reference

SourceSKILL.md
195open "https://www.bing.com/search?q=site:{domain}"
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →