Magento 2 SEO Multi-stores share CMS pages [on hold]Magento SEO Optimisation QueriesURL rewrite SEO question - multi shopmagento multi store share cart issueMulti Stores not workingMultilingual site. Separate domains. hreflang issuesMulti-store & CMS pagesCreate Multi Website/Stores in magento 2Magento SEO Store ViewsHow can I rewrite URL which can help for SEO with multiwebsite?How to share cart for guest users between multi stores with different domain

What do I do if my advisor made a mistake?

Is Benjen dead?

What was Bran's plan to kill the Night King?

Does XQuartz work on macOS Mojave?

Why didn't this character get a funeral at the end of Avengers: Endgame?

Endgame puzzle: How to avoid stalemate and win?

Why did WWI include Japan?

Dangerous workplace travelling

Is any special diet an effective treatment of autism?

Voltage Balun 1:1

Is there precedent or are there procedures for a US president refusing to concede to an electoral defeat?

How to deal with employer who keeps me at work after working hours

Why is my arithmetic with a long long int behaving this way?

What is a common way to tell if an academic is "above average," or outstanding in their field? Is their h-index (Hirsh index) one of them?

How do I allocate more memory to an app on Sheepshaver running Mac OS 9?

Gerrymandering Puzzle - Rig the Election

Nested loops to process groups of pictures

How do LIGO and VIRGO know that a gravitational wave has its origin in a neutron star or a black hole?

Can I use a Cat5e cable with an RJ45 and Cat6 port?

How to pass hash as password to ssh server

A factorization game

Is there an age requirement to play in Adventurers League?

Install LibreOffice-Writer Only not LibreOffice whole package

Find magical solution to magical equation



Magento 2 SEO Multi-stores share CMS pages [on hold]


Magento SEO Optimisation QueriesURL rewrite SEO question - multi shopmagento multi store share cart issueMulti Stores not workingMultilingual site. Separate domains. hreflang issuesMulti-store & CMS pagesCreate Multi Website/Stores in magento 2Magento SEO Store ViewsHow can I rewrite URL which can help for SEO with multiwebsite?How to share cart for guest users between multi stores with different domain






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I built a module that supposed to solve the following issue:
a multi-site setup with some CMS pages that are shared across the different websites. The problem that we are having is that this is causing duplicate content issues and affecting the SEO rankings.
As well I have to add a new config in the admin area which will be filled with store language that is different than magento language for example "en-us" and "en-gb" this because the meta tag must have specific values for each country.



The meta tag will be structures as follows:





I have uploaded the code to GitHub repo:



https://github.com/AAbbadi/M2-Language



I want someone to let me know if this repo will solve the issue ? as well what is the best practice to solve this.



P.S: I'm Magento self learner. and I was unable to find someone close to me that can help me!










share|improve this question









New contributor




Alaa Abbadi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as too broad by Jai, Manashvi Birla, Mohit Kumar Arora, Piyush, sv3n 2 days ago


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.


















  • Hello Alaa, can you please clarify what expected from this module and what went wrong?

    – M.Elwan
    Apr 30 at 20:34











  • Hello Elwan, well the idea from this module is if you have multi stores in same magento environment and they share same CMS page for example "contact us" page, then i need to make sure that the meta tag language will change based on the running store, the language will be set from a new config that i created in the admin panel. this module supposed to fix the duplicate content issue for SEO.

    – Alaa Abbadi
    Apr 30 at 23:14











  • I have explained the my situation more.

    – Alaa Abbadi
    2 days ago

















1















I built a module that supposed to solve the following issue:
a multi-site setup with some CMS pages that are shared across the different websites. The problem that we are having is that this is causing duplicate content issues and affecting the SEO rankings.
As well I have to add a new config in the admin area which will be filled with store language that is different than magento language for example "en-us" and "en-gb" this because the meta tag must have specific values for each country.



The meta tag will be structures as follows:





I have uploaded the code to GitHub repo:



https://github.com/AAbbadi/M2-Language



I want someone to let me know if this repo will solve the issue ? as well what is the best practice to solve this.



P.S: I'm Magento self learner. and I was unable to find someone close to me that can help me!










share|improve this question









New contributor




