Add geo-check to Agent Skills - #632
Open
vasco-branco06 wants to merge 1 commit into
Open
Conversation
Audits whether AI crawlers can reach and read a website, scoring Access and Readability separately rather than blending them. Every point traces back to the robots.txt line or the markup that produced it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One bullet at the end of Agent Skills.
The list already carries several GEO and SEO skills, so the honest framing is
what this one does differently rather than that it is new.
geo-check measures instead of advising. No model sits in the scoring path. Every
point traces to the robots.txt line or the markup that earned it, so a site
scores the same twice and a result you disagree with is checkable rather than an
opinion. It reports Access and Readability as two scores and never averages
them, because a site can be perfectly reachable and impossible to read, and a
blended number hides whichever half is broken.
It also draws a line most tools miss: blocking GPTBot is a training opt out and
costs nothing in ChatGPT results, while blocking OAI-SearchBot removes you from
them entirely. Those two directives sit one line apart. Blocking training
deducts zero points here, on purpose, because it is a legitimate business
decision rather than a defect.
Validated across 906 real sites, with the per site evidence in the repository.
That validation found three bugs in the tool itself first, including a user
agent substring match that would have silently reported six citation crawlers as
blocked on any site writing
User-agent: bot.MIT, runs locally, no API key. Also a CLI and a GitHub Action.
https://github.com/vasco-branco06/geo-check