adampmoss / CreareSEO

A free SEO extension for Magento 1
GNU General Public License v2.0
151 stars 72 forks source link

Data generation problem (title, descriptions, canonical) #161

Open barznet opened 6 months ago

barznet commented 6 months ago

Hi. I know that Magento 1 is already history, but I need some help. The plugin sometimes displays incorrect data (data from another page) in title, description and canonical. Example on the screen.

Datenschutzerklärung 2024-01-08 12-07-35

It does not happen always, but it is a big problem.

Yesterday I sent a message to facebook in which I specified the main page of the site, but the image and title loaded a completely different page

IMG_6BB5B4FC6692-1

Magento 1.9.4.2 CreareSEO 1.5 PHP 7.0

LuizSantos22 commented 6 months ago

@barznet I guess you have to change something in config/Creare/general settings/Breadcrumbs Schema There you have an instruction that says if you enable it, you gotta change this:

"If you enable breadcrumb schema, your theme's breadcrumbs file will be replaced by this file: app/design/frontend/base/default/template/creareseo/page/html/breadcrumbs.phtml. This means you may notice style changes when this is enabled if you have altered the code in your theme's breadcrumbs file."

I am not sure you have the same problem, but I had a similar one with my custom theme and managed to fix it following this instruction.