Category Paths in Product URLS - Yes or No?Use Categories Path for Product URLs not workingChange category...
Why would the Pakistan airspace closure cancel flights not headed to Pakistan itself?
Advice for a new journal editor
How to say "Brexit" in Latin?
Why has the mole been redefined for 2019?
Can a person refuse a presidential pardon?
How to avoid being sexist when trying to employ someone to function in a very sexist environment?
How to prevent cleaner from hanging my lock screen in Ubuntu 16.04
Why exactly do action photographers need high fps burst cameras?
What are "industrial chops"?
Strange Sign on Lab Door
Porting Linux to another platform requirements
Would the Vulcan nerve pinch work on a Borg drone?
In Linux what happens if 1000 files in a directory are moved to another location while another 300 files were added to the source directory?
Find some digits of factorial 17
Why is working on the same position for more than 15 years not a red flag?
One Half of Ten; A Riddle
Writing a character who is going through a civilizing process without overdoing it?
Can we use the stored gravitational potential energy of a building to produce power?
Digits in an algebraic irrational number
How long is the D&D Starter Set campaign?
Does SQL Server 2017, including older versions, support 8k disk sector sizes?
How can I get my players to come to the game session after agreeing to a date?
If I delete my router's history can my ISP still provide it to my parents?
Why did the villain in the first Men in Black movie care about Earth's Cockroaches?
Category Paths in Product URLS - Yes or No?
Use Categories Path for Product URLs not workingChange category urls for one categoryRe-direct from products' URLS with categories towards products' URLS without categories: how to do it?Magento Categories Drag & Drop Reorder Extremely Slow / FailsRegenerate product URLs for new storeList Product URLs in Magento EnterpriseConfigurable product with different URLS for simpleDisable product url without category path (SEO)Turn system URLs into canonical URLsMagento 1 : Few product urls are getting 403 error
So I've heard some conflicting opinions on whether having category paths in your product URLS is a good idea. An SEO guide I'm currently using suggests that Magento doesn’t support this functionality very well and it creates duplicate content issues.
In your experience, which is should I have this feature turned on or off?
Thanks for your time. :)
category-tree product-urls
add a comment |
So I've heard some conflicting opinions on whether having category paths in your product URLS is a good idea. An SEO guide I'm currently using suggests that Magento doesn’t support this functionality very well and it creates duplicate content issues.
In your experience, which is should I have this feature turned on or off?
Thanks for your time. :)
category-tree product-urls
add a comment |
So I've heard some conflicting opinions on whether having category paths in your product URLS is a good idea. An SEO guide I'm currently using suggests that Magento doesn’t support this functionality very well and it creates duplicate content issues.
In your experience, which is should I have this feature turned on or off?
Thanks for your time. :)
category-tree product-urls
So I've heard some conflicting opinions on whether having category paths in your product URLS is a good idea. An SEO guide I'm currently using suggests that Magento doesn’t support this functionality very well and it creates duplicate content issues.
In your experience, which is should I have this feature turned on or off?
Thanks for your time. :)
category-tree product-urls
category-tree product-urls
asked Nov 19 '14 at 17:15
Billy HudsonBilly Hudson
111112
111112
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
It's fine to have category paths in URL's as long as you also enable canonicals (system->config->catalog->seo->canonical for categories/products->yes). This will stop any duplicate content issues.
Thanks for the swift reply, Jon. I have changed the settings to what you suggested. Will that take care of itself now or are there any additional steps?
– Billy Hudson
Nov 19 '14 at 17:46
3
When enabled just view the source code for one of the relevant pages and search for the textcanonical. It should reveal a<link rel="canonical" href="......" />tag inside<head>which you will notice contains the product page URL but without any category path. This is the URL search engines will use when indexing that page on your site. All ways in which you can reach a product page through different category path's will contain this same condensed canonical URL (which is incidentally the URL you would get if navigating to the product directly from the homepage).
– Jonathan Hussey
Nov 19 '14 at 18:07
@JonathanHussey I have enabled canonical tag for categories and products but if a product belongs to multiple categories and are accessed from different path then href under the tag shows different values, please help! I am using magento1.9.2.2
– Anurag Khandelwal
Apr 10 '17 at 13:48
add a comment |
Hello Magento Community,
I have found that the best SEO practice for this case is below setting(Currently Version Mage 2.2, 2.3);
Use Categories Path for Product URL: YES
Use Canonical Link Meta Tag For Categories: NO (This is so that We don't get penalize for the duplicate content issues coming from same categories for the products)
Use Canonical Link Meta Tag For Products: Yes
Make sure you
set Create Permanent Redirect for Old URL
and Under Marketing>URL Rewrites> Set all products to have Redirect Type for: Permanent(301)
Short Concise URL to contain two or three keywords you are trying to rank/emphasize for the product - When uploading products.
Meta Title: 50~66 Character Letters
Skip Meta Keywords (Current year:2019)
Meta Descriptions 125~155 Character Letters
I would like to hear back from the community about the above setting as a best practice for SEO.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f44688%2fcategory-paths-in-product-urls-yes-or-no%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
It's fine to have category paths in URL's as long as you also enable canonicals (system->config->catalog->seo->canonical for categories/products->yes). This will stop any duplicate content issues.
Thanks for the swift reply, Jon. I have changed the settings to what you suggested. Will that take care of itself now or are there any additional steps?
– Billy Hudson
Nov 19 '14 at 17:46
3
When enabled just view the source code for one of the relevant pages and search for the textcanonical. It should reveal a<link rel="canonical" href="......" />tag inside<head>which you will notice contains the product page URL but without any category path. This is the URL search engines will use when indexing that page on your site. All ways in which you can reach a product page through different category path's will contain this same condensed canonical URL (which is incidentally the URL you would get if navigating to the product directly from the homepage).
– Jonathan Hussey
Nov 19 '14 at 18:07
@JonathanHussey I have enabled canonical tag for categories and products but if a product belongs to multiple categories and are accessed from different path then href under the tag shows different values, please help! I am using magento1.9.2.2
– Anurag Khandelwal
Apr 10 '17 at 13:48
add a comment |
It's fine to have category paths in URL's as long as you also enable canonicals (system->config->catalog->seo->canonical for categories/products->yes). This will stop any duplicate content issues.
Thanks for the swift reply, Jon. I have changed the settings to what you suggested. Will that take care of itself now or are there any additional steps?
– Billy Hudson
Nov 19 '14 at 17:46
3
When enabled just view the source code for one of the relevant pages and search for the textcanonical. It should reveal a<link rel="canonical" href="......" />tag inside<head>which you will notice contains the product page URL but without any category path. This is the URL search engines will use when indexing that page on your site. All ways in which you can reach a product page through different category path's will contain this same condensed canonical URL (which is incidentally the URL you would get if navigating to the product directly from the homepage).
– Jonathan Hussey
Nov 19 '14 at 18:07
@JonathanHussey I have enabled canonical tag for categories and products but if a product belongs to multiple categories and are accessed from different path then href under the tag shows different values, please help! I am using magento1.9.2.2
– Anurag Khandelwal
Apr 10 '17 at 13:48
add a comment |
It's fine to have category paths in URL's as long as you also enable canonicals (system->config->catalog->seo->canonical for categories/products->yes). This will stop any duplicate content issues.
It's fine to have category paths in URL's as long as you also enable canonicals (system->config->catalog->seo->canonical for categories/products->yes). This will stop any duplicate content issues.
answered Nov 19 '14 at 17:26
Jonathan HusseyJonathan Hussey
4,7451825
4,7451825
Thanks for the swift reply, Jon. I have changed the settings to what you suggested. Will that take care of itself now or are there any additional steps?
– Billy Hudson
Nov 19 '14 at 17:46
3
When enabled just view the source code for one of the relevant pages and search for the textcanonical. It should reveal a<link rel="canonical" href="......" />tag inside<head>which you will notice contains the product page URL but without any category path. This is the URL search engines will use when indexing that page on your site. All ways in which you can reach a product page through different category path's will contain this same condensed canonical URL (which is incidentally the URL you would get if navigating to the product directly from the homepage).
– Jonathan Hussey
Nov 19 '14 at 18:07
@JonathanHussey I have enabled canonical tag for categories and products but if a product belongs to multiple categories and are accessed from different path then href under the tag shows different values, please help! I am using magento1.9.2.2
– Anurag Khandelwal
Apr 10 '17 at 13:48
add a comment |
Thanks for the swift reply, Jon. I have changed the settings to what you suggested. Will that take care of itself now or are there any additional steps?
– Billy Hudson
Nov 19 '14 at 17:46
3
When enabled just view the source code for one of the relevant pages and search for the textcanonical. It should reveal a<link rel="canonical" href="......" />tag inside<head>which you will notice contains the product page URL but without any category path. This is the URL search engines will use when indexing that page on your site. All ways in which you can reach a product page through different category path's will contain this same condensed canonical URL (which is incidentally the URL you would get if navigating to the product directly from the homepage).
– Jonathan Hussey
Nov 19 '14 at 18:07
@JonathanHussey I have enabled canonical tag for categories and products but if a product belongs to multiple categories and are accessed from different path then href under the tag shows different values, please help! I am using magento1.9.2.2
– Anurag Khandelwal
Apr 10 '17 at 13:48
Thanks for the swift reply, Jon. I have changed the settings to what you suggested. Will that take care of itself now or are there any additional steps?
– Billy Hudson
Nov 19 '14 at 17:46
Thanks for the swift reply, Jon. I have changed the settings to what you suggested. Will that take care of itself now or are there any additional steps?
– Billy Hudson
Nov 19 '14 at 17:46
3
3
When enabled just view the source code for one of the relevant pages and search for the text
canonical. It should reveal a <link rel="canonical" href="......" /> tag inside <head> which you will notice contains the product page URL but without any category path. This is the URL search engines will use when indexing that page on your site. All ways in which you can reach a product page through different category path's will contain this same condensed canonical URL (which is incidentally the URL you would get if navigating to the product directly from the homepage).– Jonathan Hussey
Nov 19 '14 at 18:07
When enabled just view the source code for one of the relevant pages and search for the text
canonical. It should reveal a <link rel="canonical" href="......" /> tag inside <head> which you will notice contains the product page URL but without any category path. This is the URL search engines will use when indexing that page on your site. All ways in which you can reach a product page through different category path's will contain this same condensed canonical URL (which is incidentally the URL you would get if navigating to the product directly from the homepage).– Jonathan Hussey
Nov 19 '14 at 18:07
@JonathanHussey I have enabled canonical tag for categories and products but if a product belongs to multiple categories and are accessed from different path then href under the tag shows different values, please help! I am using magento1.9.2.2
– Anurag Khandelwal
Apr 10 '17 at 13:48
@JonathanHussey I have enabled canonical tag for categories and products but if a product belongs to multiple categories and are accessed from different path then href under the tag shows different values, please help! I am using magento1.9.2.2
– Anurag Khandelwal
Apr 10 '17 at 13:48
add a comment |
Hello Magento Community,
I have found that the best SEO practice for this case is below setting(Currently Version Mage 2.2, 2.3);
Use Categories Path for Product URL: YES
Use Canonical Link Meta Tag For Categories: NO (This is so that We don't get penalize for the duplicate content issues coming from same categories for the products)
Use Canonical Link Meta Tag For Products: Yes
Make sure you
set Create Permanent Redirect for Old URL
and Under Marketing>URL Rewrites> Set all products to have Redirect Type for: Permanent(301)
Short Concise URL to contain two or three keywords you are trying to rank/emphasize for the product - When uploading products.
Meta Title: 50~66 Character Letters
Skip Meta Keywords (Current year:2019)
Meta Descriptions 125~155 Character Letters
I would like to hear back from the community about the above setting as a best practice for SEO.
add a comment |
Hello Magento Community,
I have found that the best SEO practice for this case is below setting(Currently Version Mage 2.2, 2.3);
Use Categories Path for Product URL: YES
Use Canonical Link Meta Tag For Categories: NO (This is so that We don't get penalize for the duplicate content issues coming from same categories for the products)
Use Canonical Link Meta Tag For Products: Yes
Make sure you
set Create Permanent Redirect for Old URL
and Under Marketing>URL Rewrites> Set all products to have Redirect Type for: Permanent(301)
Short Concise URL to contain two or three keywords you are trying to rank/emphasize for the product - When uploading products.
Meta Title: 50~66 Character Letters
Skip Meta Keywords (Current year:2019)
Meta Descriptions 125~155 Character Letters
I would like to hear back from the community about the above setting as a best practice for SEO.
add a comment |
Hello Magento Community,
I have found that the best SEO practice for this case is below setting(Currently Version Mage 2.2, 2.3);
Use Categories Path for Product URL: YES
Use Canonical Link Meta Tag For Categories: NO (This is so that We don't get penalize for the duplicate content issues coming from same categories for the products)
Use Canonical Link Meta Tag For Products: Yes
Make sure you
set Create Permanent Redirect for Old URL
and Under Marketing>URL Rewrites> Set all products to have Redirect Type for: Permanent(301)
Short Concise URL to contain two or three keywords you are trying to rank/emphasize for the product - When uploading products.
Meta Title: 50~66 Character Letters
Skip Meta Keywords (Current year:2019)
Meta Descriptions 125~155 Character Letters
I would like to hear back from the community about the above setting as a best practice for SEO.
Hello Magento Community,
I have found that the best SEO practice for this case is below setting(Currently Version Mage 2.2, 2.3);
Use Categories Path for Product URL: YES
Use Canonical Link Meta Tag For Categories: NO (This is so that We don't get penalize for the duplicate content issues coming from same categories for the products)
Use Canonical Link Meta Tag For Products: Yes
Make sure you
set Create Permanent Redirect for Old URL
and Under Marketing>URL Rewrites> Set all products to have Redirect Type for: Permanent(301)
Short Concise URL to contain two or three keywords you are trying to rank/emphasize for the product - When uploading products.
Meta Title: 50~66 Character Letters
Skip Meta Keywords (Current year:2019)
Meta Descriptions 125~155 Character Letters
I would like to hear back from the community about the above setting as a best practice for SEO.
answered 14 mins ago
rightnowtodayrightnowtoday
212
212
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f44688%2fcategory-paths-in-product-urls-yes-or-no%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown