how to add rel="nofollow" to all links

38 views
Skip to first unread message

danisevsky

unread,
Oct 30, 2012, 6:56:53 AM10/30/12
to us...@wicket.apache.org, brix-cms-discuss
Hi,

when I look on my site (Brix and Wicket 6 application) in the google
webmasters tools I see 300 thousands of wrong urls. All of them are
from links (contains ILinkListener). So I would like to ask you if it
would make sense to add attribute rel="nofollow" to all wicket links?
If so is there some way how to do it automatically?

Thanks in advance!

Korbinian

unread,
Apr 18, 2013, 5:29:36 AM4/18/13
to brix-cms...@googlegroups.com, us...@wicket.apache.org
rel="nofollow" will tell to not weight it but google will still go it - a way to stop this is by doing a robots.txt

e.g.:

User-agent: *
disallow: /*?wicket

for wicket 1.4 does the trick, in your case

User-agent: * disallow: *ILinkListener*

might work - can test this with the google webmaster tools on the specific links that harms you

danisevsky

unread,
Apr 18, 2013, 7:25:48 AM4/18/13
to brix-cms-discuss
Hi Korbinian!

You are right, thank you very much!



2013/4/18 Korbinian <korbini...@gmail.com>
--
You received this message because you are subscribed to the Google Groups "brix-cms-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brix-cms-discu...@googlegroups.com.
To post to this group, send email to brix-cms...@googlegroups.com.
Visit this group at http://groups.google.com/group/brix-cms-discuss?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages