|
Right, like Will, Lucas and Illusion mentioned, you want to include keywords seperated by anything except underscores, as search engines don't "split" them correctly. some-thing, some,thing, and some;thing will all work for "some thing", while some_thing won't. Also, you might want to keep the url stub static, ie. when you are not using id's to get the content (site.com/blog-post.html instead of site.com/13-blog-post.html) don't update the linked url when editing the title. Using .html or .htm to "indicate" static content is not necessary, as no search engine cares about that.
|