Hi all,
I was just wondering how google can fetch un-rewritten URLs from my blog. But now I found some reason. The links for the comment view ("Linear | Verschachtelt") are not rewritten.
Is that a bug? It seems to be pretty ugly.
regards
Sebastian
no url rewriting for comment view links
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: no url rewriting for comment view links
Hi!
Actually those two links should have a "rel='nofollow'" attribute, thus they are not followed by googlebots!
The problem with that link is that it needs to carry a GET-Variable, which is harder to append in mod_rewrite / Apache Errorhandling mode. Thus we fallback to the central way to submit this variable, which works in all 3 possible URL-Rewriting scenarios.
Best regards,
Garvin
Actually those two links should have a "rel='nofollow'" attribute, thus they are not followed by googlebots!
The problem with that link is that it needs to carry a GET-Variable, which is harder to append in mod_rewrite / Apache Errorhandling mode. Thus we fallback to the central way to submit this variable, which works in all 3 possible URL-Rewriting scenarios.
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: no url rewriting for comment view links
Hi Garvin!garvinhicking wrote: Actually those two links should have a "rel='nofollow'" attribute, thus they are not followed by googlebots!
Thank you. This is missing in my blogs. I've seen it in your blog right now. So why is it missing at mine? Is this part of the template or the plugin?
Sebastian
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: no url rewriting for comment view links
Hi!
It's part of the template. Which one are you using?
Best regards,
Garvin
It's part of the template. Which one are you using?
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: no url rewriting for comment view links
Self-made.garvinhicking wrote: It's part of the template. Which one are you using?
Best regards
Sebastian