Forum Moderators: Robert Charlton & goodroi
I had not thought about this, but apparently blue_widgets.html is considered 1 word, where as blue-widgets.html is considered 2 words. So for multi-word titles used as static HTML names, it looks like using a hyphen is far better than using an underscore. A brief look at the SERPS does confirm this.
In my view, the bolding on the SERPs page is a character matching routine, added as a final layer at page creation time to help users see their keywords in the results. But the fact that a character string is bold is not tied to the scoring algorithm itself.
Can't this process then be done on the way in, not just the way out? If they can character match for display purposes why can't they do so for ranking and scoring?
In other words if there's evidence that they can discern the use of underscores in text, why wouldn't they attempt to fold this into their ranking to reflect the way actual humans use it (i.e. interchangeable with other punctuation like dashes)?
I am debating on changing some of the filenames on my other site, but that would involve about 300 or so web pages that might do better if I rename them, replacing the underscores with periods. I do pretty well in my niche, and hate to risk loosing our current rankings.
So my first question is, how many 301 redirects in .htaccess is too many. All I have in it currently is the lines for the non-www to www redirects. This site(sells widgets for my brick & mortor store) gets about 5,000 uniques a day. (about 1600 referrals from G A day, 230 from Y & about 100 from MSN, most of the rest are from people coming in directly). How much additional load, or bandwidth would be used by approx 300 additional lines of 301 redirects.
Second question, is it even wise to rename pages that top the serps for the targeted keywords for those pages, or should I proceed in the future with the dotted naming convention as I create new pages with new products? I have always been a fan of the saying, "if it ain't broke, don't fix it"
Back to Watching
WW_Watcher
RewriteEngine On
RedirectMatch permanent /useless.old.directory.still.in.searchengine(.*)$ http://www.example.com/
RedirectMatch permanent
/movedtoanotherpath/(.*)$ http://www.example.com/newpath/$1
I also use a webserver to do the example.com and www.example.com redirect and all it does is.
RewriteEngine On
RedirectMatch permanent ^(.*)$ www.example.com$1
I have none of what people here call, I think, canonical issues.
I have about convinced myself to leave well enough alone, and just create all new pages with the dotted naming convention as I move forward.
Thanks!
Back to watching
WW_Watcher
RedirectMatch is an Apache mod_alias directive. As such, there is no need to use mod_rewrite's RewriteEngine on directive with it.
And if you do use mod_rewrite directives, then a single RewriteEngine on at the top of the file will suffice.
Back on-topic, the use of keyword-in-URL is a small factor in ranking a site for those keywords. If your pages are already on top, and if you already have many on-topic links with those keywords in the link-text, don't bother to change existing pages.
Jim
I wonder if the dot technique any noticeable affect on ranking