-
Notifications
You must be signed in to change notification settings - Fork 39
fix: hide closed listings from crawlers #5400
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for partners-bloom-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for bloom-public-seeds ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for bloom-flagly ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for bloom-exygy-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for bloom-lakeview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
emilyjablonski
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm seeing that Google deprios re-indexing pages it once saw have noindex and it could take up to 90 days for it to automatically re-scan and then start indexing again. Is that a concern?
|
Also if there is an associated issue would love to link! |
|
@emilyjablonski ope, I didn't mean to add the "1 review needed" as this is not ready. I'm waiting to get confirmation from product on how to proceed as the ticket is still getting created. Sorry! |
This PR addresses metrotranscom#1438
Description
When searching for a listing on google non-open listings can be shown. This is not ideal if a listing is still in draft or a listing has been duplicated and the older posting is showing higher in the search results.
Since it can be a long time between google picking up a change from the meta tags it has been determined to only add this to the closed listings as those should normally not be re-opened whereas a draft listing could become open at any time
How Can This Be Tested/Reviewed?
You can't test if this will prevent search crawlers from finding the page, but you can verify that the listing details page is adding the "meta" tag on closedlistings.
Author Checklist:
yarn generate:clientand/or created a migration when requiredReview Process: