Forum Moderators: Robert Charlton & goodroi
Why I might not do it
Why I might do it?
What does Google do?
They will take the most appropriate URL, which is with / almost 99% of the times. I have never seen a duplicate content issue so far due to this. For www and non-www google has an option under webmaster console.
What is your opinion about it?
Thanks,
AjiNIMC
I made a post a while back about a similar issue and never got round to following it up,
mine was whether redirecting from / to index.html or index.html to / made any difference from an indexing speed point of view, all advised to redirect from index to /
Not that I disbelieved anyone but I made a few tests on a couple of spare domains and these are the findings that I received.
They were except for the content on page identical.
For indexing purposes I didn't see a huge difference in the speed that the sites where indexed.
I did notice across the engines a huge difference between how the sites are actually index how ever
Google still names the home page / on both sites
Yahoo has followed the redirects so each site has the correct page showing / and index.html
MSN is completely confused and has indexed a URL listing on the site that redirects from / to index.html and the other site is indexed correctly.
Also I have noticed that with the limited amount of SEO that I’ve actually done on these sites that the site with the redirect from index to / ranks better, definitely on msn but across the other two as well or at least that’s how it appears to me.
Just me piping up ;)
Vimes.
AjiNIMC, My girl hired you last Sept. 2006 to make her online forum SE friendly and now she is dealing with a site full of duplicate content because her forum has all pages that say's, forum-1 (and view-forum-262.php)and so on.
If I helped someone with a small fix I do not think I can be responsible for the duplicate content issue as it can happen because of many reasons. When I saw it first it was a new website so I do not think there were any ranking.
But still, since I was involved it in once, I can take some part of responsibility (with an apology) and can offer to review it once again :).
Regards,
AjiNIMC
The only noticeable effect was that the PageRank for the pages in question disappeared (n/a), then came back a couple of levels lower than usual, then returned to normal. But this seemed to have no effect at all on actual search results.
One minor positive effect you don't mention is that people cutting-and-pasting URLs, e.g. into email, may see shorter URLs. A minor negative effect is that browsing local copies of my one's web sites is harder if the links are to directories instead of index.html files.
[domain.com...]
vs.
[domain.com...]
or does Google consider them the same?
A "trailing slash" redirect is issued when the server receives a request for a URL [servername...] where dirname is a directory. Directories require a trailing slash, so mod_dir issues a redirect to [servername...]However, because of the troubles in transfering PR using 301, it is always better to include trailing slash in all links to a directory or domain only.
[edited by: tedster at 5:28 pm (utc) on May 10, 2007]
[edit reason] switch to example.com - it will never be owned [/edit]
or does Google consider them the same?
This can be tested on news websites where the content changes often and Google finds new content whenever it visits. So if google is visiting index.html now and index.html?cnn=yes latter it is not able to judge whether they are same or not. I doubt whether this is the same case with / or not. As it is very rare case that you will find a website different with or without slash so smart search engines like Google must have done the fixes for it.
Now the only problems with "?", we can basically create 100s of cached pages for cnn this way. Here are some of the examples,
(Which is practically same but technically different.)
Since the contents are different when Google visits it so both the pages are different for google
Google does more things than what we expect. Look at the sfgaints example cited by Matt cutts [mattcutts.com].
Thanks,
AjiNIMC
(writing the post in hurry, apologies for mistakes)
[edited by: AjiNIMC at 5:43 pm (utc) on May 10, 2007]
If http://www.example.com and http://www.example.com/ are considered different pages, and http://www.example.com/ is preferred by the webmaster, all the incoming http://www.example.com links will potentially suffer the PR problems right?
Correct, although you never know with the next version of Google algo.
From mattcutts' blog:
Search engines can do things like keeping or removing trailing slashes, trying to convert urls with upper case to lower case, or removing session IDs from bulletin board or other software...
But theoretically you could have completely different things; a file http://www.example.com/dir.html, but also http://www.example.com/dir.html/ as a directory (well, not in the same tree, but it is possible), so trailing slash always denotes a directory (which can return any default file, if needed).
Look at the sfgaints example cited by Matt cutts.
It is interesting, if you do the same query today ("sf giants"), Google returns the same homepage with different url's on the first two positions (actually four results from the same domain, which says enough about subdomains).
The only difference is cache taken a day before on the second url. For those interested to know "how much to escape duplicate content issue", this could be a good example.
I bet this can be frustrating when you use " Add On " domains with CPANEL and then google just picks / as a root and index all the domains/folders from their on?
Great way to focus the love but hell for SEO since you will have to get a majority of links to your "TRUE" root as not to lead a blind dog to the wrong root.
Am I missing something?
What Can't I get some love?
When will I get the traffic I am looking for at over 20,000 imressions a day. Or will I always be stuck in this under 10,000 impressions a day while scrapper sites like nnseek.com seems to get all the love. Who is the Clown that owns this crap domain anyway?
Once the Root is established of a site arn't all these issues trivial? Doesn't google always assume the root of a site is ./ or /. and then once the absolute path to root is established by the most authority links to it.
I bet this can be frustrating when you use " Add On " domains with CPANEL and then google just picks / as a root and index all the domains/folders from their on?
How could a novice (me) phrase this homepage fix (index.html to /)to his hosting company?"Can you write a 301 redirect for all homepage (fill in the blank) to /?"
Are you aware of htaccess? Please go through htaccess and related articles for rewrite rule,
[httpd.apache.org...]
It is very important that a person understands it to some extent before applying a little advance tools like htaccess rewrites and redirections. You can use the apache forum of WebmasterWorld for help (JDM [webmasterworld.com] is best at it, he helped me with very difficult issues).
Aji
I vaguely understand htaccess. My hosting company uses apache mod rewrite. They fixed the www and non www issue for me last year. I would rather not do the work since I could really mess my site up.
Since they charge by the hour, I wanted to reduce potential charges by asking them for the appropriate work. I was hoping to get a properly phrased request their programmer would understand. As you can see from my previous post, I might send them something that causes them to say, 'What in the world is he talking about?"