Jump to content

category pages noindex


Recommended Posts

Hi.

I have a problem with indexation of category pages.

they have nofollow robots tag 

<meta name="robots" content="noindex,nofollow" />

as I could find there is a query in header.tpl

<META name="robots" content="{if isset($nobots)}no{/if}index,{if isset($nofollow) && $nofollow}no{/if}follow" />

how can I fix it? It's a bad idea to exclude pages with seo texts.

Thanks

Link to comment
Share on other sites

  • 2 months later...
On 19/7/2018 at 10:06 AM, Viitali said:

Hi.

I have a problem with indexation of category pages.

they have nofollow robots tag 


<meta name="robots" content="noindex,nofollow" />

as I could find there is a query in header.tpl


<META name="robots" content="{if isset($nobots)}no{/if}index,{if isset($nofollow) && $nofollow}no{/if}follow" />

how can I fix it? It's a bad idea to exclude pages with seo texts.

Thanks

I've had the same problem in my domains: 

www.Tienda-Medieval.com
www.CuchillosNavajas.com

It's seems that the module "blocklayered" has changed its configuration.

There's to change again some options like: allow robots index

  • Thanks 3
Link to comment
Share on other sites

  • 2 months later...

Hi, the problem comes from the "Layered navigation block" module. After the update to v2.2.1 something has changed.

To Fix the problem for Prestashop 1.6 go to Modules and Services >> Layered navigation block >> Configure
Scroll down to the CONFIGURATION section and set to YES  the "Allow indexing robots...."
This action will change the metatags for all category pages to "indexed, follow"

At least for me that was the case...

 

  • Like 1
  • Thanks 3
Link to comment
Share on other sites

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...