-
Notifications
You must be signed in to change notification settings - Fork 302
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
Remove lastmod from sitemap for re-indexing #7812
Closed
Closed
Conversation
This file contains 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
-Added new parameter to isolate job board page from community pages -Updated communities page variables to not include job board page -Added relative permalink to job board href
-Added Shortcode page to incorporate custom html formatting -Created job_board.yml to easily write out job posting information -Replaced job board table on job-board.md with Shortcode page job-board.html
-Updated config.yml to add job board tab in menu -Created new job board folder in content and themes -Removed job board from communities folder -Connected job-board shortcode to new job-board.md
-Added more detailed job info in job_board.yml -Replaced job board table with USWDS formatting -Created _card-job.scss -Added _card-job.scss to styles.scss
…de active job posts - Included message if no active job posts available
klin2020
added
Dev: Search
Issues related to our implementation of serach.gov
Bug Fix
This fixes an actual bug
labels
Jul 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Summary
After discussing different options for sitemap, a decision was reached to remove the lastmod tag from the website's sitemap. This is needed to ensure that a page's metatag "meta property=“article:published_time” …" is used during the re-indexing process, rather than the lastmod tag in the sitemap.
Follow up on PR #7801
Screenshots
Before: lastmod tag in sitemap
After: lastmod tag removed