What's the best way to switch over to a new site with a different CMS?
-
Is it better to 301 or to closely duplicate each page URL when switching over to a new website from an established site with good ranking and a different CMS ( Drupal switching to Wordpress)?
-
I would base this on the number of pages and your ability to get into the database of the CMS environments. Depending on how deep your link structure is, this may be a quick process. If you are able to map the fields correctly, you can duplicate the aliases with a little elbow grease. Simply export the main drupal content table and reconstruct it as a wordpress table, then upload.
If you don't feel like handling the MySQL for this, I would still recommend duplicating the aliases... 301's are very useful, but it does seem like their is a small bit of decline as the SE's reset your info.
Do keep in mind the your page code will also need attention. Drupal vs Wordpress in its rendering will produce different code. Your SEO capabilities are also going to be effected by the plugins that you are using in WP
-
Is it better to 301 or to closely duplicate each page URL when switching over to a new website
You will either duplicate the URL or you wont. There is not any "closeness" factor.
If you can duplicate the URL, you will retain 100% of your backlink value. Otherwise using a 301 is the next best option.
If you do need to change URLs, I would highly recommend taking some time to ensure your new URLs will be stable. Plan to keep your new URL for the next 10+ years even if you change CMS.
-
use tech free URLs (i.e. don't end your pages with .html or .php)
-
take some time to really think out your URL structure. The deepest pages should ideally be within 4 clicks maximum of your landing page. If your URL is /cars/ford/sports/mustang/gt/2011 and if each folder represents a click users need to make, then your URL should be adjusted. Perhaps /ford-mustang-gt/2011 would work.
-
avoid adding anything which may change in your URL. Your company name, a department name, etc. Mergers and other changes are frequent in today's world.
-
-
I believe they say you lose some link juice through a 301 redirect so ideally make the URL's the same. WordPress has a lot of easy to handle options with it's permalink structure to mimic most URL set ups. If your old URL's weren't very "seo friendly" then you should make better URL's on your new WP site and 301 the old to the new.
-
We recently had to do this too. URL's changed completely and it was a bit of a pain. It wasn't wordpress/drupal but 301's are the best way. Took a little while to clean up the stragglers too. But if you ensure you point all you can to the new pages your SERPs should carry over fine without penalty I've found. Get those new site maps submitted asap too.
-
Are you going to be on the same host? If you have 1000's of URLs, then 301 and old URLs you don't want to use to category pages. If you have a small site, just make the same URLs and don't 301.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Some bots excluded from crawling client's domain
Hi all! My client is in healthcare in the US and for HIPAA reasons, blocks traffic from most international sources. a. I don't think this is good for SEO b. The site won't allow Moz bot or Screaming Frog bot to crawl it. It's so frustrating. We can't figure out what mechanism they are utilizing to execute this. Any help as we start down the rabbit hole to remedy is much appreciated. thank you!
Technical SEO | | SimpleSearch0 -
New domain's Sitemap.xml file loaded to old domain - how does this effect SEO?
I have a client who recently changed their domain when they redesigned their site. The client wanted the old site to remain live for existing customers with links to the new domain. I guess as a workaround, the developer loaded the new domain's sitemap.xml file to the old domain. What SEO ramifications would this have if any on the primary (new) domain?
Technical SEO | | julesae0 -
How do SE's see abbreviated queries.
Do search engines pay attention to periods in abbreviated queries? If I use Mt. Bachelor all over my site, would SE's not rank my site well for queries that use Mt Bachelor?
Technical SEO | | Shawn_Huber0 -
What is the best approach to specifying a page's language?
I have read about a number of different tags that can accomplish this so it is very confusing. For example, should I be using: OR
Technical SEO | | BlueLinkERP0 -
Best practice: unique meta descriptions on blog 'tag' pages
Hi everyone, I'm curious, are there best practices for introducing unique meta descriptions on blog tag pages (I'm using wordpress)? For instance, using platinum seo, on an original post, the meta description is either the excerpt or a specified custom sentence. It doesn't appear that platinum seo allows for custom descriptions on tag pages. Love to hear your thoughts. Thanks! Peter
Technical SEO | | peterdbaron1 -
For Google + purposes, should the author's name appear in the Meta description or title tag of my web site just as you would your key search phrase?
Relative to Cyrus Shepard's article on January 4th regarding Google's Superior SEO strategy, if I'm the primary author of all blog articles and web site content, and I have a link showing authorship going back to Google Plus, is a site wide link from the home page enough or should that show up on all blog posts etc and editorial comment pages etc? Conversely, should the author's name appear in the Meta description or title tag of my web site just as you would your key search phrase since Google appears to be trying to make a solid connection with my name, and all content?
Technical SEO | | lwnickens0 -
Pros & Cons of deindexing a site prior to launch of a new site on the same domain.
If you were launching a new website to completely replace an older existing site on the same domain, would there be any value in temporarily deindexing the old site prior to launching the new site? Both have roughly 3000 pages, will launch on the same domain but have a completely new url structure and much better optimized for the web. Many high ranking pages will be redirected with 301 to the corresponding new page. I believe the hypothesis is this would eliminate a mix of old & new pages from sharing space in the serps and the crawlers are more likely to index more of the new site initially. I don't believe this is a great strategy, on the other hand I see some merit to the arguments for it.
Technical SEO | | medtouch0 -
Htaccess 301s to 3 different sites
Hi, I'm an htaccess newbie, and I have to redirect and split traffic to three new domains from site A. The original home page has most of the inbound links so I've set up a 301 that goes to site B, the new corporate domain. Options +FollowSymLinks
Technical SEO | | ellenru
RewriteEngine on
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L] Brand websites C and D need 301s for their folders in site A but I have no idea how to write that in relationship to the first redirect, which really is about the home page, contact and only a few other pages. The urls are duplicates except for the new domain names. They're all on Linux..Site A is about 150 pages, should I write it by page, or can I do some kind of catch all (the first 301) plus the two folders? I'd really appreciate any insight you have and especially if you can show me how to write it. Thanks 🙂0