Point the site at the served custom domain - #29
Merged
Conversation
appautomaton.github.io 301-redirects to appautomaton.renocrypt.com, so declaring it as canonical had each page claim its real address was a URL that redirects straight back to it. Google resolved the contradiction by ignoring the tag, but crawlers and link-preview scrapers that read og:url literally were sent through the redirect.
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.
appautomaton.github.io301-redirects toappautomaton.renocrypt.com, so every page here declared a canonical pointing at a URL that redirects straight back to it. Google worked around it by overriding the tag; Bing, LLM crawlers, and link-preview scrapers that readog:urlliterally did not.Pure host swap — paths, structure, and content are unchanged. Covers canonical,
og:url,og:image, JSON-LD,sitemap.xml,robots.txt, README links, badges, andpyproject.toml.Note on the Hugging Face model cards.
scripts/hugging_face/model_cards/is updated here too, but those are published artifacts — the cards live on huggingface.co are unchanged until they are pushed again. This only makes sure the next push carries the right host.The GitHub repo
homepagefield has already been updated to match.