registrieren registriertes Mitglied


Anzeige

Anzeige

Google listet ein paar Tage, dann wieder nicht

Hier kannst Du Deine Fragen zum Thema Suchmaschinenoptimierung (SEO) stellen.
kweb
PostRank 3
PostRank 3
Beiträge: 76
Registriert: 22.04.2009, 09:25

Beitrag kweb » 22.10.2014, 09:29 Google listet ein paar Tage, dann wieder nicht

Hallo Gemeinde,
ich bin so langsam am Ende mit meinem Latein. Es geht um diese Seite hier:

Klick

Diese Seite wurde über eine lange Zeit unter "Bimota Ersatzteile" auf Position 1-3 gelistet. Jetzt ist es so, dass die Seite ein paar Tage gelistet wird bevor sie komplett aus dem Index rausfliegt. Dann nach ein paar Tagen ist sie wieder da, dann ist sie wieder Tage weg.

Die Webseite läuft mit Joomla mit einer vorgeschalteten Firewall. Diese Firewall hatte ich mal für einige Tage deaktiviert um zu schauen ob da irgendetwas geblockt wird, letztendlich war aber alles beim Alten. Mal gelistet, mal nicht.

Die Webmaster Tools geben mir bei diversen Seiten den Hinweis:
Der Googlebot konnte Ihre URL nicht crawlen, da Ihr Server entweder eine Authentifizierung für den Zugriff auf die Seite erfordert oder dem Googlebot den Zugriff auf Ihre Website verwehrt.
Nun habe ich aber schon die Firewall abgeschaltet, selbst die robotos.txt habe ich mal deaktiviert - alles ohne Erfolg. Hier noch der Inhalt meiner .htaccess - mehr weiss ich leider nicht wo man die Urasache für dieses Verhalten suchen sollte. Habt ihr ne Idee?

Code: Alles auswählen

AddHandler php5-cgi .php
php_flag magic_quotes_gpc off
php_flag register_globals off

##
# @package                Joomla
# @copyright        Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.
# @license                GNU General Public License version 2 or later; see LICENSE.txt
##

##
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations.  It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file.  If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's.  If they work,
# it has been set by your server administrator and you do not need it set here.
##

## Can be commented out if causes errors, see notes above.
Options +FollowSymLinks

## Mod_rewrite in use.

RewriteEngine On

## Begin - Rewrite rules to block out some common exploits.
# If you experience problems on your site block out the operations listed below
# This attempts to block the most common type of exploit `attempts` to Joomla!
#
# Block out any script trying to base64_encode data within the URL.
RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
deny from googlebot.com deny from slurp Options -Indexes
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{HTTP_USER_AGENT} ^$
# Block out any script that includes a <script> tag in URL.
RewriteCond %&#123;QUERY_STRING&#125; &#40;<|%3C&#41;&#40;&#91;^s&#93;*s&#41;+cript.*&#40;>|%3E&#41; &#91;NC,OR&#93;
# Block out any script trying to set a PHP GLOBALS variable via URL.
RewriteCond %&#123;QUERY_STRING&#125; GLOBALS&#40;=|\&#91;|\%&#91;0-9A-Z&#93;&#123;0,2&#125;&#41; &#91;OR&#93;
# Block out any script trying to modify a _REQUEST variable via URL.
RewriteCond %&#123;QUERY_STRING&#125; _REQUEST&#40;=|\&#91;|\%&#91;0-9A-Z&#93;&#123;0,2&#125;&#41;
# Return 403 Forbidden header and show the content of the root homepage
RewriteRule .* index.php &#91;F&#93;
#
## End - Rewrite rules to block out some common exploits.

## Begin - Custom redirects
#
# If you need to redirect some pages, or set a canonical non-www to
# www redirect &#40;or vice versa&#41;, place that code here. Ensure those
# redirects use the correct RewriteRule syntax and the &#91;R=301,L&#93; flags.
#
## End - Custom redirects

##
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory &#40;just / for root&#41;.
##

# RewriteBase /

## Begin - Joomla! core SEF Section.
#
RewriteRule .* - &#91;E=HTTP_AUTHORIZATION&#58;%&#123;HTTP&#58;Authorization&#125;&#93;
#
# If the requested path and file is not /index.php and the request
# has not already been internally rewritten to the index.php script
RewriteCond %&#123;REQUEST_URI&#125; !^/index\.php
# and the request is for something within the component folder,
# or for the site root, or for an extensionless URL, or the
# requested URL ends with one of the listed extensions
RewriteCond %&#123;REQUEST_URI&#125; /component/|&#40;/&#91;^.&#93;*|\.&#40;php|html?|feed|pdf|vcf|raw&#41;&#41;$ &#91;NC&#93;
# and the requested path and file doesn't directly match a physical file
RewriteCond %&#123;REQUEST_FILENAME&#125; !-f
# and the requested path and file doesn't directly match a physical folder
RewriteCond %&#123;REQUEST_FILENAME&#125; !-d
# internally rewrite the request to the index.php script
RewriteRule .* index.php &#91;L&#93;
#
## End - Joomla! core SEF Section.
RewriteEngine on
RewriteBase /
RewriteCond %&#123;HTTP_HOST&#125; ^bimota-parts\.de$
RewriteRule ^&#40;.*&#41;$ http&#58;//www.bimota-parts.de/$1 &#91;L,R=301&#93;
[/url]


Edit: Ebenfalls verwundert es mich das mit dem "site:"-Befehl bei Google immer nur die Startseite gelistet wird. Google nimmt auch absolut keine Unterseiten in den Index auf.

Anzeige von: