scorpions Posted January 25 Share Posted January 25 Hello. I have any error in my domain, with google search console. I don´t know very well how i can solve it. First of all, i have this problem: Alternate page with proper canonical tag But i have a module Faktiva SEO ToolKit to solve this error, and in my inspector code i have this: <link rel="canonical" href="https://hogaresconencanto.com/es/inicio/510-edredon-conforter-polare-fundeco.html"> But this cannonical tag it´s in product´s page, not in index. I have a 156 error in google search console. I don´t know very much about SEO and it´s very dificult to me. Thanks for readme and sorry for my bad english Link to comment Share on other sites More sharing options...
Yelish Posted January 29 Share Posted January 29 Make sure that your "Faktiva SEO ToolKit" module is properly configured and generating canonical tags correctly for all necessary pages, including the homepage. Link to comment Share on other sites More sharing options...
scorpions Posted January 29 Author Share Posted January 29 Thanks for your response. But Faktiva, haven’t got any option to set canonical tag in index… in product page, it’s set Link to comment Share on other sites More sharing options...
Yelish Posted January 29 Share Posted January 29 If Faktiva doesn't let you set the canonical tag on the homepage, you might have to get your hands dirty and edit the HTML code of your homepage to add or fix the canonical tag. That should help sort out the issue with Google Search Console. Link to comment Share on other sites More sharing options...
scorpions Posted January 29 Author Share Posted January 29 thanks for your response. But i don´t know what is my template to homepage Link to comment Share on other sites More sharing options...
scorpions Posted January 29 Author Share Posted January 29 (edited) With this code y solve my problem to cannonical tag in index. This code it´s setted in folder_theme/_partials_head.tpl: {if $page.canonical} <link rel="canonical" href="{$page.canonical}"> {elseif $page.page_name == 'index'} <link rel="canonical" href="https://{$smarty.server.HTTP_HOST}/"> {/if} Edited January 29 by scorpions (see edit history) 1 Link to comment Share on other sites More sharing options...
Smithikakart Posted February 18 Share Posted February 18 same issue from google console is the above code fixed your solution? I think similar product module giving this canonical issue? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now