Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEO 2024 - corrects unfortunate edit that made statement incorrect #3950

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

dwsmart
Copy link
Contributor

@dwsmart dwsmart commented Dec 3, 2024

Found this:

a sensible approach would be to return a `robots.txt` file with appropriate rules or, if one wishes to restrict crawling, return a [`404 status code`](https://developer.mozilla.org/docs/Web/HTTP/Status/404) for the URL.

Sadly that's the wrong way around, a 404 would mean no restriction, so have edited in this PR to:

a sensible approach would be to return a `robots.txt` file with appropriate rules or, if one does not wish to restrict crawling, return a [`404 status code`](https://developer.mozilla.org/docs/Web/HTTP/Status/404) for the URL.

Sorry I didn't notice earlier!

@dwsmart dwsmart changed the title corrects unfortunate edit that made statement incorrect SEO 2024 - corrects unfortunate edit that made statement incorrect Dec 3, 2024
@tunetheweb tunetheweb merged commit ea02f9f into HTTPArchive:main Dec 3, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants