Skip to content
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

[BOOM-6259] [SEO Optimization] Product page : Add default combination ID in canonical URL + change default page title #9508

Closed
prestonBot opened this issue Aug 22, 2018 · 1 comment
Assignees
Labels
1.7.4.2 Affects versions Bug Type: Bug Fixed Resolution: issue closed because fixed M Difficulty: M Minor Severity: minor bug > https://build.prestashop.com/news/severity-classification SEO & URLs Label: Which BO under menu is concerned Traffic & SEO Label: Which BO under menu is concerned
Milestone

Comments

@prestonBot
Copy link
Collaborator

This issue has been migrated from the Forge. Read the original ticket here.

  • Reporter: coline.ginestet
  • Created at: Thu, 16 Aug 2018 10:38:09 +0200

2 modifications are needed in product pages in order to avoid duplicate content and improve SEO :

 

1) Modify canonical URL by adding default combination ID in the URL 

Currently the canonical page does not exist, a 301 redirect is done to be redirected to the default combination product page. This must be modified with a new canonical.

Current canonical : http://scientific-rub.machine-shuffle.prestashop.net/fr/hommes/*1-*hummingbird-printed-t-shirt.html

New canonical must be : http://scientific-rub.machine-shuffle.prestashop.net/fr/hommes/*1-1-*hummingbird-printed-t-shirt.html

==> ID 1 being the ID of the default combination of this product (size S + white color in this case)

The merchant can modify the default combination in Combination tab of his product pages.

 

2) Modify product page title by adding the combination

Current page title : "Product name"

New page title must be : "Product name Attribute 1 Attribute 2... Attribute X"

According to the combination chosen, the attributes must change in the metatitle.

  • How to reproduce the issue ?

N/A

@prestonBot prestonBot added this to the 1.7.1.0 milestone Aug 22, 2018
@prestonBot prestonBot added 1.7.4.2 Affects versions Bug Type: Bug M Difficulty: M Minor Severity: minor bug > https://build.prestashop.com/news/severity-classification SEO & URLs Label: Which BO under menu is concerned Traffic & SEO Label: Which BO under menu is concerned Waiting for code review labels Aug 22, 2018
@prestonBot
Copy link
Collaborator Author

This comment has been migrated from the Forge. Read the original comment here.

  • Author: pablo.borowicz
  • Created at: Fri, 17 Aug 2018 14:20:01 +0200

PR: #9456

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.7.4.2 Affects versions Bug Type: Bug Fixed Resolution: issue closed because fixed M Difficulty: M Minor Severity: minor bug > https://build.prestashop.com/news/severity-classification SEO & URLs Label: Which BO under menu is concerned Traffic & SEO Label: Which BO under menu is concerned
Projects
None yet
Development

No branches or pull requests

3 participants