seo: hreflang, robotstxt

This commit is contained in:
2022-11-01 16:11:48 +01:00
parent 2c527fc578
commit 596b0138b9
6 changed files with 132 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
progress:
'#changed': 1667315015
'#changed': 1667315393
'#changed_by': '1'
'#completed_items': 14
'#completed_items': 19
'#items':
install_and_enable_seo_checklist_module:
'#completed': 1667314961
@@ -39,9 +39,24 @@ progress:
install_and_enable_metatag_module:
'#completed': 1667314961
'#uid': '1'
install_and_enable_alternate_hreflang_module:
'#completed': 1667315248
'#uid': '1'
install_and_enable_xml_sitemap_module:
'#completed': 1667314961
'#uid': '1'
configure_xml_sitemap_module:
'#completed': 1667315314
'#uid': '1'
install_and_enable_robotstxt_module:
'#completed': 1667315393
'#uid': '1'
set_up_cron:
'#completed': 1667315393
'#uid': '1'
google_accounts_sign_ups:
'#completed': 1667315393
'#uid': '1'
install_and_enable_honeypot_module:
'#completed': 1667314961
'#uid': '1'

View File

@@ -64,6 +64,7 @@ module:
geofield: 0
help: 0
honeypot: 0
hreflang: 0
image: 0
image_field_caption: 0
imce: 0
@@ -119,6 +120,7 @@ module:
redirect: 0
redis: 0
responsive_image: 0
robotstxt: 0
role_delegation: 0
search_api: 0
search_api_db: 0

View File

@@ -0,0 +1,5 @@
_core:
default_config_hash: AP0rUkD9J76UrK28UKE15IsUXCzjSfCwJKBujS7ox1M
langcode: fr
x_default: true
defer_to_content_translation: false

View File

@@ -0,0 +1,4 @@
_core:
default_config_hash: ceCx5XZ_ay1Mxcv-sB95U_fBKoVkpvo8RaQiwutSZLI
langcode: fr
content: "#\r\n# robots.txt\r\n#\r\n# This file is to prevent the crawling and indexing of certain parts\r\n# of your site by web crawlers and spiders run by sites like Yahoo!\r\n# and Google. By telling these \"robots\" where not to go on your site,\r\n# you save bandwidth and server resources.\r\n#\r\n# This file will be ignored unless it is at the root of your host:\r\n# Used: http://example.com/robots.txt\r\n# Ignored: http://example.com/site/robots.txt\r\n#\r\n# For more information about the robots.txt standard, see:\r\n# http://www.robotstxt.org/robotstxt.html\r\n\r\nUser-agent: *\r\n# CSS, JS, Images\r\nAllow: /core/*.css$\r\nAllow: /core/*.css?\r\nAllow: /core/*.js$\r\nAllow: /core/*.js?\r\nAllow: /core/*.gif\r\nAllow: /core/*.jpg\r\nAllow: /core/*.jpeg\r\nAllow: /core/*.png\r\nAllow: /core/*.svg\r\nAllow: /profiles/*.css$\r\nAllow: /profiles/*.css?\r\nAllow: /profiles/*.js$\r\nAllow: /profiles/*.js?\r\nAllow: /profiles/*.gif\r\nAllow: /profiles/*.jpg\r\nAllow: /profiles/*.jpeg\r\nAllow: /profiles/*.png\r\nAllow: /profiles/*.svg\r\n# Directories\r\nDisallow: /core/\r\nDisallow: /profiles/\r\n# Files\r\nDisallow: /README.txt\r\nDisallow: /web.config\r\n# Paths (clean URLs)\r\nDisallow: /admin/\r\nDisallow: /comment/reply/\r\nDisallow: /filter/tips\r\nDisallow: /node/add/\r\nDisallow: /search/\r\nDisallow: /user/register\r\nDisallow: /user/password\r\nDisallow: /user/login\r\nDisallow: /user/logout\r\nAllow:/sitemap.xml\r\n# Paths (no clean URLs)\r\nDisallow: /index.php/admin/\r\nDisallow: /index.php/comment/reply/\r\nDisallow: /index.php/filter/tips\r\nDisallow: /index.php/node/add/\r\nDisallow: /index.php/search/\r\nDisallow: /index.php/user/password\r\nDisallow: /index.php/user/register\r\nDisallow: /index.php/user/login\r\nDisallow: /index.php/user/logout\r\n"