Posts tagged with Web
Choosing a bookmarking plugin
Well, after evaluating a lot of templates, I’ve realized I’ll need a bookmarking plugin. There aren’t very many templates that contain the bookmarking widgets already.
Here are the ones I’ve tried:
Social Bookmark Plugin
This one is OK. I like how you can dynamically choose which sites you’d like included in the list of links. [...]
Permalinks
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 [...]