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

Product Meta description not filled by default in the SEO preview #17078

Closed
colinegin opened this issue Jan 9, 2020 · 6 comments
Closed

Product Meta description not filled by default in the SEO preview #17078

colinegin opened this issue Jan 9, 2020 · 6 comments
Labels
1.7.6.2 Affects versions BO Category: Back Office Bug Type: Bug Minor Severity: minor bug > https://build.prestashop.com/news/severity-classification Old Products Page Concerns the old product page

Comments

@colinegin
Copy link

Hello,

I think i just found a small bug in the SEO tab in product pages.
When adding a title to the product, the SEO preview is automatically filled with the title in the meta title part.
But when adding a description of the product in the summary block, nothing is added to the meta description part, while it should.

What do you think @khouloudbelguith @marionf ?

@colinegin colinegin added 1.7.6.2 Affects versions Bug Type: Bug Old Products Page Concerns the old product page Ready Status: Issue is ready to be worked on labels Jan 9, 2020
@marionf
Copy link
Contributor

marionf commented Jan 9, 2020

@colinegin

The thing is that we recommend a meta descirption of 160 characters maximum while it's set at 800 by default for the summary
We could take the 160 first characters of the summary and put them in the meta title, but I am not sure it's a good idea.
Or change the max size of the summary for 160 instead of 800 by default.
Wdyt ?

@marionf marionf added the BO Category: Back Office label Jan 9, 2020
@colinegin
Copy link
Author

There's not limit on the title so I guess we should have the same behaviour for description and meta description ?

@marionf
Copy link
Contributor

marionf commented Jan 9, 2020

Yes, but I am wondering: it is a good practice to copy the summary in the meta_title if the summary is more than 160 characters as recommended ?

There is no problem for name and meta_title because both are varchar(128) type
While description_short (= summary) is text type and meta_description is varchar(512) type
Which means if the summary have more than 512 chars, the save of the product will fail with an error message like below

capture d'écran_2257

If we want to do this, we need to increase the limit of 512 for the meta_description

@colinegin
Copy link
Author

colinegin commented Feb 18, 2020

When checking in the user doc, it is said :

Summary and Description
Describing your product well is essential, both for the customer (the more information, the better) and search engines (it will help your shop appear in more search requests).
At the bottom of the screen, the two description fields each serve different purposes:
The “Summary” field enables you to write a short description that will appear in search engines and in the description for your product.
This field is limited to 400 characters by default: if you exceed that limit, PrestaShop will warn you with a message in red below the field. You can change that limit in the “Products” preference page, where you will find the “Max size of product summary” option.
The “Description” field enables you to write a full description of your product, which will appear directly on the product page. The text editor offers a wide range of options for creating visually attractive descriptions (font, size, text color, etc.).
While this second field has no limits, there is such thing as too much content: strive to provide the essential information in a compelling way, and your product should be good to go.

So I guess summary should automatically fill the meta description field, but maybe we should reduce the number of letters recommended (to 512) to help merchants follow good practices.

What do you think @marionf ?

ping @LouiseBonnard just to follow this issue and decide if we should edit the doc.

@marionf
Copy link
Contributor

marionf commented Feb 18, 2020

Yes, it seems good 👍

@colinegin colinegin added the Minor Severity: minor bug > https://build.prestashop.com/news/severity-classification label Feb 19, 2020
@colinegin
Copy link
Author

Ping @MatShir as it is related to product page.

@MatShir MatShir closed this as completed Jul 4, 2023
@prestashop-issue-bot prestashop-issue-bot bot removed the Ready Status: Issue is ready to be worked on label Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.7.6.2 Affects versions BO Category: Back Office Bug Type: Bug Minor Severity: minor bug > https://build.prestashop.com/news/severity-classification Old Products Page Concerns the old product page
Projects
None yet
Development

No branches or pull requests

3 participants