Hide post tags – will the search engins index them?
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Yes, they’ll be invisible to search engines as well, as the code is not only hidden, but it’s actually removed from the page.
If you want the search engines to still index them, you can keep the codes there, but use CSS instead to hide the tags.
“arczer”,
This is a great idea. Hiding the tags will make the page look much better and still have the benefit of tag pages being indexed.
Does anyone know what CSS code do we use to make the tags invisible on the page but keep the codes visible for the search engines and being indexed?
Thanx
This CSS will do:
.post-tags{
display: none;
}
Keep in mind though that it ultimately depends on the search engine’s algorithm whether or not it will take the hidden elements into account or not. Or you could also probably try something like this:
.post-tags{
position: absolute;
left: -999em;
}
Viewing 6 posts - 1 through 6 (of 6 total)
This free Support Forum relies on contributions from our support staffs and fellow Graphene themes users. While we endeavour to provide adequate and timely support, due to its voluntary nature responses are not guaranteed and may be delayed.
If you require urgent assistance, you may like to consider our Priority Support option.
Made with by Graphene Themes.