Alaa Abbadi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as too broad by Jai, Manashvi Birla, Mohit Kumar Arora, Piyush, sv3n 2 days ago


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.


















  • Hello Alaa, can you please clarify what expected from this module and what went wrong?

    – M.Elwan
    Apr 30 at 20:34











  • Hello Elwan, well the idea from this module is if you have multi stores in same magento environment and they share same CMS page for example "contact us" page, then i need to make sure that the meta tag language will change based on the running store, the language will be set from a new config that i created in the admin panel. this module supposed to fix the duplicate content issue for SEO.

    – Alaa Abbadi
    Apr 30 at 23:14











  • I have explained the my situation more.

    – Alaa Abbadi
    2 days ago













1












1








1








I built a module that supposed to solve the following issue:
a multi-site setup with some CMS pages that are shared across the different websites. The problem that we are having is that this is causing duplicate content issues and affecting the SEO rankings.
As well I have to add a new config in the admin area which will be filled with store language that is different than magento language for example "en-us" and "en-gb" this because the meta tag must have specific values for each country.



The meta tag will be structures as follows:





I have uploaded the code to GitHub repo:



https://github.com/AAbbadi/M2-Language



I want someone to let me know if this repo will solve the issue ? as well what is the best practice to solve this.



P.S: I'm Magento self learner. and I was unable to find someone close to me that can help me!










share|improve this question









New contributor




Alaa Abbadi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I built a module that supposed to solve the following issue:
a multi-site setup with some CMS pages that are shared across the different websites. The problem that we are having is that this is causing duplicate content issues and affecting the SEO rankings.
As well I have to add a new config in the admin area which will be filled with store language that is different than magento language for example "en-us" and "en-gb" this because the meta tag must have specific values for each country.



The meta tag will be structures as follows:





I have uploaded the code to GitHub repo:



https://github.com/AAbbadi/M2-Language



I want someone to let me know if this repo will solve the issue ? as well what is the best practice to solve this.



P.S: I'm Magento self learner. and I was unable to find someone close to me that can help me!







magento2 adminhtml frontend multistore seo






share|improve this question









New contributor




Alaa Abbadi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Alaa Abbadi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 2 days ago







Alaa Abbadi













New contributor




Alaa Abbadi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Apr 30 at 16:49









Alaa AbbadiAlaa Abbadi

62




62




New contributor




Alaa Abbadi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Alaa Abbadi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Alaa Abbadi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




put on hold as too broad by Jai, Manashvi Birla, Mohit Kumar Arora, Piyush, sv3n 2 days ago


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.









put on hold as too broad by Jai, Manashvi Birla, Mohit Kumar Arora, Piyush, sv3n 2 days ago


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.














  • Hello Alaa, can you please clarify what expected from this module and what went wrong?

    – M.Elwan
    Apr 30 at 20:34











  • Hello Elwan, well the idea from this module is if you have multi stores in same magento environment and they share same CMS page for example "contact us" page, then i need to make sure that the meta tag language will change based on the running store, the language will be set from a new config that i created in the admin panel. this module supposed to fix the duplicate content issue for SEO.

    – Alaa Abbadi
    Apr 30 at 23:14











  • I have explained the my situation more.

    – Alaa Abbadi
    2 days ago

















  • Hello Alaa, can you please clarify what expected from this module and what went wrong?

    – M.Elwan
    Apr 30 at 20:34











  • Hello Elwan, well the idea from this module is if you have multi stores in same magento environment and they share same CMS page for example "contact us" page, then i need to make sure that the meta tag language will change based on the running store, the language will be set from a new config that i created in the admin panel. this module supposed to fix the duplicate content issue for SEO.

    – Alaa Abbadi
    Apr 30 at 23:14











  • I have explained the my situation more.

    – Alaa Abbadi
    2 days ago
















Hello Alaa, can you please clarify what expected from this module and what went wrong?

– M.Elwan
Apr 30 at 20:34





Hello Alaa, can you please clarify what expected from this module and what went wrong?

– M.Elwan
Apr 30 at 20:34













Hello Elwan, well the idea from this module is if you have multi stores in same magento environment and they share same CMS page for example "contact us" page, then i need to make sure that the meta tag language will change based on the running store, the language will be set from a new config that i created in the admin panel. this module supposed to fix the duplicate content issue for SEO.

– Alaa Abbadi
Apr 30 at 23:14





Hello Elwan, well the idea from this module is if you have multi stores in same magento environment and they share same CMS page for example "contact us" page, then i need to make sure that the meta tag language will change based on the running store, the language will be set from a new config that i created in the admin panel. this module supposed to fix the duplicate content issue for SEO.

– Alaa Abbadi
Apr 30 at 23:14













I have explained the my situation more.

– Alaa Abbadi
2 days ago





I have explained the my situation more.

– Alaa Abbadi
2 days ago










0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form