Closed
Bug 903886
Opened 11 years ago
Closed 11 years ago
Expose canonical and alternate URLs on Bedrock views
Categories
(www.mozilla.org :: Bedrock, enhancement)
www.mozilla.org
Bedrock
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kohei, Assigned: kohei)
References
Details
(Whiteboard: [kb=1082507] )
Backend code + test to implement the following features:
* Bug 481550 - Implement canonical and alternate URLs
* Bug 773371 - Integrate Language Selector
Assignee | ||
Comment 1•11 years ago
|
||
Pull request: https://github.com/mozilla/bedrock/pull/1175
Updated•11 years ago
|
Whiteboard: [kb=1082507]
Comment 2•11 years ago
|
||
Hi Cmore - could you please review wrt the other SEO work. Thx.
Flags: needinfo?(chrismore.bugzilla)
Comment 3•11 years ago
|
||
(In reply to Jennifer Bertsch [:jbertsch] from comment #2)
> Hi Cmore - could you please review wrt the other SEO work. Thx.
All looks good and commented in it. This will support the SEO work and best practices.
Flags: needinfo?(chrismore.bugzilla)
Comment 4•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/a4f8f3e8234afd3d5b62b41eee33ef8a1e0c7730
Bug 903886 - Expose canonical and alternate URLs on Bedrock views
https://github.com/mozilla/bedrock/commit/80d957a058e26d4693220a949729d0e1d2b7c5e0
Merge pull request #1175 from kyoshino/bug-903886-canonical-backend
Bug 903886 - Expose canonical and alternate URLs on Bedrock views
Assignee | ||
Comment 5•11 years ago
|
||
PR merged. This bug itself is not testable. The dependent bugs are.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 6•11 years ago
|
||
(In reply to Kohei Yoshino [:kohei] from comment #5)
> PR merged. This bug itself is not testable. The dependent bugs are.
all of the dependent bugs? Where can I test them?
Assignee | ||
Comment 7•11 years ago
|
||
(In reply to Chris More [:cmore] from comment #6)
> (In reply to Kohei Yoshino [:kohei] from comment #5)
> > PR merged. This bug itself is not testable. The dependent bugs are.
>
> all of the dependent bugs? Where can I test them?
Yes, the dependent bugs are all frontend implementation, so we can test them in advance, on the demo site if needed.
* Bug 481550: canonical/alternate URLs can be seen in page sources, no UI. My PR is ready to be merged.
* Bug 834422: OGP and Twitter card can be seen in page source, no UI. My PR is almost ready. Both can be previewed at
http://developers.facebook.com/tools/debug
https://dev.twitter.com/docs/cards/validation/validator - Sorry, Firefox is not supported! (Bug 877146)
* Bug 773371: language switcher is at the bottom of the page. Screenshot is Attachment 765294 [details]. My PR is ready, waiting for GA code check.
* Bug 906943: translation bar is at the top of the page. My PR is almost ready.
You need to log in
before you can comment on or make changes to this bug.
Description
•