Posts tagged with permalinks
Permalinks
Dennis - October 1st, 2007
Published in Web
I’ve played around quite a bit with link structure for various sites I’ve programmed. I’ve found that Google will index your pages whether they have a parameterized URLs:
http://somesite.example?param1=this¶m2=that
or parameterized Paths (Permalinks):
http://somesite.example/this/that
I think, however, that in general, search engines like the path portion of the URL better than they like than the query string for [...]
No Comments