Set Bibliography Index page to noindex - #345
Open
stumbo wants to merge 1 commit into
Open
Conversation
Search results currently favor the bibliography index page listing all the items in the bibliography. These changes set this page to noindex, follow instructing robots not to index the page but to index the child pages. This will help surface the individual pages when searches are performed on items covered in bibliographic entries. - Add a new tag to the bibliography _index.md page setting it to noindex, follow - Add code to head-end.html to recognize front matter tag and enscribe the appropriate value into the generated page - Add data-nosnippet around preview text in generated bibliography entries on the index page. This is a secondary change that tells a search engine not to use the preview text in returned results. Given we don't want the page indexed, it may be overkill. - Add page level no-index information to sitemap.
stumbo
requested review from
MattHeffron,
fghalasz,
hjellinek,
masinter and
pamoroso
August 21, 2026 03:00
|
Staging preview for this pull request is available at https://interlisp.github.io/Interlisp.staging/pr-345/ |
stumbo
marked this pull request as draft
August 21, 2026 03:15
Member
Author
|
After a closer look, the no-snippets are where they should be. |
pamoroso
approved these changes
Aug 21, 2026
pamoroso
left a comment
Member
There was a problem hiding this comment.
It looks good and I haven't noticed any issues on the staging site.
stumbo
marked this pull request as ready for review
August 21, 2026 10:59
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.
Search results currently favor the bibliography index page listing all the items in the bibliography. These changes set this page to
noindex, follow instructing robots not to index the page but to index the child pages. This will help surface the individual pages when searches are performed on items covered in bibliographic entries.noindex, followdata-nosnippetaround preview text in generated bibliography entries on the index page. This is a secondary change that tells a search engine not to use the preview text in returned results. Given we don't want the page indexed, it may be overkill.noindexinformation to sitemap.