Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 3 months ago
JSON representation

Magento 2 Module for Search Engine Optimization

Awesome Lists containing this project

README

        

# Magento 2 Search Engine Optimization
[![Project Status: Abandoned – Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.](http://www.repostatus.org/badges/latest/abandoned.svg)](http://www.repostatus.org/#abandoned)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/7efcb7346522430a85e5dd5298ebe9ff)](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)
[![Build Status](https://travis-ci.org/staempfli/magento2-module-seo.svg?branch=master)](https://travis-ci.org/staempfli/magento2-module-seo)
[![Maintainability](https://api.codeclimate.com/v1/badges/7c22812c1bfe894a2e00/maintainability)](https://codeclimate.com/github/staempfli/magento2-module-seo/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/7c22812c1bfe894a2e00/test_coverage)](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

![Search Engine Optimization](docs/assets/configuration.png)

```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