The other half
The checks a browser tab is not allowed to run
Every tool on this site works on input you paste. None of them can fetch your live URL and tell you what came back — and that is a rule of the web rather than a shortcoming of static hosting.
Why the split exists
A page served from visibility100x.github.io cannot fetchyourdomain.com and read the response. The same-origin policy forbids it, and browsers enforce it without exception unless the other origin explicitly opts in with CORS headers — which your site has no reason to do, and which most sites correctly do not.
This is a good rule. Without it, any page you opened could quietly read your logged-in webmail, your bank statement and your company intranet, and report what it found. So a "free browser-based site checker" that genuinely fetched arbitrary URLs would either be lying about where the fetch happens, or be a security hole. The honest options are to run the fetch on a server, or not to offer the check.
We run them on a server, on the main site, and they are free there. Below is what each one is for, so you can go straight to the one that answers your question instead of running a full audit to find out.
What AI can read
Whether an assistant fetching your page gets your content or an empty shell, and whether it was allowed to fetch it at all.
Crawling and indexing
The mechanical questions about whether a page can be found, fetched and kept.
On the page
The elements that decide how a page is summarised, in results and in answers.
Speed and security
What a crawler experiences before it reads a word, and what a browser warns about.
If you would rather run one thing
The full AI visibility audit runs the whole set against a single URL and returns them as one report, which is the right starting point when you do not yet know which of the nineteen questions you have. The individual checkers above are better once you do.
For work that needs doing rather than listing, themanaged service is the paid side of that site. Everything on this one stays free and open source, and thefive browser tools here will never need an account.