0

We have a magento site with the URL (let's say) ourstore.com and also a wordpress hosted blog using the blog.ourstore.com url (we use an extra dns record here). For SEO purposes we would like to run our blog using the ourstore.com/blog url. Is there a way to achieve this other than installing wordpress on the magento instance? Because we do this for SEO, i think redirect (302) or any kind of url_rewrite solution does not really work now. Thanks!

2 Answers 2

0

there are lots plugins available for your problem. please go through with below links, that may clear your problem statement or may you get result in better way.

What is the best strategy to integrate WordPress inside of Magento?

https://www.magentocommerce.com/magento-connect/wordpress-integration-1.html

https://www.cminds.com/best-ways-to-integrate-wordpress-and-magento/

0

Steps to Integrate WordPress with Magento the use of FishPig

  1. Install WordPress on the Same Server as Magento Download WordPress from a respectable WordPress website. Unzip the WordPress files and upload them to a listing at the identical server where Magento is hosted. It can be in a subdirectory like /wordpress or /weblog. Set up WordPress as standard (create a database, configure wp-config. Hypertext Preprocessor, and run the installation).

  2. Install FishPig’s WordPress Integration for Magento Access your Magento Admin Panel. Navigate to System > Web Setup Wizard. Click on Component Manager and search for the FishPig extension under Marketplace. Install the FishPig extension with the aid of following the instructions. Alternatively, you can deploy it through Composer:

Run this command inside the terminal internal your Magento root directory: composer requires fishpig/magento2-wordpress-integration After that, run those commands to enable and deploy:

bin/magento module: permit FishPig_WordPress bin/magento setup: upgrade bin/magento setup:di: compile bin/magento setup:static-content material: deploy

  1. Configure WordPress Integration in Magento Once FishPig is set up, visit the Magento Admin Panel.

Navigate to Stores > Configuration > FishPig > WordPress. In the configuration, you will want to specify the URL path for your WordPress installation (e.g., /blog if WordPress is hooked up in yourwebsite.Com/blog).

4- Set up any additional alternatives, together with how WordPress URLs must appear inside Magento. Four. Set Up Permalinks in WordPress Go to the WordPress Admin Panel. Navigate to Settings > Permalinks. Set the permalink structure to match your choice (e.g., post-call).

  1. Test the Integration Visit your Magento website, and the WordPress content needs to be reachable at the URL you configured

You can manage the WordPress content from the WordPress admin, and it will display within the Magento website.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.