• Stars
    star
    101
  • Rank 338,166 (Top 7 %)
  • Language
    PHP
  • Created almost 7 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Magento 2 Module for Search Engine Optimization

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. Codacy Badge Build Status Maintainability Test Coverage

Magento 2 Module to Improve Search Engine Optimization (SEO) on your Magento site.

Installation

Install the module via composer like so:

composer require staempfli/magento2-module-seo

For Magento 2.1.x use release 1.6.1

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

    • For CMS Pages

      <meta name="twitter:title" content="Home page" />
      <meta name="twitter:description" content="CMS homepage content goes here." />
      <meta name="twitter:url" content="http://example.com/" />
      <meta name="twitter:card" content="summary" />
      <meta name="twitter:site" content="@StaempfliWeb" />
      <meta name="twitter:creator" content="@mhauri" />
    • For Categories

      <meta name="twitter:title" content="Demo Category" />
      <meta name="twitter:url" content="http://example.com/demo-category.html" />
      <meta name="twitter:description" content="This is a Demo Category" />
      <meta name="twitter:image" content="http://example.com/media/catalog/category/demo.png" />
      <meta name="twitter:card" content="summary" />
      <meta name="twitter:site" content="@StaempfliWeb" />
      <meta name="twitter:creator" content="@mhauri" />
    • For Products

      <meta name="twitter:title" content="Demo Product" />
      <meta name="twitter:description" content="Demo Product Short Description" />
      <meta name="twitter:image" content="http://example.com/media/catalog/product/cache/0f831c1845fc143d00d6d1ebc49f446a/o/p/demo.png" />
      <meta name="twitter:url" content="http://example.com/demo-product.html" />
      <meta name="twitter:card" content="summary" />
      <meta name="twitter:site" content="@StaempfliWeb" />
      <meta name="twitter:creator" content="@mhauri" />
  • Structured Data

    • For CMS Pages

      <meta property="og:title" content="Home page" />
      <meta property="og:description" content="CMS homepage content goes here." />
      <meta property="og:url" content="http://example.com/" />
    • For Categories

      <meta property="og:title" content="Demo Category" />
      <meta property="og:url" content="http://example.com/demo-category.html" />
      <meta property="og:description" content="This is a Demo Category" />
      <meta property="og:image" content="http://example.com/media/catalog/category/demo.png" />
    • For Products

      <meta property="og:title" content="Demo Product" />
      <meta property="og:description" content="Demo Product Short Description" />
      <meta property="og:image" content="http://example.com/media/catalog/product/cache/0f831c1845fc143d00d6d1ebc49f446a/o/p/demo.png" />
      <meta property="og:url" content="http://example.com/demo-product.html" />
      <meta property="og:type" content="og:product" />
      <meta property="product:price:amount" content="125.5" />
      <meta property="product:price:currency" content="CHF"/>
  • Language annotations

    <link rel="alternate" hreflang="fr" href="http://example.com/fr/content-pages/demo.html" />
    <link rel="alternate" hreflang="en" href="http://example.com/en/content-pages/demo.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

<meta name="google-site-verification" content="YOUR_GOOGLE_VERIFICATION_CODE" />
<meta name="msvalidate.01" content="YOUR_BING_VERIFICATION_CODE" />
<meta name="p:domain_verify" content="YOUR_PINTEREST_VERIFICATION_CODE" />
<meta name="yandex-verification" content="YOUR_YANDEX_VERIFICATION_CODE" />

Robots (robots.txt)

See: Robots Configuration

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.

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.

Developer

Marcel Hauri, and all other contributors

License

Open Software License ("OSL") v. 3.0

Copyright

(c) 2017, Stämpfli AG

More Repositories

1

magento2-code-generator

Code generator for Magento 2
PHP
250
star
2

magento2-phpstorm-templates

PHPStorm Live template preferences for Magento 2 Projects
PHP
227
star
3

magento2-module-image-resizer

Magento 2 Module to add simple image resizing capabilities in all blocks and .phtml templates
PHP
93
star
4

magento2-module-pdf

Magento 2 Module for creating PDF's based on wkhtmltopdf
PHP
58
star
5

magento2-builder-tool

Magento2 command tool to build and sync projects
PHP
41
star
6

magento2-module-widget-extra-fields

Magento 2 Module that adds extra field types for Widgets. For example Image and WYSIWYG fields
PHP
20
star
7

magento2-module-checkout-newsletter-subscription

Increase your newsletter subscriptions by adding a newsletter subscription checkbox to the checkout.
PHP
18
star
8

magento-product-attachment

The Extension is no longer being maintained!
PHP
16
star
9

magento2-module-mailcatcher

Magento 2 Module to catch, log and redirect emails on Local and Dev Servers
PHP
14
star
10

magento2-module-slack

Magento 2 Module to send Notifications to a Slack Channel via Webhook.
PHP
14
star
11

magento2-module-cookie-consent

Magento 2 wrapper for Cookie Consent by Insites
PHP
14
star
12

magento2-module-rebuild-url-rewrite

Module allows to rebuild the following URL Rewrites: categories, products and cms-pages.
PHP
13
star
13

magento2-module-spreadsheet

Magento 2 Module for parsing xlsx, xlsm and csv files from Excel
PHP
9
star
14

symlinker-pro

Small tool that creates relative symlinks from given paths. It can also create multiple symlinks from a file containing a list of paths
PHP
8
star
15

magento2-module-gdpr

Work in Progress - Magento 2 General Data Protection Regulation Module
PHP
8
star
16

magento2-language-de-ch

Swiss-German language pack for Magento 2
PHP
7
star
17

magento-pdf

This Module let's you easily create PDF's based on HTML Templates or by using the default Templates and adding the content you want.
PHP
6
star
18

universal-code-generator

Universal code generator used as base to create framework specific code generators
PHP
5
star
19

magento-symfony-console

Symfony console for Magento 1
PHP
3
star
20

magento-locale-en-gb

British (en_GB) Magento language pack.
3
star
21

crowd-login

An atlassian crowd loginprovider for wordpress.
PHP
1
star
22

typo3-conventions-checker

PHP
1
star
23

magento2-module-hipchat

PHP
1
star
24

magento2-module-chat-connector

PHP
1
star
25

cachetool

Binary tool to perform some actions over apc and opcache
1
star