typo3 / neos-seo
SEO configuration and tools for Neos
Fund package maintenance!
shop.neos.io/neosfunding
Installs: 103 457
Dependents: 1
Suggesters: 1
Security: 0
Stars: 13
Watchers: 9
Forks: 36
Open Issues: 18
Type:neos-package
Requires
- neos/fusion-afx: ^9.0
- neos/neos: ^9.0
Replaces
- typo3/neos-seo: 4.1.4
- 4.x-dev
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.0
- 4.0.2
- 4.0.1
- 4.0.0
- 3.x-dev
- 3.3.5
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.1
- 3.2.0
- 3.1.1
- 3.1.0
- dev-master / 3.0.x-dev
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.1.x-dev
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.x-dev
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.2
- 1.0.1
- 1.0.0
- dev-feature/addPhpstan
- dev-task/adjust-hiddenInIndex-to-core-changes
- dev-bugfix/language-fallback-handling
This package is auto-updated.
Last update: 2024-08-27 12:27:08 UTC
README
Neos.Seo
A package to enable additional SEO features for Neos CMS.
It includes for example:
- Meta tags
- Sitemap
- Social tags
- Structured data
Check the documentation for all features and usage.
Installation and usage
-
Run the following command f.e. in your site package:
composer require --no-update "neos/seo:^4.1"
-
Update your dependencies by running the following command in your project root folder:
composer update
Contributions
When creating a PR and you change is valid for version 2.1 too, please set this branch also as your PR target.
If you are unsure or change a newer feature, use master as target.
Doing upmerges
To do an upmerge from 2.1 to 3.x run the following command
git checkout master && git fetch && git reset --hard origin/master && git merge --no-ff --no-commit origin/2.1 --strategy-option=ours
License
See License.