no url rewriting for comment view links

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
augusto
Posts: 3
Joined: Tue Nov 21, 2006 4:46 pm
Contact:

no url rewriting for comment view links

Post by augusto »

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
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

Post by garvinhicking »

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
# 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/
augusto
Posts: 3
Joined: Tue Nov 21, 2006 4:46 pm
Contact:

Re: no url rewriting for comment view links

Post by augusto »

garvinhicking wrote: Actually those two links should have a "rel='nofollow'" attribute, thus they are not followed by googlebots!
Hi Garvin!

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

Post by garvinhicking »

Hi!

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/
augusto
Posts: 3
Joined: Tue Nov 21, 2006 4:46 pm
Contact:

Re: no url rewriting for comment view links

Post by augusto »

garvinhicking wrote: It's part of the template. Which one are you using?
Self-made. :wink: So I will change the links. Thanks a lot.

Best regards
Sebastian
Post Reply