- This topic is empty.
-
AuthorPosts
-
April 22, 2008 at 5:08 pm #608586dickyrockMember
Hi all,
I recently switched to mod rewriting of my urls so that I don’t have to show variables in the user’s browser url bar anymore and the url looks more natural to visitors as well as search engines.
One example would be:
http://www.mydomain/blogThis is rewritten as:
http://www.mydomain/index.php?p=blTo be sure that no incoming links are wasted because of mistakes (if people link to my site I can ask them to use a trailing slash or not but of course they’re will be mistakes at some point), I also configured my .htaccess file so that:
http://www.mydomain/blog/ (thus with the trailing slash)is also rewritten as:
http://www.mydomain/index.php?p=blMy question now is whether this could harm my rankings in search engines because now for example google might think that I have two pages on my site which are exactly the same (since with and without the trailing slash might be perceived as two pages while in fact it always points to the same page). Is my current approach (allowing both, with and without the slash) going to get me into trouble?
Furthermore, I was wondering what would be the best way to link to this specific page. Would it be better to build incoming links with:
http://www.mydomain/blog
or with:
http://www.mydomain/blog/I figure that it would be make sense to be consistent and ask every link partner to do it in the same way (so either with or without the trailing slash for every single link exchange) but is one of the two options more favorable than the other?
Thanks!
April 22, 2008 at 5:11 pm #766299AnonymousInactiveI think its subjective but I’ve always seen more SEO experts recommend it than not.
April 23, 2008 at 6:57 am #766343dickyrockMemberyou mean that more people recommend using the trailing slash when building incoming links AND also make the page accessible with AND without the trailing slash?
April 23, 2008 at 8:50 am #766351AnonymousInactive@harold 160546 wrote:
you mean that more people recommend using the trailing slash when building incoming links AND also make the page accessible with AND without the trailing slash?
Yup….that’s what I think
April 24, 2008 at 11:05 am #766459dickyrockMemberok that’s great since that is the way I’ve got it configured now:)
Does everyone agree on this or are there also people that do it differently?
May 6, 2008 at 11:30 pm #767365AnonymousInactiveYahoo strips off trailing slashes.
May 6, 2008 at 11:38 pm #767367AnonymousInactiveWhatever Simmo suggest I always go with and it has never failed yet
May 7, 2008 at 10:25 am #767393AnonymousInactive@bonustreak 161855 wrote:
Whatever Simmo suggest I always go with and it has never failed yet
Change all your affiliate links to mine on all your sites :wink-wink
There’s some discussion on this topic at Webmaster World at the moment actually: http://www.webmasterworld.com/google/3642664.htm
May 8, 2008 at 3:32 pm #767475AnonymousInactiveLOL… and your funny too!:tongue:
May 8, 2008 at 4:31 pm #767477AnonymousInactive@bonustreak 161995 wrote:
LOL… and your funny too!:tongue:
Worth a try. Was hoping you wouldn’t be sober
-
AuthorPosts