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
-
International URL Structures
Hi everyone! I've read a bunch of articles on the topic, but I can't seem to be able to figure out a solution that works for the specific case. We are creating a site for a service agency, this agency has offices around the world - the site has a global version (in English/French & Spanish) and some country specific versions. Here is where it gets tricky: in some countries, each office has a different version of the site and since we have Canada for example we have a French and an English version of the site. For cost and maintenance reason, we want to have a single domain : www.example.com We want to be able to indicate via Search Console that each subdomain is attached to a different country, but how should we go about it. I've seen some examples with subfolders like this: Global FR : www.example.com/fr-GL Canada FR: www.example.com/fr-ca France: www.example.com/fr-fr Does this work? It seems to make more sense to use : **Subdirectories with gTLDs, **but I'm not sure how that would work to indicate the difference between my French Global version vs. France site. Global FR : www.example.com/fr France : www.example.com/fr/fr Am I going about this the right way, I feel the more I dig into the issue, the less it seems there is a good solution available to indicate to Google which version of my site is geo-targeted to each country. Thanks in advance!
Technical SEO | | sarahcoutu150 -
Best way to redirect friendly URL in direct mail ?
Hi, When we do direct mail to our customers talking about a specific product we sell we usually put a link in the letter so the customer can go directly to the product just by typing a short link, something like:
Technical SEO | | BigJoe
www.example.com/blue-widget This link will then re-direct to:
www.example.com/shop/product/brand-name-big-blue-widget-with-green-ends-200m-50diameter.php Which we are happy with at the moment but I want to check we are doing it correctly in terms of redirects, we currently re-direct it using .htaccess like:
Redirect /blue-widget http://www.example.com/shop/product/brand-name-big-blue-widget-with-green-ends-200m-50diameter.php This re-directs it as a 302 but should it be done as a 301 ? I am not sure why we did 302's to start with but I am thinking they should be 301's, I think it might have been because the URL we were redirecting from was imaginary ? Also should we use the Redirect line in the .htaccess or should we do each one with a RewriteRule ? Thanks BigJoe0 -
Friendly URLs for MultiLingual Site
Hi, We have a multilingual website with both latin and non-latin characters, We are working on creating a friendly URL structure for the site. For the Latin languages can we use translated version of the URLs within the language folders? For example - www.site/cars www.site/fr/voitures www.site/es/autos
Technical SEO | | theLotter0 -
Structure of urls
**Hallo from Athens, Greece. We have to implement the following project and i need your help: ** We will build a company guide for the whole country and company local guides for each city for the same client. **Information of the country guide is the sum of information of local guides, so when a user is at the country guide he sees information from companies from all cities and when the user is at city guide he sees info only for the city. ** The problem is the structure of the url we should have. Should the page of presentation of each company should have structure as domain.gr/id/company? or city.domain.gr/id/company and the one to be canonical to the other? is this good for seo? Should both urls be included in the sitemap? Thank you
Technical SEO | | herculesopa0 -
Best Practices for adding Dynamic URL's to XML Sitemap
Hi Guys, I'm working on an ecommerce website with all the product pages using dynamic URL's (we also have a few static pages but there is no issue with them). The products are updated on the site every couple of hours (because we sell out or the special offer expires) and as a result I keep seeing heaps of 404 errors in Google Webmaster tools and am trying to avoid this (if possible). I have already created an XML sitemap for the static pages and am now looking at incorporating the dynamic product pages but am not sure what is the best approach. The URL structure for the products are as follows: http://www.xyz.com/products/product1-is-really-cool
Technical SEO | | seekjobs
http://www.xyz.com/products/product2-is-even-cooler
http://www.xyz.com/products/product3-is-the-coolest Here are 2 approaches I was considering: 1. To just include the dynamic product URLS within the same sitemap as the static URLs using just the following http://www.xyz.com/products/ - This is so spiders have access to the folder the products are in and I don't have to create an automated sitemap for all product OR 2. Create a separate automated sitemap that updates when ever a product is updated and include the change frequency to be hourly - This is so spiders always have as close to be up to date sitemap when they crawl the sitemap I look forward to hearing your thoughts, opinions, suggestions and/or previous experiences with this. Thanks heaps, LW0 -
Need Help writing 301 redirects in .htaccess file
SEOmoz tool shows me 2 errors for duplicate content pages (www.abc.com and www.abc.com/index.html). I believe, the solution to this is writing 301 redirects I need two 301 redirects 1. abc.com to www.abc.com 2. /index.html to / (which is www.abc.com/index.html to www.abc.com) The code that I currently have is ................................................... RewriteEngine On
Technical SEO | | WebsiteEditor
RewriteCond %{HTTP_HOST} ^abc.com
RewriteRule (.*) http://www.abc.com/$1 [R=301,L] Redirect 301 http://www.abc.com/index.html http://www.abc.com ...................................................... but this does not redirect /index.html to abc.com. What is wrong here? Please help.0 -
Canonicalisation - Best Approach?
Hi I have been reading into canonicalisation and I am looking for professional advice and guidance on the best approach as there are many conflicting views on how to implement a solution. I have added to the homepage http://www.cheapfindergames.com/" /> so that http://cheapfindergames.com and index.php redirects to the www version. Or would it be better using .htaccess if this is the case what code would be needed to achieve the above? Many Thanks
Technical SEO | | ocelot0 -
Including spatial location in URL structure. Does subfolder number and keyword order actually matter?
The SEOMoz On-Page report for my site brings up one warning (among others) that I find interesting: Minimal Subfolders in the URL My site deals with trails and courses for both races and general running. The structure for a trail is, for example: /trails/Canada/British-Columbia/Greater-Vancouver-Regional-District/Baden--Powell-Trail/trail/2 The structure for courses is: /course/28 In both cases, the id at the end is used for a database lookup. I'm considering an URL structure that would be: /trail/Baden-Powell-Trail/ca-bc-vancouver This would use the country code (CA) and sub-country code (BC) along with the short name for the region. This could be good because: it puts the main keyword first the URL is much shorter there are only 3 levels in the URL structure However, there is evidence, from Google's Matt Cutts, that the keyword order and URL structure don't matter in that way: See this post: http://www.seomoz.org/q/all-page-files-in-root-or-to-use-directories If Matt Cutts says they aren't so important then why are they listed in the SEOMoz On-Page Report? I'd prefer to use /trail/ca-bc-vancouver/Baden-Powell-Trail. I'll probably do a similar thing for courses. Is this a good idea? Thoughts? Many thanks, in advance, for your help. Cheers, Edward watch?v=l_A1iRY6XTM watch?v=gRzMhlFZz9I
Technical SEO | | esarge0