I'm writing some URL rewriting software, and I want to know which URL scheme is preferable from many points of view:
- Blog style: my-chemistry-answer -- Why? -- (not preferable, technical)
- Wiki style: My_Chemistry_Answer -- Why not? -- (preferable, formal)
SEO: Some say Google only splits words delimited by dashes which is why blog posts get better SEO than MediaWiki setups, is this true?
Readability: Finally its down to the user, when they see the actual "pretty" URL links in a search engine results page / their bookmarks/favorites store.
I'd feel the Wiki style is easier to read as the underscores appear as spaces, and therefore don't come in the way of grasp reading, and it also looks neater and more formal, and therefore appears more authoritative.
Conclusion? So which is better from the "technical" points of view? (SEO / Indexing), and from the "human" points of view? (readability / friendliness / prettiness)