Closed (fixed)
Project:
Quick Tabs
Version:
6.x-2.0-rc2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2009 at 19:47 UTC
Updated:
13 May 2009 at 23:00 UTC
Hi,
How can I add the rel=nofollow attribute to the tabs? Google is indexing the tab links as extra pages like at www.site.com/node?quicktabs_3=0 and of course I don't want them being indexed.
Thanks for any help.
Comments
Comment #1
pasqualle#354867: SEO: Add Canonical Tags to Quicktab Pages
now there is no other way than overriding the theme_quicktabs_tabs() function in your theme's template.php file. But be aware of that a wrong override may break the module functionality.
Comment #2
Jboo commentedThanks, I used the fix from the link.