Hello
In my posts i have this;
<footer class="entry-footer">
<span class="blog-tags minor-meta">
<strong>Mots-clés :</strong>
<span> <a href="http://www.domodeco.fr/tag/evenement" rel="tag">Evènement</a>
...
Why?
> I do not want to use tags on my sites
>> More exactly: I use tags but only for displaying the related posts and do some filters, I do not want them to be visible in the source code
It creates a lot off 500 errors
Thanks
Hey pako69!
If you’ve chosen to hide those elements with the theme options they get display: none. Search engines ignore those items.
Best regards,
Devin
Hello Devin
There is no option to hide tags in Enfold theme options.
I hide thos tags with a simple:
.blog-tags {display:none;}
However Google do no ignore them. I have built a lot of sites with some texts with display:none, and yes Google index them.
Is there any wordpress hook to realy remove them?
Thanks
Hey!
Did you fix it? i checked your website and the entry-footer was empty on all posts:
Edit: i was seeing the archive page, to remove them from the single page try the following: open /includes/loop-index.php and remove these lines:
Best regards,
Josue
Hello Josue
I just modified the loop-index.php to do not display those tags.
It will easier if that was an option in Enfold theme option… :-)
thanks
Noted :)