Question

I am facing issue with product meta title and meta description, I am trying to update product meta title and meta description manually (from product edit page) but the values of meta title and meta description is not reflecting on edit page and product view source page as well while both fields value are saving in the table mg_catalog_product_entity_varchar with product id.

I am also attaching the both place (product edit page and table value) screenshot here for better understanding:

Product edit page screenshot enter image description here

Table value screenshot enter image description here

I tried below thing to resolve this issue but did not get success

  1. I did full re-indexing
  2. cleared cache

Please help me in this regards

Any help would be appreciated

Thanks!

No correct solution

OTHER TIPS

This is likely because you have a store scope selected whereas you would want to use the global scope.

See global scope example below

enter image description here

To formulate this according to your screenshot, the records you show show a scope_id value of 0. These records were created with a global store scope

Your edited value will be in the varchar table with a scope_id that is not 0 and that is what you want to resolve.

Also, See store scope example below

enter image description here

Finally, what you may want to know is how to remove the store scope value as it is usually the problem: to remove the store scope value, you will need to ensure the tickbox 'Use Default Value' is selected

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top