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

create sitemapindex.xml #79

Closed
orbeckst opened this issue May 8, 2018 · 3 comments · Fixed by #93
Closed

create sitemapindex.xml #79

orbeckst opened this issue May 8, 2018 · 3 comments · Fixed by #93
Assignees
Labels
search site search, SEO

Comments

@orbeckst
Copy link
Member

orbeckst commented May 8, 2018

Once #78 is complete, we need a top-level sitemapindex.xml file that contains links to all our sitemaps; this sitemapindex.xml would be static and we can just add it to our jekyll site.

@orbeckst orbeckst self-assigned this May 8, 2018
@orbeckst orbeckst changed the title create sitemapindex.xm create sitemapindex.xml May 8, 2018
@orbeckst orbeckst added the search site search, SEO label Jul 17, 2018
orbeckst added a commit that referenced this issue Oct 6, 2018
orbeckst added a commit that referenced this issue Jul 8, 2020
@orbeckst
Copy link
Member Author

orbeckst commented Jul 9, 2020

We will have to update our search configuration https://github.com/algolia/docsearch-configs/blob/master/configs/mdanalysis.json to read

  "sitemap_urls": [
    "https://www.mdanalysis.org/sitemapindex.xml"
  ],

Notes on syntax https://docsearch.algolia.com/docs/config-file/

orbeckst added a commit that referenced this issue Jul 10, 2020
- close #79 
- add sitemapindex.xml
- Note: currently, paths for 1.0.0 are hard coded and need to be manually updated for new releases
orbeckst added a commit to orbeckst/docsearch-configs that referenced this issue Jul 10, 2020
- use sitemapindex.xml instead of start_urls
  - www.mdanalysis.org 
  - docs.mdanalysis.org
  - userguide.mdanalysis.org
- stop indexing old docs (www.mdanalysis.org/docs and www.mdanalysis.org/mdanalysis)
- stop indexing generated docs for the three domains (not sure if we can use regular expressions for subdomains - to be safe, I repeated them)
- completes MDAnalysis/MDAnalysis.github.io#79
@orbeckst
Copy link
Member Author

Will reopen until I have algolia/docsearch-configs#2091 merged.

@orbeckst orbeckst reopened this Jul 10, 2020
@orbeckst
Copy link
Member Author

The algolia configuration was updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
search site search, SEO
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant