Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thejimbirch/seo_starter
Drupal 8 Module for getting a jump start on configuring best practices for SEO. This repository is a mirror of the SEO Starter Drupal module.
https://github.com/thejimbirch/seo_starter
drupal drupal-8 drupal-module meta-tags seo thejimbirch
Last synced: 28 days ago
JSON representation
Drupal 8 Module for getting a jump start on configuring best practices for SEO. This repository is a mirror of the SEO Starter Drupal module.
- Host: GitHub
- URL: https://github.com/thejimbirch/seo_starter
- Owner: thejimbirch
- License: gpl-2.0
- Created: 2017-06-09T21:24:02.000Z (over 7 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2017-07-10T16:12:07.000Z (over 7 years ago)
- Last Synced: 2024-11-07T18:00:14.349Z (3 months ago)
- Topics: drupal, drupal-8, drupal-module, meta-tags, seo, thejimbirch
- Homepage: https://www.drupal.org/project/seo_starter
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SEO Starter
Drupal 8 Module for getting a jump start on configuring best practices for SEO.
This module overrides your site's configuration with a set of predefined
configurations influenced by Ben Finklea's
Drupal 8 SEO Book.**Warning:**
This module will replace the configuration in your site with the specified
configuration in this module. For a complete list, look at the Requirements
list below.**Installation:**
* Install the module as you normally would. This module has dependencies on a
number of different modules that will also be installed.
* In the Drupal administration interface, customize:
* * Google Analytics
* * Metatag
* * Pathauto
* * Simple Sitemap
* Set permissions
* * Since this module installs other modules, you will need to set the
permissions for those modules.
* Uninstall
* * After installation you can uninstall this module, it does nothing after
the initial install.
* Manage your configuration
* * After installation the settings provided by your module, and the
customizations you make in the admin UI will be in your site's configuration.
Manage them as you normally would.**Requirements:**
* coffee
* ctools
* easy_breadcrumb
* google_analytics
* hreflang
* metatag
* metatag_google_plus
* metatag_open_graph
* metatag_twitter_cards
* metatag_verification
* pathauto
* redirect
* schema_metatag
* schema_web_site
* seo_checklist
* simple_sitemap
* token