Tagged Questions
2
votes
3answers
46 views
Support same url in different forms
I have seen many websites supporting multiple forms of the same URL. For example consider www.example.com/question1/ OR www.example.com/Question1/ OR www.example.com/QUESTION1/ etc. all lead to one ...
1
vote
2answers
225 views
Multilingual website URL & SEO
For example, I see most of the Google's properties is using the hl query string, e.g.
http://www.youtube.com/?hl=zh-TW
and compare the above URL with
http://www.youtube.com/zh-TW/..
From the SEO ...
4
votes
4answers
192 views
Using subdomains or directories for main categories?
I have a website which references places to travel to in the world. Those places are (of course) grouped by countries.
Here is an example of an actual URL of my website:
...
2
votes
1answer
251 views
Does URL encoding create duplicate content?
An SEO expert was testing my site, and noticed that my URLs contained the special character :. He said that would create duplicate content, because google would interpret any url containing : as two ...
5
votes
2answers
115 views
When the canonical page itself changes url
This is a continuation of the question: How to handle canonical url changes like Stack Overflow.
Say I have the canon url:
questions/11/car <---canonically-linked-from--- questions/11/
What ...
10
votes
1answer
498 views
How to handle canonical url changes like Stack Overflow
Stack Overflow sites all have pretty urls which include the question title. In the HTML it also have canonical url for that page.
I just found out that when I change the question title, the url is ...
1
vote
2answers
598 views
Should I use a canonical URL?
I'm currently in the process of building a charts website with music from Soundcloud.
The charts will be 'cleared' every week.
My base URL will be: http://example.com/
Which will contain the charts ...
5
votes
3answers
250 views
Why treat these as different URLs?
These are all strictly different urls:
http://www.example.com/page
http://www.example.com/pAge
http://www.example.com/page/
http://www.example.com/paGE/
I get that it conforms to the strict ISO ...
2
votes
1answer
135 views
Same page in different “locations” on same site - duplicate content? [duplicate]
Possible Duplicate:
What is duplicate content and how can I avoid being penalized for it on my site?
The same page, or rather the same content on a page is accessible from two very similar ...
4
votes
3answers
234 views
Google ranking - difference between example.com and example.com/?ref=id
Does it impact a site's Google ranking if I link to the site with a "referrer" query-string? e.g: example.com/?ref=mysite instead of example.com ?
1
vote
1answer
223 views
How to use Canonical and Original-Source Correctly, on multilingual website?
was wondering wether searchengines index this correctly in a multilingual website:
Currently, the htaccess eats nice urls on pages like
/de/somepage and rewrites them invisibly to /somepage?ln=de
so ...
3
votes
2answers
272 views
Clarify “canonical” word: Can someone please list the various uses of this word in SEO context, and point out correct or incorrect uses of it?
I think the authoritative use of the word "canonical" in the SEO discipline dates back to this 2006 blog post by Matt Cuts on cononicalization:
...
1
vote
4answers
355 views
SEO: adding an unecessary description key in dynamic url is it good or not?
in the typical DB driven cms/ecommerce site you will have items pages at urls in some form similar to:
http://www.domain.com/item.php?id=36
1) Is it good for SEO purpose to add a sort of ...
5
votes
3answers
235 views
Should a canonical URL be search engine friendly?
I'm using Drupal with search engine friendly URLs. The way Drupal works is that there's two ways to reference a node with SEF URLS switched on:
The SEF way, eg. ...
