I’m in the process of rebuilding a very old table-based design website and I’m concerned about how the redesign might affect SEO.
The site in question is <snip> and it currently appears on the first page of the SERPS for the keyword phrase <snip>.
If you look at the existing HTML for the Home page of the site you’ll see that:
No <img> alt tags are used
There are no text tags (<h1>, <h2>, <p>, etc) used in the header - only <img> and <object>
The block of text in the main content area is actually an <img>
In my redesigned header, I would like to include several text fields (perhaps one <h1> and a couple of <h2>'s). I’d also like to employ alt tags for all <img>'s. And, I’d like to put the text block in the main content area in a <p> tag.
I’m planning on:
Keeping all page URL’s exactly as they are (even though they are currently all .php and there will be no PHP used in any of the redesigned pages)
Copy/pasting all <title>, <meta name=“keywords”>, and <meta name=“description”> tags as is into the redesigned pages
Removing the <meta name=“robots”> since it’s not required
Adding two additional navigation items (will leave all existing nav as is)
My concern is that one or more of these changes might adversely affect the first page ranking for the keyword phrase I mentioned.
Any advice or input as to what I should or should not change, or how I might “safely” migrate to the new design is greatly appreciated.
[FONT=Verdana]I don’t think you have anything to worry about here. All your proposed changes should have a positive impact on SEO, rather than a negative one. The good news is that anything that helps human visitors to your site - like proper heading tags, alt text, etc - also helps search engines.
If you’re changing the site from .php to .html, you can do a redirect in the .htaccess file to account for that.
The only occasion on which I converted a table layout to a non-table layout, the site improved slightly in search engine rankings.[/FONT]
Yes, I agree my changes should have a positive impact in the long term, but what about the short term? Could it be that all of my proposed changes will drop the site off the first page of the SERPS for a short period of time, and if so, how long might it take before the site is back on the first page?
Do 301 redirects have any impact on Google rankings?
I noticed you snipped the link and keyword phrase from my post. Is this because this kind of post should be posted in the Website Reviews forum (which I just discovered)?
[FONT=Verdana]I see no reason why your site should drop. Google knows that sites will be redesigned periodically; the search engines are interested in the content, not how it’s presented.
For changing a site from PHP to HTML (or vice versa)? No - none at all, in my experience. I’ve also moved a site from one domain to another, using 301 redirects for each page and there was no problem with it.
Yes - and I did send you a PM to explain that when I did it, honest.
If the current site is that poorly optimised then having a redesign while incorporating all the relevant SEO factors will only have a positive factor.
Remember though, creating a new url without the .php will class as a new url and therefore you may well see a few fluctuations for a week or so when the new site is scanned by Google. BUT Google is clever enough to work this out eventually. Remember in webmaster tools you can make Google aware of what you are doing so you can associate [noparse]www.yoursite.com/page1.php[/noparse] with [noparse]www.yoursite.com/page1[/noparse] and then you should see little or no impact.
There will be inevitable fluctuations for a while as new urls will be seen and need to be indexed. New content may take a while to be for its keywords to find their place. Overall the changes should not have any long term adverse effects, but actually enhance your presence.
There are theories that Google will penalize your site if it is “over optimized”.
Google’s Matt Cutts announced that Google is working on a search ranking penalty for sites that are “over-optimized” or “overly SEO’ed.”
In April 2011, we redesigned a site including changing the URL structure. The old URL structure had an ID number in it; the new URL structure was “search engine friendly” with descriptive keywords. Also, the meta data was all SEO’d, and all the h1 and h2 tags were properly SEO’d according to long-held beliefs. We also made sure to 301 redirect all requests to the old ID-based URLs to the new “search engine friendly” URLs.
Google killed our traffic. It still hasn’t recovered.
If at all possible, do not change your URL structure. Even if you 301 redirect, there is no guarantee that you will escape any adverse impact. As a matter of fact, there is never any guarantee of anything when it comes to Google.
If your traffic is important to you, the risk is far too great.
Also, there really is no reason to change the URL from .php to .html. Even if you are not currently using any PHP code in your files, you might do so in the future. PHP files can be used for plain HTML (and I do that myself). If you use .html and want to insert PHP code in the future, you will have to add a handler to make the server parse the .html files as PHP.
I would have to disagree with the suggestion that you avoid changing the URL structure. I would definitely use optimal URLs and put the 301’s in right away. I’ve never had an occasion where it hurt, as long as it is done right.
After closer inspection, it appears that the first page SERP ranking for the aforementioned keywords appears only in the Google Places/Google Maps listing that appears above the organic results (I don’t see the site URL listed at all in the first 10 pages of organic SERP’s) .
So, now I’m wondering this - can I make all of my suggested coding changes and not worry at all about first page SERP ranking? In other words, does the on-site SEO coding have any affect on Google Places/Google Maps as far as ranking? Since the business address for the site is changing (and since the business address is shown on the website), I’m also wondering what affect that might have on where the site ranks in Google Places.
As the old saying goes, when you’ve got nothing, you’ve got nothing to lose. You don’t have to worry about losing a ranking you don’t have.
Whatever Google does today does not mean they will do the same thing tomorrow. As far as Google Places/Maps SEO goes, it’s a case of “your guess is as good as mine”. How much traffic do you get from that, anyway?