sumas indizieren nur startseite
Verfasst: 19.04.2005, 15:10
hallo zusammen,
seit über 5 monaten ist meine seite nun online (siehe profil) und die sumas (natürlich im besonderen g**gle) indizieren nur meine startseite.
was ist an meiner seite falsch? wo habe ich was übersehen?
die seite ist ein Oscommerce-Shop und mod-rewrite sollte eigentlich die session-id unterdrückt sein sowie die seiten als html darstellen.
hier mal meine robots.txt und .htaccess
robots.txt:
User-agent: Googlebot-Image
Disallow: /
User-agent: *
Disallow: /admin/
Disallow: /account.php
Disallow: /advanced_search.php
Disallow: /checkout_shipping.php
Disallow: /create_account.php
Disallow: /login.php
Disallow: /login.php
Disallow: /password_forgotten.php
Disallow: /popup_image.php
Disallow: /shopping_cart.php
.htaccess:
DirectoryIndex index.php index.html index.htm
<IfModule mod_setenvif.c>
<IfDefine SSL>
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
</IfDefine>
</IfModule>
RewriteEngine On
RewriteBase /
RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}
würde mich wirklich über hilfreich hinweis freuen.
danke
gruss
seit über 5 monaten ist meine seite nun online (siehe profil) und die sumas (natürlich im besonderen g**gle) indizieren nur meine startseite.
was ist an meiner seite falsch? wo habe ich was übersehen?
die seite ist ein Oscommerce-Shop und mod-rewrite sollte eigentlich die session-id unterdrückt sein sowie die seiten als html darstellen.
hier mal meine robots.txt und .htaccess
robots.txt:
User-agent: Googlebot-Image
Disallow: /
User-agent: *
Disallow: /admin/
Disallow: /account.php
Disallow: /advanced_search.php
Disallow: /checkout_shipping.php
Disallow: /create_account.php
Disallow: /login.php
Disallow: /login.php
Disallow: /password_forgotten.php
Disallow: /popup_image.php
Disallow: /shopping_cart.php
.htaccess:
DirectoryIndex index.php index.html index.htm
<IfModule mod_setenvif.c>
<IfDefine SSL>
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
</IfDefine>
</IfModule>
RewriteEngine On
RewriteBase /
RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}
würde mich wirklich über hilfreich hinweis freuen.
danke
gruss