Web Re-design: 5 Tips to Migrate Existing Content into Kentico
Posted by Jon Baer on Tue, Jul 20, 2010 @ 10:46 AM
Lately, many of our web re-design projects involve migrating existing content from a database into a .net content management system. I spoke with a few of our certified Kentico trainers and web developers about the best way to integrate Kentico with a back end database that contains content that needs to be migrated to a new website.
Here are five tips:
- Prior to the migration, update your database by removing any pages that will not appear on the new website. The decision whether to include a page in the new website will be determined by the new site map.
- Assess the existing content and determine what document types will be needed in Kentico and create them. For example, you may want to use the document types for press releases and products and create custom ones. Generally, custom document types will have fields that match the tables in the old database.
- Place the design templates into Kentico. Templates are created using HTML, CSS and images.
- Write a script to automatically migrate this content into Kentico, utilizing Kentico’s API.
- Once the content is migrated into Kentico, you will be able to modify any of the existing copy and add new copy using the document types.