Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jolicode/seo-override
:checkered_flag: Override your SEO related markup on the fly
https://github.com/jolicode/seo-override
library php seo symfony symfony-bundle
Last synced: 7 days ago
JSON representation
:checkered_flag: Override your SEO related markup on the fly
- Host: GitHub
- URL: https://github.com/jolicode/seo-override
- Owner: jolicode
- License: mit
- Created: 2017-04-06T19:07:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T10:01:42.000Z (4 months ago)
- Last Synced: 2024-12-26T02:09:42.718Z (14 days ago)
- Topics: library, php, seo, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 163 KB
- Stars: 14
- Watchers: 16
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# SeoOverride
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![Latest Stable Version](https://poser.pugx.org/jolicode/seo-override/v/stable)](https://packagist.org/packages/jolicode/seo-override)
[![Total Downloads](https://poser.pugx.org/jolicode/seo-override/downloads)](https://packagist.org/packages/jolicode/seo-override)Override your seo markup on the fly.
> [!CAUTION]
> We consider this library as stable and do not plan to add new features. We will still merge any bug fixes or support for new dependencies versions.If you need more powerful SEO features, we recommend to use [redirection.io](https://redirection.io/) which is the perfect tool for businesses, marketing and SEO. It allows you to:
- override SEO metadata (as well as this package);
- manage HTTP redirections;
- find and fix 404 errors;
- etc.## Installation
Use [Composer](http://getcomposer.org/) to install SeoOverride in your project:
```shell
composer require "jolicode/seo-override"
```## Documentation
This package can be used either with plain PHP or inside Symfony through the
provided bundle.* [Regular usage](doc/regular)
* [Usage inside Symfony](doc/symfony)## Further documentation
You can see the current and past versions using one of the following:
* the `git tag` command
* the [releases page on Github](https://github.com/jolicode/seo-override/releases)
* the file listing the [changes between versions](CHANGELOG.md)And finally some meta documentation:
* [versioning and branching models](VERSIONING.md)
* [contribution instructions](CONTRIBUTING.md)## Credits
* [All contributors](https://github.com/jolicode/seo-override/graphs/contributors)
## License
View the [The MIT License (MIT)](LICENSE) file attach to this project.