# Drupal CMS Basic SEO

Provides basic SEO best practices.

## Recipes Applied
- Content editor role (core)

## Modules and Themes Installed
- [Easy Breadcrumb](https://www.drupal.org/project/easy_breadcrumb)
- Node (core)
- [Pathauto](https://www.drupal.org/project/pathauto)
- [Redirect](https://www.drupal.org/project/redirect)
- [Token](https://www.drupal.org/project/token)
- Views (core)

## Installation
This project is part of [Drupal CMS](https://drupal.org/project/cms). If you're not using Drupal CMS, you can still use this recipe in your own project. Add it with the following Composer command:

```
composer require drupal/drupal_cms_seo_basic
```

## Bugs and Feedback
If you encounter any bugs or have feedback about this recipe, please file an issue in the [Drupal CMS issue queue](https://www.drupal.org/project/issues/drupal_cms).
