JTL Shop Sitemap Probleme Allgemeiner HTTP Fehler bei Google

mvh

Sehr aktives Mitglied
26. Oktober 2011
1.221
462
Moin.
1) Bitte die korrekte URL bei Google eintragen: https://imitart.de/sitemap.xml und nicht http://...
2) Dein robots.txt hat nicht überall Sitemap-Eintrag
Hast in deiner .htaccess das (vermutlich):
Code:
<ifModule mod_deflate.c>
   <FilesMatch "\\.(js|css|html|htm|php|xml)$">
      SetOutputFilter DEFLATE
   </FilesMatch>
</ifModule>
 
Zuletzt bearbeitet:

konzentrat

Sehr aktives Mitglied
29. Juli 2010
204
25
Moin.
1) Bitte die korrekte URL bei Google eintragen: https://imitart.de/sitemap.xml und nicht http://...
2) Dein robots.txt hat nicht überall Sitemap-Eintrag
Hast in deiner .htaccess das (vermutlich):
Code:
<ifModule mod_deflate.c>
   <FilesMatch "\\.(js|css|html|htm|php|xml)$">
      SetOutputFilter DEFLATE
   </FilesMatch>
</ifModule>
URL ist korrekt. Aber was hat es mit dem deflate (ich verstehe das für das komprimierungs tool steht) auf sich? bei mir steht da einiges:

<IfModule mod_setenvif.c> <IfModule mod_headers.c> <FilesMatch "\.(bmp|cur|gif|ico|jpe?g|png|svgz?|webp)$"> SetEnvIf Origin ":" IS_CORS Header set Access-Control-Allow-Origin "*" env=IS_CORS </FilesMatch> SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding </IfModule> </IfModule> <IfModule mod_filter.c> <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE \ "application/atom+xml" \ "application/javascript" \ "application/json" \ "application/ld+json" \ "application/manifest+json" \ "application/rdf+xml" \ "application/rss+xml" \ "application/schema+json" \ "application/vnd.geo+json" \ "application/vnd.ms-fontobject" \ "application/x-font-ttf" \ "application/x-javascript" \ "application/x-web-app-manifest+json" \ "application/xhtml+xml" \ "application/xml" \ "font/eot" \ "font/opentype" \ "image/bmp" \ "image/svg+xml" \ "image/vnd.microsoft.icon" \ "image/x-icon" \ "text/cache-manifest" \ "text/css" \ "text/html" \ "text/javascript" \ "text/plain" \ "text/vcard" \ "text/vnd.rim.location.xloc" \ "text/vtt" \ "text/x-component" \ "text/x-cross-domain-policy" \ "text/xml" </IfModule> <IfModule mod_mime.c> AddEncoding gzip svgz </IfModule> </IfModule> <IfModule !mod_filter.c> <IfModule mod_deflate.c> <FilesMatch "\\.(js|css|html|htm|xml)$"> SetOutputFilter DEFLATE </FilesMatch> </IfModule> </IfModule>
 

Ähnliche Themen