home page of my site is not appear in google search, when I type site:mario--games.com

Posted by Bimal Das on Pro Webmasters See other posts from Pro Webmasters or by Bimal Das
Published on 2012-09-14T20:11:15Z Indexed on 2012/09/15 21:50 UTC
Read the original article Hit count: 636

I am totally confused, when I place site:mario--games.com in google I see every page of my website in serp(search engine result page) except the home page. I don’t know why it’s happening but I check everything according to google SEO rule. But not getting success.I try to check my site through google webmaster tool everything is perfect there, Please help me to solve this.

htaccess rule of my site

RewriteEngine on

#RewriteBase /
#RewriteCond %{HTTP_REFERER} !^$
#RewriteCond %{HTTP_REFERER} !^http://(www\.)?jocuri-barbie.ro/.*$ [NC]
#RewriteCond %{HTTP_REFERER} !^http://(www\.)?joc-jocuri-barbie.ro/.*$ [NC]
#RewriteRule \.(gif|jpg|swf|flv|png)$ / [F]


RewriteCond %{HTTP_HOST} ^sitename\.com$
RewriteRule ^(.*)$ http://www.sitename.com/$1 [R=301,L]

RewriteRule ^privacy_policy.html$ privacy.php
RewriteRule ^contact_us.html$ contact.php 

#RewriteCond %{HTTP_HOST} !^sitename.com$
#RewriteRule ^(.*)$ http://sitename.com/$1 [L,QSA,R=301]

RewriteRule ^index\.php$ / [QSA,R=301]

RewriteRule ^([A-Za-z0-9_]+)_([0-9]+).html$ articol.php?id=$2
RewriteRule ^([a-z_]+).html$ categorii.php?abbr=$1
RewriteRule ^([A-Za-z0-9+]+)$ search.php?cuvinte=$1
RewriteRule ^images/$ images [F]
RewriteRule ^o_articole/$ o_articole [F]

© Pro Webmasters or respective owner

Related posts about google

Related posts about google-webmaster-tools