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

no-index issue https://iiif.io/about.html #616

Closed
glenrobson opened this issue Mar 9, 2022 · 1 comment
Closed

no-index issue https://iiif.io/about.html #616

glenrobson opened this issue Mar 9, 2022 · 1 comment

Comments

@glenrobson
Copy link
Member

User-declared canonical https://iiif.io/get-started/why-iiif/

Due to redirect_url in https://github.com/IIIF/website/blob/main/source/get-started/why-iiif.md.

I think this is a valid redirect because about.html was on our old website. I think the solution here is to change the sitemap script and to not add html pages that are basic redirect pages like:

https://iiif-website.s3.amazonaws.com/about.html

<html lang="en-US">
  <meta charset="utf-8">
  <title>Redirecting&hellip;</title>
  <link rel="canonical" href="/get-started/why-iiif/">
  <script>location="/get-started/why-iiif/"</script>
  <meta http-equiv="refresh" content="0; url=/get-started/why-iiif/">
  <meta name="robots" content="noindex">
  <h1>Redirecting&hellip;</h1>
  <a href="/get-started/why-iiif/">Click here if you are not redirected.</a>
</html>
@glenrobson
Copy link
Member Author

Now fixed.

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

No branches or pull requests

1 participant