Skip to content
Snippets Groups Projects
Commit 6024d1c4 authored by Jim Birch's avatar Jim Birch Committed by Adam G-H
Browse files

Issue #3498770 by phenaproxima, thejimbirch, pameeela: Restore Realtime SEO...

Issue #3498770 by phenaproxima, thejimbirch, pameeela: Restore Realtime SEO for Drupal (yoast_seo) to the SEO tools recipe
parent 34d57423
No related branches found
No related tags found
1 merge request!420Restore Realtime SEO for Drupal (yoast_seo)
Pipeline #392546 passed
......@@ -81,6 +81,7 @@
* [Simple XML Sitemap](https://drupal.org/project/simple_sitemap)
* [Sitemap](http://drupal.org/project/sitemap)
* [Token Or](https://www.drupal.org/project/token_or)
* [Real-time SEO for Drupal](http://drupal.org/project/yoast_seo)
## Drupal CMS
* [Automatic Updates](https://www.drupal.org/project/automatic_updates)
* [BPMN.iO for ECA](https://www.drupal.org/project/bpmn_io)
......
......@@ -12,7 +12,8 @@
"drupal/seo_checklist": "^5.2.1",
"drupal/simple_sitemap": "^4.2.2",
"drupal/sitemap": "^2",
"drupal/token_or": "^2.2"
"drupal/token_or": "^2.2",
"drupal/yoast_seo": "^2"
},
"suggest": {
"drupal/drupal_cms_analytics": "Adds recipes for tracking website traffic.",
......
langcode: en
status: true
dependencies:
module:
- node
- yoast_seo
id: node.field_seo_analysis
field_name: field_seo_analysis
entity_type: node
type: yoast_seo
settings: { }
module: yoast_seo
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
......@@ -17,9 +17,11 @@ install:
- simple_sitemap
- sitemap
- token_or
- yoast_seo
config:
# Treat all field storages strictly, since they influence the database layout.
strict:
- field.storage.node.field_seo_analysis
- field.storage.node.field_seo_description
- field.storage.node.field_seo_image
- field.storage.node.field_seo_title
......@@ -33,6 +35,10 @@ config:
simple_sitemap: '*'
actions:
# Add SEO fields to all content types that are installed.
field.storage.node.field_seo_analysis:
addToAllBundles:
label: 'SEO analysis'
description: 'Pick the main keyword this page is about.'
field.storage.node.field_seo_description:
addToAllBundles:
label: 'SEO description'
......@@ -63,6 +69,7 @@ config:
- field_seo_title
- field_seo_description
- field_seo_image
- field_seo_analysis
label: 'Search Engine Optimization (SEO) Information'
region: content
parent_name: ''
......@@ -77,6 +84,17 @@ config:
description: ''
required_fields: false
setComponents:
-
name: field_seo_analysis
options:
type: yoast_seo_widget
weight: 18
region: content
settings:
render_theme: NULL
render_view_mode: default
edit_title: 0
edit_description: 0
-
name: field_seo_description
options:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment