Paid affiliate advertisement

Google Ranking

asespat - November 19, 2008 - 09:08

Hello, the main issue is the google ranking

My website http://www.rodats.com almost not appears in google

even asking for the url www.rodats.com

It seems as google find something wrong in the site

If you see site:www.rodats.com you'll realize , only two events with nothing appears, and the rest are images from the gallery2 (not drupal)

It seems as my drupal 5 is almost not recognized in google

I've got sitemap

with 201 URL and google only indexed 5 and not the main ones

please contact me at

info@rodats.com

thanks

Validate your site

peterx - November 19, 2008 - 09:42

Use Firefox. Install Total Validator. Validate your home page. You will see timeouts and other errors listed. Perhaps Google was bored waiting for your pages. Fix the errors.

Run the validation again after you fix the errors. Include a screenshot of your site as seen from Lynx. Lynx is text based and will give you an idea of what your site looks like to search engine spiders.

Validate, fix, validate, fix, validate, fix, and make life easy for Google.

petermoulding.com/web_architect

How long has the site been

ahallez - November 19, 2008 - 12:40

How long has the site been online? It can take a couple of weeks before Google picks up a site.
Did you check if the Google crawler reported any errors with Webmaster Tools?

The site is over 6 months on

asespat - November 19, 2008 - 12:42

The site is over 6 months on line, and before was in the ranking

I have webmasters tools for google and this is the report

Errores de rastreo web

Última actualización 18/11/2008

Errores de HTTP 1.155

Detalles »
Errores de URL en sitemaps
0
--
No se ha encontrado (not found) 0
--
No se han seguido estas URL 0
--
URL caducadas 0
--
URL inaccesibles 0
--
URL restringidas por robots.txt 20.163
Detalles »
Total: 21.318

But when i check the details just put error 4xx and i'm not informatic, it was just enough to create the whole website, that's why i ask for help

Thanks, and sorry, my forms where not as good as shoul be

SEO

mkdi - November 21, 2008 - 01:44

The first thing you should look at is that your site is accessible with, and without "www", so if i type http://rodats.com/, it should redirect to http://www.rodats.com, but in your case it does not happen. This is important because Google sees this as duplicated content, and you get penalized for that.

nice point!

fpainchaud - November 22, 2008 - 14:28

I've looked around and not sure how to do that. Is it with a drupal module, such as global redirect, or domain config?

Thanks for the info anzoone!

multisite, redirect domain.com to www.domain.com - htaccess

fpainchaud - November 22, 2008 - 15:36

I think I found it in htaccess

http://drupal.org/node/93603

Thanks for the

bwv - November 23, 2008 - 01:29

Thanks for the link.
---------------------------------------------------------------------
http://classicvinyl.biz
http://music.bwv810.com
http://davidhertzberg.com
http://association.drupal.org/user/1207

I am a writer, researcher and solo drupal freelancer

Yeah, the .htaccess modification

mkdi - November 23, 2008 - 09:55

Yes, you can do that with your .htaccess files. Just find the lines starting with

"
# To redirect all users to access the site WITH the 'www.' prefix,
# (http://example.com/... will be redirected to http://www.example.com/...)
# adapt and uncomment the following:
RewriteCond %{HTTP_HOST} ^rodats\.com.au$ [NC]
RewriteRule ^(.*)$ http://www.rodats.com/$1 [L,R=301]
#
"

and uncomment the lines the two lines "# RewriteCond....", and type your site name there instead of "example", and that should do the trick.

URL restringidas por

mollila - November 22, 2008 - 12:42

URL restringidas por robots.txt 20.163
Detalles »
Total: 21.318

There is your reason. You have 21,318 URLs restricted by robots.txt, so you are blocking Google spider access to index your pages.

Check your robots.txt file.

----
Rakeback.com - The Poker Loyalty Program

this is my robots file $Id:

asespat - November 25, 2008 - 12:34

this is my robots file

$Id: robots.txt,v 1.7.2.2 2008/02/25 02:18:25 drumm Exp $
#
# robots.txt
#
# This file is to prevent the crawling and indexing of certain parts
# of your site by web crawlers and spiders run by sites like Yahoo!
# and Google. By telling these "robots" where not to go on your site,
# you save bandwidth and server resources.
#
# This file will be ignored unless it is at the root of your host:
# Used: http://example.com/robots.txt
# Ignored: http://example.com/site/robots.txt
#
# For more information about the robots.txt standard, see:
# http://www.robotstxt.org/wc/robots.html
#
# For syntax checking, see:
# http://www.sxw.org.uk/computing/robots/check.html

User-agent: *
Crawl-delay: 10
# Directories

Disallow: /database/
Disallow: /includes/
Disallow: /misc/
Disallow: /modules/
Disallow: /sites/
Disallow: /themes/
Disallow: /scripts/
Disallow: /updates/
Disallow: /profiles/
# Files
Disallow: /xmlrpc.php
Disallow: /cron.php
Disallow: /update.php
Disallow: /install.php
Disallow: /INSTALL.txt
Disallow: /INSTALL.mysql.txt
Disallow: /INSTALL.pgsql.txt
Disallow: /CHANGELOG.txt
Disallow: /MAINTAINERS.txt
Disallow: /LICENSE.txt
Disallow: /UPGRADE.txt
# Paths (clean URLs)

Disallow: /admin/
Disallow: /comment/reply/
Disallow: /contact/
Disallow: /logout/
Disallow: /node/add/
Disallow: /search/
Disallow: /user/register/
Disallow: /user/password/
Disallow: /user/login/
# Paths (no clean URLs)
Disallow: /?q=admin/
Disallow: /?q=comment/reply/
Disallow: /?q=contact/
Disallow: /?q=logout/
Disallow: /?q=node/add/
Disallow: /?q=search/
Disallow: /?q=user/password/
Disallow: /?q=user/register/
Disallow: /?q=user/login/

anything wrong?

by the rest i keep dissapear to google

 
 

Drupal is a registered trademark of Dries Buytaert.