COMMUNITY FORUM
nofollow anchor links
- Arnold Wender
- Topic Author
- Offline
- New Member
Less
More
15 years 1 week ago #75525
by Arnold Wender
nofollow anchor links was created by Arnold Wender
Hello,
My request is quite simple, please add the atribute nofollow to the following anchor links in the next release if possible:
Font Resizer
Print Button
Email Button
Image gallery
Comments
Social Bookmarks
Twitter Button
Thanks a lot
Arnold
My request is quite simple, please add the atribute nofollow to the following anchor links in the next release if possible:
Font Resizer
Print Button
Email Button
Image gallery
Comments
Social Bookmarks
Twitter Button
Thanks a lot
Arnold
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
15 years 1 week ago #75526
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic nofollow anchor links
We will add a nofollow rel attribute on comment URLs only. The anchor links don't need nofollow ;)
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Arnold Wender
- Topic Author
- Offline
- New Member
15 years 1 week ago #75527
by Arnold Wender
Replied by Arnold Wender on topic nofollow anchor links
Just look here:
www.google.com/#hl=en&source=hp&q=print%3D1%26tmpl%3...
That counts as double content for Google...
The page fragment identifiers are ok but the external links (Social Bookmarks)?
Can you please tell me why you think that those anchor links don´t need the nofollow atribute?
Thanks
Arnold
JoomlaWorks said:We will add a nofollow rel attribute on comment URLs only. The anchor links don't need nofollow ;)
www.google.com/#hl=en&source=hp&q=print%3D1%26tmpl%3...
That counts as double content for Google...
The page fragment identifiers are ok but the external links (Social Bookmarks)?
Can you please tell me why you think that those anchor links don´t need the nofollow atribute?
Thanks
Arnold
JoomlaWorks said:We will add a nofollow rel attribute on comment URLs only. The anchor links don't need nofollow ;)
Please Log in or Create an account to join the conversation.
- Lachlan MacKinven
- Offline
- New Member
Less
More
- Posts: 8
14 years 10 months ago #75528
by Lachlan MacKinven
Replied by Lachlan MacKinven on topic nofollow anchor links
Hi,
I also would like to add nofollow to comment author names - at present they are dofollow and this encourages a fair bit of comment spam.
Can see an example on the site we are currently building with K2:
wordwolf.com/education/homeschooling/misconceptions-about-homeschooling#comment3
Cheers,
Lachlan
I also would like to add nofollow to comment author names - at present they are dofollow and this encourages a fair bit of comment spam.
Can see an example on the site we are currently building with K2:
wordwolf.com/education/homeschooling/misconceptions-about-homeschooling#comment3
Cheers,
Lachlan
Please Log in or Create an account to join the conversation.
- Lachlan MacKinven
- Offline
- New Member
Less
More
- Posts: 8
14 years 10 months ago #75529
by Lachlan MacKinven
Replied by Lachlan MacKinven on topic nofollow anchor links
Ok figured it out - easy to nofollow the authors name link - edit item.php
You can find it in:
components/com_k2/templates/default/item.php
Find line 527 (in K2 version 2.1 - newer versions of K2 may be different)
And add the nofollow to this:
userLink; ?>" title="">
So it becomes:
userLink; ?>" title="">
You can find it in:
components/com_k2/templates/default/item.php
Find line 527 (in K2 version 2.1 - newer versions of K2 may be different)
And add the nofollow to this:
userLink; ?>" title="">
So it becomes:
userLink; ?>" title="">
Please Log in or Create an account to join the conversation.