SEO impact of converting a PHP Website to Wordpress

I’ve a huge questionnaire about converting PHP Website in to Word press…how it goes in the aspect of seo. if I’ve done lot of High quality SEO for php Website and it’s deep landing pages.

if i moved the website to word press. how to get link and domain authority to the website after converting in to word press. how the Technical and on page seo and it’s domain and keyword rankings effects on search engines. how to redirect all landing pages of the php site to word press.

any body here can help me and suggest to resolve the things.

I’ve a huge questionnaire about converting PHP Website in to Word press…how it goes in the aspect of seo.
First of all, Wordpress is also PHP, and PHP in the end just generates a HTML page. So if you use the same meta tags and same content with similar HTML, you will be fine.

if I’ve done lot of High quality SEO for php Website and it’s deep landing pages.

You have to see if you can achieve the same HTML with Wordpress also. Wordpress alone is just a WYSIWYG editor. So just jump into the theme code and see what you can adapt.

if i moved the website to word press. how to get link and domain authority to the website after converting in to word press.
Well, the domain remains the same - right? Depends on what webserver/host you are using. If you used to have a webspace with a PHP page and now use wordpress hosted option, I am sure there are options to either point the Domain to the correct IP address using an A entry, or by transfering the domain to hosted wordpress. It is best to see the webspace documentation for that matter.

how the Technical and on page seo and it’s domain and keyword rankings effects on search engines.

Again: if the HTML is the same, there will be no difference. It might be possible, if you handcrafted your HTML before and now let wordpress handle generating the HTML, you might get worse or better results, depending on the output.

how to redirect all landing pages of the php site to word press.
If the old website is gone, then there is no redirecting required. Given that the url schema is the same.
If you used semantic urls (my-website.com/products/catbox) instead of programmatic urls (my-website.com/index.php?product=38) then you are on a safe side, wordpress uses semantic urls from the start.

Otherwise you will have to redirect a lot, this is either done via Htaccess, or wordpress surely offers a plugin to do that.

Thats all

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.