https://github.com/staempfli/magento2-module-seo
Magento 2 Module for Search Engine Optimization
https://github.com/staempfli/magento2-module-seo
magento2 magento2-module opengraph seo seo-optimization twitter-cards
Last synced: 5 months ago
JSON representation
Magento 2 Module for Search Engine Optimization
- Host: GitHub
- URL: https://github.com/staempfli/magento2-module-seo
- Owner: staempfli
- Created: 2017-12-08T14:28:58.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2022-01-27T13:15:11.000Z (over 4 years ago)
- Last Synced: 2025-09-28T21:39:02.503Z (9 months ago)
- Topics: magento2, magento2-module, opengraph, seo, seo-optimization, twitter-cards
- Language: PHP
- Homepage:
- Size: 1.1 MB
- Stars: 98
- Watchers: 17
- Forks: 27
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento 2 Search Engine Optimization
[](http://www.repostatus.org/#abandoned)
[](https://www.codacy.com/app/Staempfli/magento2-module-seo?utm_source=github.com&utm_medium=referral&utm_content=staempfli/magento2-module-seo&utm_campaign=Badge_Grade)
[](https://travis-ci.org/staempfli/magento2-module-seo)
[](https://codeclimate.com/github/staempfli/magento2-module-seo/maintainability)
[](https://codeclimate.com/github/staempfli/magento2-module-seo/test_coverage)
Magento 2 Module to Improve Search Engine Optimization (SEO) on your Magento site.
## Installation
Install the module via composer like so:
```sh
composer require staempfli/magento2-module-seo
```
For Magento 2.1.x use release [1.6.1](https://github.com/staempfli/magento2-module-seo/releases/tag/1.6.1)
```sh
composer require staempfli/magento2-module-seo:1.6.1
```
## Usage
The Module will automatically optimize and improve the performance of your Magento-based store in Search Engines.
By Adding:
- [TwitterCards](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started)
- For CMS Pages
```html
```
- For Categories
```html
```
- For Products
```html
```
- [Structured Data](http://ogp.me/)
- For CMS Pages
```html
```
- For Categories
```html
```
- For Products
```html
```
- [Language annotations](https://support.google.com/webmasters/answer/189077?hl=en)
```html
```
## Webmaster Tools
Allowing you to set the verification code in the backend for:
- Google Webmaster Tools
- Bing Webmaster Tools
- Pinterest
- Yandex webmaster Tools

```html
```
## Robots (robots.txt)
See: [Robots Configuration](docs/Robots.md)
## Requirements
- PHP: > 7.0
- Magento 2.2.x | 2.3.x
Support
-------
If you have any issues with this extension, open an issue on [GitHub](https://github.com/staempfli/magento2-module-seo/issues).
Contribution
------------
Any contribution is highly appreciated. The best way to contribute code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).
Developer
---------
Marcel Hauri, and all other [contributors](https://github.com/staempfli/magento2-module-seo/contributors)
License
-------
[Open Software License ("OSL") v. 3.0](https://opensource.org/licenses/OSL-3.0)
Copyright
---------
(c) 2017, Stämpfli AG