Hallo zusammen,
ich habe das Yoast SEO Plugin installiert, eine Sitemap.xml erstellt und diese mit der Google Search Console importiert. Die Sitemap.xml verarbeitet Google ohne Fehler. Jedoch sind meine Seiten alle unter ausgeschlossen drin. Siehe folgendes Bild:
[Blockierte Grafik: https://i.ibb.co/chtZwTq/Unbenannt.png]
Wenn ich in der Google-Search Console auf "Live URL Test" klicke ist alles grün und er sagt mir Seite kann indexiert werden. Hierzu auch ein Bild:
[Blockierte Grafik: https://i.ibb.co/KWshBdf/Unbenannt.jpg]
Wenn ich meine Seite aufrufe und einen Rechtsklick mit "Seitenquelltext anzeigen" mache so sehe ich auch hier:
Zu guter Letzt sagte man mir noch, dass ich die Crawler explizit erlauben solle in der robot.txt-Datei. Hierzu hatte ich folgendes von Google selber gefunden: https://support.google.com/manufacturers/answer/7349854?hl=de
Nun sieht meine robot-txt-Datei folgendermaßen aus:
#
# 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/robotstxt.html
# # # Ab hier beginnt meine Modifizierung # # #
User-agent: Googlebot
Disallow:
User-agent: AdsBot-Google
Disallow:
User-agent: Googlebot-Image
Disallow:
Sitemap: https://www.meineseite.de/sitemap.xml
# # # Ab hier endet meine Modifizierung # # #
User-agent: *
# CSS, JS, Images
Allow: /core/*.css$
Allow: /core/*.css?
Allow: /core/*.js$
Allow: /core/*.js?
Allow: /core/*.gif
Allow: /core/*.jpg
Allow: /core/*.jpeg
Allow: /core/*.png
Allow: /core/*.svg
Allow: /profiles/*.css$
Allow: /profiles/*.css?
Allow: /profiles/*.js$
Allow: /profiles/*.js?
Allow: /profiles/*.gif
Allow: /profiles/*.jpg
Allow: /profiles/*.jpeg
Allow: /profiles/*.png
Allow: /profiles/*.svg
# Directories
Disallow: /core/
Disallow: /profiles/
# Files
Disallow: /README.txt
Disallow: /web.config
# Paths (clean URLs)
Disallow: /admin/
Disallow: /comment/reply/
Disallow: /filter/tips
Disallow: /node/add/
Disallow: /search/
Disallow: /user/register/
Disallow: /user/password/
Disallow: /user/login/
Disallow: /user/logout/
# Paths (no clean URLs)
Disallow: /index.php/admin/
Disallow: /index.php/comment/reply/
Disallow: /index.php/filter/tips
Disallow: /index.php/node/add/
Disallow: /index.php/search/
Disallow: /index.php/user/password/
Disallow: /index.php/user/register/
Disallow: /index.php/user/login/
Disallow: /index.php/user/logout/
Alles anzeigen
Hat von euch einer noch eine Idee, warum das crawlen nicht passt?
Schönen Gruß und Danke
quiddi