Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple URLs causes duplicated content #4660

Closed
redelschaap opened this issue May 24, 2016 · 3 comments
Closed

Multiple URLs causes duplicated content #4660

redelschaap opened this issue May 24, 2016 · 3 comments
Labels
Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development

Comments

@redelschaap
Copy link
Contributor

I noticed that categories, products, CMS pages and controllers load the same content with or without a trailing slash. Index controllers also load the same content with or without index folders in the URL.

This behaviour is not wanted from a SEO perspective. Multiple URLs causes duplicated pages. When search engines find two URLs for the same category, they will be treated as two URLs but marked as duplicates from each other. Canonicals can fix this problem, but even with the right canonicals it still costs your site's precious crawl budget.

The following URLs provide the same content.

Categories

Products

CMS

Controllers


Ideally all pages have just one URL. All other variants must either 301 redirect to the first one or serve the 404 Not Found page.

There is also an issue with the way URLs are being generated. For example, URLs generated in the footer links have a trailing slash, while URLs generated by the Magento\Cms\Block\Widget\Page\Link widget don't. Ideally this is consistent throughout the whole website.

Maybe it's a good idea to have URL suffix config options for all types of URLs. Also make sure these config options are used correctly. I also think Issue #3872 is related to this behaviour.

@vzabaznov
Copy link
Contributor

will be fixed in #4876

@magento-team
Copy link
Contributor

Internal ticket to track issue progress: MAGETWO-70255

@magento-team magento-team added Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development develop labels Jul 31, 2017
@magento-team
Copy link
Contributor

Internal ticket to track issue progress: MAGETWO-70505

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development
Projects
None yet
Development

No branches or pull requests

3 participants