-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Add canonical url to the head section #1987
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
Add canonical url to the head section #1987
Conversation
|
Deploy preview for reactjs ready! Built with commit 6a47d60 |
|
Hi @gaearon and @sophiebits ! I'm willing to invest time on this wonderful community but I need some help to get involved, so if I got something wrong on this PR please provide me some feedback and I will be more than happy to work on it and learn more from the project. |
|
Can you please:
|
|
Count on me @sophiebits, thanks for that by the way :) |
src/pages/languages.js
Outdated
| <Header>Languages</Header> | ||
| <TitleAndMetaTags title="React - Languages" /> | ||
| <TitleAndMetaTags | ||
| canonicalUrl={`${urlRoot}/languages`} |
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.
Can you add the trailing slashes to this and /versions/? To match the URL you get redirected to if you visit /languages.
Otherwise I think this looks good.
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.
Sure! No problem at all, I see your point ;)
|
Done! This issue was perfect for me to get to know better this project. |
|
This looks great. Thank you so much! |
I wanted too, :) |
* Add canonical url to the head section (reactjs#1987) * Update conferences.md (reactjs#2002) This PR updates the page to be more current. * Update hooks-effect.md (reactjs#2005) * docs(cn): fix conflicts
Fixes #1964.