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

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

Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?