Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.