Details
-
Story
-
Status: Closed
-
Minor
-
Resolution: Completed
-
None
-
S04E18 - Fiction and Fact
Description
As a questions admin
I want all questions to have a dedicated canonical url
so that search engines index each question to be found by users
Note: in order to check this, you'll need to configure correctly the history router for questions and define a service access policy for guest access
Acceptance criteria
Given a site with questions widget in a page
When an anonymous user navigates to any question
Then she will be able to check that each question has a unique canonical URL
Test Scenarios
AC ID | Test Scenarios | Test Strategy | Kind of test | Is it covered by FrontEnd? (JS-Unit) | Is it covered by BackEnd? (unit, integration, or REST) | Test to add |
---|---|---|---|---|---|---|
2.17 | The canonical URL can be checked when a guest navigate to a question | High priority | Poshi | No | No | QuestionsWidgetActions#CanViewCanonicalURL |
2.18 | The canonical URL is unique when a guest navigate to different questions with same title | High priority | Poshi | No | No | QuestionsWidgetActions#CanViewCanonicalURLsForDuplicateQuestion |
2.19 | The canonical URL that contains special characters can be checked when a guest navigate to a question | Medium priority | Poshi | No | No | QuestionsWidgetActions#CanViewCanonicalURLWithSpecialCharacter |
Attachments
Issue Links
- causes
-
LPS-134266 No canonical URL and meta tags display on the page source
- Closed
- relates
-
LPS-134659 Improve SEO for JS apps
-
- Reviewed
-
- Testing discovered
-
LPS-134994 Guest cannot see the question after setting service access policy
- Closed
- mentioned in
-
Page Loading...