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;
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
New contributor
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.
add a comment |
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
New contributor
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
add a comment |
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
New contributor
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
magento2 adminhtml frontend multistore seo
New contributor
New contributor
edited 2 days ago
Alaa Abbadi
New contributor
asked Apr 30 at 16:49
Alaa AbbadiAlaa Abbadi
62
62
New contributor
New contributor
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
add a comment |
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
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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