I need help to define which is the best friendly url structure
-
Hi,
I need some help to define which is the best friendly url structure for my new project, I'm in doubt for some cases, anyone could help me define which would be the best way?
domain.com/buy-online/0-1,this-cool-model or
domain.com/buy-online/this-cool-model,0-1 or
domain.com/buy-online/0-1/this-cool-model or
domain.com/buy-online/this-cool-model/0-1 or
domain.com/buy-online/this-cool-model_0-1 or
domain.com/buy-online/this-cool-model?Model=0&OtherParam=1Thanks!
Best Regards,
Leonardo Lima -
Hi, just a quick question for Visiblics, because I'm kind in a similar situation as Leonardo who has posted this question.
I'm about to change the complete URL structure of a website. In your comments you posted that the URL structure should always be meaningfull (I was always in this mindset). But one of the webinars of this year (july 2012) from Everett Sizemore
http://www.seomoz.org/webinars/ecommerce-seo-fix-and-avoid-common-issues
is actually saying a bit the opposite of what you suggesting. see video approx after 34 min.
He's is saying, take out of the Category and subcategory from the products URL's. Could you please give more insights why you still think keep the Category and subcategory in the URL?
-
yes... this will be a big problem... but until now the fastest way to avoid is use the canonical tag...
this site is new, I published it yesterday this help´s something? rss -
either of those is a legitimate URL. However I'd focus on the potential duplicate content issue first.
-
I read on the web to avoid use "," or "_" to this is the reason that I separated my parameters in the final slash..
Is this true? That I need avoid "," or "_" on my url ? If I could use any of those characters my url would be like this:
www.vendasclarofixo.com.br/assine-por-telefone/huawei-2555,0-2
or
www.vendasclarofixo.com.br/assine-por-telefone/huawei-2555_0-2what do you think?
-
That sounds sensible, yes.
It might take a while for Google to take notice of the canonical. It can take a long time sometimes, but that approach does sound sensible.
-
-
It might be useful to have those terms in the URL of a page, but if those pages are duplicate then you could face penalties.
Each URL needs to point to a distinct page. If you are serving very similar pages with different URLs you will undoubtably run in to trouble. The impact of such a penalty will often far outweigh the small benefit of an extra keyword in the URL
-
yes, the option to post the information for this page can be considered, but it is not as simple as I have several options and would have to add several separate forms for each option
-
Hi,
Now I'm worried, with the case "assine-por-telefone/fale-a-vontade" and "assine-por-telefone/huawei-2555" could generate duplicated content ? Because its the same form.. there is any way to avoid this?
Its interesting for me have the words "fale-a-vontade" and "huawei-2555" on my URL... so I need avoid be penalised... but I don´t know how...
-
Can you send your parameters as POST data? I think this might be preferred if you do not want to index a URL with the parameters tacked onto the end.
-
Hi,
I replied in the previous answer my real url structure, but 0-2 is any parameter that I need to my application this parameters I treat the application..
So for SEO is safe I pass all my parameters in the end of the URL? like anyurl/any/any/param-param-param-param ? -
I think I understand. You actually don't want a search friendly url for this! The danger here is that you are going to create lots of URLs with essentially the same content. That will result in duplicate content problems, which could see you penalised.
Instead you want just a single version of that page indexed.
I would do something like :
http://www.vendasclarofixo.com.br/assine-por-telefone/fale-a-vontade?select=Aparelho
&
http://www.vendasclarofixo.com.br/assine-por-telefone/fale-a-vontade?select=Plano
I would then block search engines from indexing the different select values (there are several ways to do this - for instance in robots.txt or using a rel=canonical)
-
To answer you query I need to understand the significance of 0-1.
Though as per my understanding/experience
URL structure should always be meaningful, like:
domain.com/ Products/ main category / sub category / product name / model number
OR
domain.com/ service/ category/ service name.html
OR
domain.com/ Manufacturers/ Products/ product category/ sub category/ product name/ model number
Hope this helps
-
My actual url is: http://www.vendasclarofixo.com.br/assine-por-telefone
this page have an dynamic form that is filled by the parameters passed..
if http://www.vendasclarofixo.com.br/assine-por-telefone/0-2,huawei-2555 then the field "Aparelho" will be filled,
no in 0-2 the "2" is the code to fill "Aparelho" and "0" is just to keep the parameter place (this is needed for "Planos")
and if http://www.vendasclarofixo.com.br/assine-por-telefone/27-0,fale-a-vontade then the field "Planos" will be filled
can you understand?
So I could not understand your answer, one other way that I could do this is like:
http://www.vendasclarofixo.com.br/assine-por-telefone/fale-a-vontade?IdAparelho=X
http://www.vendasclarofixo.com.br/assine-por-telefone/fale-a-vontade?IdPlano=yThis is this good to SEO? And google organic ?
-
This is a hard question to answer without knowing what 0-1 means. Is this a model number of a model car for example?
I can definitely say that you should not include the directory /buy-online/ it's spammy and unnecessary
If this is a model number then putting it as a folder name doesn't make any sense because that car will be the only model page in that folder.
Since the name of the model is what people will be search for mostly, it should go in the filename not the folder since keywords in filenames are stronger
no commas in filenames
Therefore I would recommend assuming that i understand this correctly (it's a bit too vague)
www..domain.com/manufacturer/name-of-model-modelnumber or
www..domain.com/manufacturer/modelnumber-name-of-model or
www..domain.com/type-of-model/modelnumber-name-of-model
would look something like
www..paintablemodels.com/corgi/dodge-charger-071566
www..paintablemodels.com/corgi/071566-dodge-charger
www..paintablemodels.com/sports-cars/071566-dodge-charger
-
Elements that represent the same entity should be kept together. So name_model makes sense (personally I'd preder namewithspacesstripped-model). One word of caution there: if you are relying on the model number being passed then be sure that you are testing for the correct URL and either showing a canonical or 301ing to the correct domain so that you don't end up with duplicates like namespelledwrong-model and namedSpelledwrong-model.
What is the mystery other parameter? If it is tied to the model then group it in the same way ( name-model-other). If it doesn't change content I would use a url param (name-model?var=other)
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Href lang issues - help needed!
Hi, I have an issue with Google indexing the US version of our website rather than the UK version on Google.co.uk. I have added hreflang tags to both sites (https://www.pacapod.com/ and https://us.pacapod.com/), have updated and submitted an XML sitemap for each website and checked that the country targeting in search console is set-up correctly but Google are still indexing the wrong website. I would be grateful for any assistance with this issue. Many thanks Eddie
Technical SEO | | mypetgiftbox0 -
Clean URL vs. Parameter URL and Using Canonical URL...That's a Mouthfull!
Hi Everyone, I a currently migrating a Magento site over to Shopify Plus and have a question about best practices for using the canonical URL. There is a competitor that I believe is not doing it the correct way, so I want to make sure my way is the better choice. With 'Vendor Pages' in Shopify, they show up looking like: https://www.campusprotein.com/collections/vendors?q=Cellucor. Not as clean. Problem is that Shopify also creates https://www.campusprotein.com/collections/cellucor. Same products, same page, just a different more clean URL. I am seeing both indexed in Google. What I want to do is basically create a canonical URL from the URL with the parameter that points to the clean URL. The two pages are very similar. The only difference is that the clean URL page has some additional content at the top of the page. I would say the two pages are 90% the same. Do you see any issue with that?
Technical SEO | | vetofunk0 -
Question on URL wording and structure best practices
We're mapping out some URL structures and trying to figure out what would be best for separating folders for articles and videos regarding wording in the folder say: www.site.com/category/article/name-of-article/id#/ ---- www.site.com/category/video/name-of-video/id#/ vs. www.site.com/category/a/name-of-article/id#/ ---- www.site.com/category/v/name-of-video/id#/ Second option came about the ''shorter is better' way of thinking. Downside I see to it is if the link would be copied and pasted somewhere probably would be best for a user to make it clear they are clicking into an article or a video, don't think just an 'a' or a 'v' would be very telling in that scenario. Would it be better for search engines to make it clearer with the whole word in there? Any other pros and cons to each? Not sure what's the best route here.
Technical SEO | | SBRMarketing0 -
URL / sitemap structure for support pages
I am creating a site that has four categories housed in folders off of the TLD. Example: example.com/category-1
Technical SEO | | InterCall
example.com/category-2
example.com/category-3
example.com/category-4 Those category folders contain sub-folders that house the products inside each category. Example: example.com/category-1/product-1
example.com/category-2/product-1
etc. Each of the products have a corresponding support page with technical information, FAQs, etc. I have three options as to how to structure the support pages' URLs. Option 1 - Add new sub-folder with "support" added to string: example.com/category-1/product-1-support Option 2 - Add a second sub-folder off of the product sub-folder for support: example.com/category-1/product-1/support Option 3 - Create a "support" folder with product sub-folders: example.com/support/product-1 Which of these three options would you choose? I don't like having one large /support folder that houses all products. It seems like this would create a strange crawling and UX situation. The sitemap would have a huge /support folder with all of my products in it and the keywords in my category folders would be replaced with the word "support." Because I would rather have the main product pages ranking over any of the support pages (outside of searches containing the word "support"), I am leaning toward Option 2: example.com/category-1/product-1/support. I think this structure indicates to crawlers that the more important page is the product page, while the support page is secondary to that. It also makes it clear to users that this is the support page for that particular product. Does anyone have any experience or perspective on this? I'm open to suggestions and if I'm overthinking it, tell me that too. Thanks, team.0 -
Which URL would you choose?
1 – www.company.com/subfolder/subfolder/keyword-keyword-product (I’m able to keyword match with this url) or 2. www.company.com/subfolder/subfolder/product (no url keyword match) What would you choose? A url which is "short" but still relevant, or, a url which is more descriptive allowing “keyword” match? Be great to get your feedback guys. Many thanks Gary
Technical SEO | | GaryVictory0 -
Need Help With WWW vs. Non-WWW Duplicate Pages
A friend I'm working with at RedChairMarket.com is having duplicate page issues. Among them, both www and non-www URLs are being generated automatically by his software framework, ASP.net mvc 3. How should we go about finding and tackling these duplicates? Thanks!
Technical SEO | | BrittanyHighland0 -
Best way to get SEO friendly URLSs on huge old website
Hi folks Hope someone may be able to help wit this conundrum: A client site runs on old tech (IIS6) and has circa 300,000 pages indexed in Google. Most pages are dynamic with a horrible URL structure such as http://www.domain.com/search/results.aspx?ida=19191&idb=56&idc=2888 and I have been trying to implement rewrites + redirects to get clean URLs and remove some of the duplication that exists, using the IIRF Isapi filter: http://iirf.codeplex.com/ I manage to get a large sample of URLS re-writing and redirecting (on a staging version of the site), but the site then slows to crawl. To imple,ent all URLs woudl be 10x the volume of config. I am starting to wonder if there is a better way: Upgrade to Win 2008 / IIS 7 and use the better URL rewrite functionality included? Rebuild the site entirely (preferably on PHP with a decent URL structure) Accept that the URLS can't be made friendly on a site this size and focus on other aspects Persevere with the IIRF filter config, and hope that the config loads into memory and the site runs at a reasonable speed when live None of the options are great as they either involve lots of work/cost of they involve keeping a site which performs well but could do so much better, with poor URLs. Any thoughts from the great minds in the SEOmoz community appreciated! Cheers Simon
Technical SEO | | SCL-SEO1 -
New to rich snippets, help needed
Hi, I have an online store selling mens business attire in Australia. I have had my developers add the required code to allow rich snippets. You can see the result here http://www.google.com/webmasters/tools/richsnippets?url=http%3A%2F%2Fjsshirts.com.au%2Fmens-business-shirts%2Fclassic-fit%2Fsky-blue-poplin-classic-fit-shirt.html&view=cse I have few questions 1.How can I change the product description? Is it possible to use the product Meta Tag as the description? 2.Under the stars and the review count is this text. The excerpt from the page will show up here. The reason we can't show text from your webpage is because the text depends on the query the user types. Should whateever product description I have used show up here? 3.Is there anything else I need to do to get SERP's to show the snippet? Many thanks for any answers, Jason
Technical SEO | | mullsey0