0
votes
0answers
16 views

Does domain suffix affect SEO? [duplicate]

my first question here! I have a question regarding URL suffixes. Say I have a company, let's call it example-it. If I then purchase the domain www.example.it, thus incorporating the company name into ...
1
vote
2answers
56 views

What is the effect of Dynamic URL's on SEO

I have around 150 dynamic URL's as below http://mydomain.com/training/register.php?key=01ue3be299a-6bc1-1030-a2db-e4115bd593d8 ...
2
votes
1answer
35 views

Making Search Queries Indexable

Looking around, most sites (eg. Amazon) encode the parameters of searches into query string. This means that search engines cannot index these queries. Why don't such sites use URLs rather than query ...
3
votes
4answers
522 views

Hide a Subdomain from Google/Search Engine SEO Result?

I have a subomain which I do not want to be listed in any search engine result. Let say I have: http://www.example.com http://child.example.com How can I hide all URLs of child.example.com domain ...
1
vote
2answers
52 views

Link form correct, or, punishable by search engines?

I have the following dilemma with the links of a WordPress blog that I work with, I don't know if the way it creates the link to the images is ok or not so good. For example: Article URL: ...
3
votes
4answers
427 views

Which URL is SEO friendly?

I have to choose between two usernames, one comprises of just my first name i.e. http://example.com/john while the other comprises of full name i.e. http://example.com/johnsmith. Which of the above ...
0
votes
0answers
19 views

Are generic keywords in url bad for SEO? [duplicate]

Possible Duplicate: Squeezing all the SEO out of a URL as possible Need help with URL structure. Let's say I'm a manufacturer of Wire EDM machines. Is it bad for me to put the keywords ...
0
votes
1answer
310 views

url naming convention for improved seo and page rank [duplicate]

Possible Duplicate: What is the best stucture of SEO friendly URL? Using url rewriting methods, what is a better way to organize the structure of the URLs of your website for SEO and user ...
4
votes
3answers
285 views

How to handle URLs with diacritic characters

I am wondering how to handle URLs which correspond to strings containing diacritic (á, ǚ, ´...). I believe what we're seeing mostly are URLs where diacritic characters where converted to their closest ...
1
vote
0answers
22 views

URL length and content optimised for SEO [duplicate]

Possible Duplicate: What is the best stucture of SEO friendly URL? I have done some reading on what URLS should look like for search engine optimisation, but I am curious to know how mine ...
0
votes
2answers
94 views

need help with making seo friendly links [duplicate]

Possible Duplicate: Good Practice for Formatting SEO-Friendly URLs? I'm looking into seo-ing my urls and i was wording which of these link structures was better to use: 1) ...
1
vote
1answer
95 views

“good” way to redirect users and robots for internationalization?

I have a website in Spanish and English. When there isn't any subdomain selected the preferred language is taken from the browser preferred language or a cookie. I have the following URLs ...
0
votes
1answer
131 views

Old content, new URL's, how to keep the old URL's still working? 301 redirects? [duplicate]

Possible Duplicate: How to tell google that i have changed my website urls? I don;t know how to ask the question but situation is this. I have the old site with a lot of content that has ...
2
votes
1answer
265 views

What happens if the Canonical URL is the same as the actual page URL?

I might be asking a trivial question here, but how do the search engines treat loops created via rel="canonical" tag? My scenario is that being a site having dynamic content, I have URLs as follows: ...
3
votes
3answers
521 views

Slashes in URLs and SEO

My question is simple: Is there any disadvantage (in terms of SEO and search engine behavior) to using / instead of other delimiters in URLs like http://example.com/en/items/1234/page3? I vaguely ...
2
votes
1answer
134 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 ...
2
votes
1answer
68 views

SEO: targeted or generic URLs performance

I'm working on a website that sells DYI products. 2 of the products categories are save-paint and save-cabling. Since the products can help you save money they could also be part of a save-money ...
1
vote
2answers
182 views

Language Specific URLs for SEO

I'm currently building a website that is not targeted to an English speaking audience. So my thoughts are that if I were to make the URLs in the language of choice (in this case Spanish) then would ...
4
votes
4answers
103 views

How to optimise the url for search engines?

I have a php template which has one index.php and all the different pages (content1.html, content2.html etc) are shown on the index.phppage. So for example I can open ...
3
votes
1answer
305 views

how the search engines interpret the exclamation mark in the url

I wonder how the search engines - Yahoo, bing, google ... - interpret the exclamation mark (!) in the url: www.site.com/product!651031 www.site.com/category!651031 I could not find documentation ...
3
votes
2answers
54 views

Dealing with broken links and dead pages on search engines

I recently had to reconstruct the way my website runs. Along with that I have to change the way my urls are formatted. My website is not terribly popular (hoping changes will fix that) but I do have ...
7
votes
4answers
173 views

Which of these 3 URL-Rewritings are better seo friendly URLs?

Imagine my current flat-file non-cms website with an URL like http://website.com/en/tomato This is of course very unsexy and could be anything really from tomato soup, tomato the music band, tomato ...
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 ...