-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
gatsby-plugin-canonical-urls query params and hash #12709
Comments
From what I understand |
But what about cases when |
@MarkSalabutin That’s a fair. We could add options to configure this, I suppose. Would you like to pick this up? |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not stale" to keep this issue open! Thanks for being a part of the Gatsby community! 💪💜 |
@MarkSalabutin @sidharthachatterjee just submitted a PR for this as I also ran into this issue. Would be good to get feedback. |
Hey again! It’s been 30 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it. Please keep in mind that I’m only a robot, so if I’ve closed this issue in error, I’m Thanks again for being part of the Gatsby community! |
fixed by #13339 |
Could you let me know why you added
location.hash
andlocation.search
to canonical url? I faced with a problem that search engines treat pagesexample.com/page
andexample.com/page?search=query
as different, but in practice, they are the same.The text was updated successfully, but these errors were encountered: