Jump to content

Error with google search console


Recommended Posts

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

 

 

 

 

 

Captura.PNG

Link to comment
Share on other sites

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

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 by scorpions (see edit history)
  • Like 1
Link to comment
Share on other sites

  • 3 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...