WP plugins for content importing from html site

robbybobby

Newbie
Joined
Nov 29, 2022
Messages
22
Reaction score
3
Hello gentelmen,

I have some html sites and want to rebuild them on WP with saving old content, styles etc. Do you know such wp plugins or tools? And are there tools which allow do it with a large amount of domains per time?
 
What I am understanding from your post is that you have some websites built wit plain HTML and you want to rebuild them with Wordpress so that you do not lose the SEO value of old pages/ content.

How many pages does those HTML sites have in total? If there are few (10, 20 or 30) then it is advisable to migrate the content manually by copy pasting. But if there are hundreds of pages then you should do this -

Create a new wordpress site where you want the content to be transferred.

Install the plugin named wp automatic.

Import all the html sites content in the new Wordpress site with the help of this plugin.

In the original HTML site, in .htaccess file add 301 redirect rules for the transferred pages so that the old urls will get redirected to their new destination and you will not lose any SEO value like age and keyword rankings of those pages.

You can search Google for how to edit .htaccess file to add 301 redirects.

If you find the above process too complicated then consider hiring some professional in the BHW forum.

All the best!
 
I am afraid, you need a parser instead of plugin.
It is costly and very individual. You need to develop it.
 
What I am understanding from your post is that you have some websites built wit plain HTML and you want to rebuild them with Wordpress so that you do not lose the SEO value of old pages/ content.

How many pages does those HTML sites have in total? If there are few (10, 20 or 30) then it is advisable to migrate the content manually by copy pasting. But if there are hundreds of pages then you should do this -

Create a new wordpress site where you want the content to be transferred.

Install the plugin named wp automatic.

Import all the html sites content in the new Wordpress site with the help of this plugin.

In the original HTML site, in .htaccess file add 301 redirect rules for the transferred pages so that the old urls will get redirected to their new destination and you will not lose any SEO value like age and keyword rankings of those pages.

You can search Google for how to edit .htaccess file to add 301 redirects.

If you find the above process too complicated then consider hiring some professional in the BHW forum.

All the best!
Yes, I don't want to lose SEO value and also I want to save time. I'll try the plugin you suggested. Thank you
 
Back
Top