added google site verification for google search console

This commit is contained in:
2024-05-31 10:40:38 +02:00
parent f6051b15b1
commit 37fdd21db5
20 changed files with 202 additions and 1 deletions

View File

@@ -71,6 +71,8 @@ module:
menu_block: 0
menu_link_content: 0
menu_ui: 0
metatag: 0
metatag_verification: 0
mysql: 0
node: 0
options: 0

View File

@@ -0,0 +1,5 @@
label: '403 access denied'
tags:
robots: noindex
canonical_url: '[site:url]'
shortlink: '[site:url]'

View File

@@ -0,0 +1,4 @@
label: '404 page not found'
tags:
canonical_url: '[site:url]'
shortlink: '[site:url]'

View File

@@ -0,0 +1,4 @@
label: 'Front page'
tags:
canonical_url: '[site:url]'
shortlink: '[site:url]'

View File

@@ -0,0 +1,4 @@
label: Global
tags:
canonical_url: '[current-page:url]'
title: '[current-page:title] | [site:name]'

View File

@@ -0,0 +1,5 @@
label: Content
tags:
title: '[node:title] | [site:name]'
description: '[node:summary]'
canonical_url: '[node:url]'

View File

@@ -0,0 +1,5 @@
label: 'Taxonomy term'
tags:
canonical_url: '[term:url]'
description: '[term:description]'
title: '[term:name] | [site:name]'

View File

@@ -0,0 +1,5 @@
label: User
tags:
canonical_url: '[user:url]'
description: '[site:name]'
title: '[user:display-name] | [site:name]'

View File

@@ -0,0 +1,12 @@
uuid: bbc48337-1a7d-4efd-9148-02a9c9f2d41d
langcode: fr
status: true
dependencies: { }
_core:
default_config_hash: RDCkFL0NDt75Gwioooxo1iuA1S50xTVsBOgX__c6wTw
id: '403'
label: '403 access denied'
tags:
robots: noindex
canonical_url: '[site:url]'
shortlink: '[site:url]'

View File

@@ -0,0 +1,11 @@
uuid: 591e1a50-9345-494b-a8da-410d92f942e4
langcode: fr
status: true
dependencies: { }
_core:
default_config_hash: puBstSLDz8mbaWU357zaqQDBGMGsJzG0j-TQNQkjg20
id: '404'
label: '404 page not found'
tags:
canonical_url: '[site:url]'
shortlink: '[site:url]'

View File

@@ -0,0 +1,11 @@
uuid: c17ec119-4d64-4871-9c1c-820065c6a41b
langcode: fr
status: true
dependencies: { }
_core:
default_config_hash: 1noCXlegCr5HFehQRF1ViXy1jhU1jZ_sNN99a8Sj5jo
id: front
label: "Page d'accueil"
tags:
canonical_url: '[site:url]'
shortlink: '[site:url]'

View File

@@ -0,0 +1,12 @@
uuid: 5d596e85-e90b-48cb-ae39-b0a275b4afe8
langcode: fr
status: true
dependencies: { }
_core:
default_config_hash: sL588ui1E_8-2c_UupwyYxcqX2OVyMFp3HTLbbFqvPc
id: global
label: Global
tags:
canonical_url: '[current-page:url]'
google_site_verification: Rl_smMXh2b2szpTsHwbarHx7xeNmae4rZ6BxSYpnmKs
title: '[current-page:title] | [site:name]'

View File

@@ -0,0 +1,12 @@
uuid: 477f1b36-5625-44ab-ac78-bed0d1cccf55
langcode: fr
status: true
dependencies: { }
_core:
default_config_hash: rpwvgyEURXLz_JjgMCrkS1rUv-0k3L79BpO-ReN7fDI
id: node
label: Contenu
tags:
title: '[node:title] | [site:name]'
description: '[node:summary]'
canonical_url: '[node:url]'

View File

@@ -0,0 +1,12 @@
uuid: 5f1973fb-a75d-4549-aa0a-cfc87ad20f7c
langcode: fr
status: true
dependencies: { }
_core:
default_config_hash: 92bXZdyYJ5xqukdfmGRr_CYcwm1vfuS8b8aJ7X_G7E0
id: taxonomy_term
label: 'Terme de taxonomie'
tags:
canonical_url: '[term:url]'
description: '[term:description]'
title: '[term:name] | [site:name]'

View File

@@ -0,0 +1,12 @@
uuid: 66f63401-758f-4310-a025-f99815ee3ad4
langcode: fr
status: true
dependencies: { }
_core:
default_config_hash: MvQPTbQx0Vxwy0ordSHyixdZmLCMpvMdLD69dlwkrKc
id: user
label: Utilisateur
tags:
canonical_url: '[user:url]'
description: '[site:name]'
title: '[user:display-name] | [site:name]'

View File

@@ -0,0 +1,15 @@
_core:
default_config_hash: tKLBW2GXZVLFXqS9QgLyfTuxCLc1u_quKPQLtCia-Bw
langcode: fr
entity_type_groups:
search_api_task:
search_api_task:
site_verification: site_verification
separator: ','
tag_trim_method: beforeValue
use_maxlength: true
tag_trim_maxlength:
metatag_maxlength_title: null
metatag_maxlength_description: null
metatag_maxlength_abstract: null
tag_scroll_max_height: ''

View File

@@ -27,6 +27,7 @@ permissions:
- 'access administration pages'
- 'access content overview'
- 'access files overview'
- 'access site in maintenance mode'
- 'access toolbar'
- 'administer nodes'
- 'administer users'

View File

@@ -21,6 +21,7 @@ is_admin: null
permissions:
- 'access administration pages'
- 'access content overview'
- 'access site in maintenance mode'
- 'access toolbar'
- 'administer nodes'
- 'create content translations'