Viitali Posted July 19, 2018 Share Posted July 19, 2018 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 More sharing options...
ricardomyra Posted September 28, 2018 Share Posted September 28, 2018 I'm facing the same problem, have you solved it? Link to comment Share on other sites More sharing options...
Luis Posted September 29, 2018 Share Posted September 29, 2018 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 3 Link to comment Share on other sites More sharing options...
kkw777 Posted December 1, 2018 Share Posted December 1, 2018 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... 1 3 Link to comment Share on other sites More sharing options...
Luis Posted December 3, 2018 Share Posted December 3, 2018 Thanks. It's fixed. 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