2017 © Pedro PelĂĄez
 

magento2-module magento2-module-seo

Magento 2 Seo Module

image

staempfli/magento2-module-seo

Magento 2 Seo Module

  • Monday, May 14, 2018
  • by mhauri
  • Repository
  • 13 Watchers
  • 42 Stars
  • 2,819 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 2 Open issues
  • 13 Versions
  • 61 % Grown

The README.md

Magento 2 Search Engine Optimization

Codacy Badge Build Status Maintainability Test Coverage, (*1)

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

Installation

Install the module via composer like so:, (*3)

composer require staempfli/magento2-module-seo

For Magento 2.1.x use release 1.6.1, (*4)

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., (*5)

By Adding:, (*6)

  • TwitterCards, (*7)

    • For CMS Pages, (*8)

      <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, (*9)

      <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, (*10)

      <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, (*11)

    • For CMS Pages, (*12)

      <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, (*13)

      <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, (*14)

      <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, (*15)

    <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:, (*16)

  • Google Webmaster Tools
  • Bing Webmaster Tools
  • Pinterest
  • Yandex webmaster Tools

Search Engine Optimization, (*17)

<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, (*18)

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., (*19)

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub., (*20)

Developer

Marcel Hauri, and all other contributors, (*21)

License

Open Software License ("OSL") v. 3.0, (*22)

(c) 2017, StÀmpfli AG, (*23)

The Versions

14/05 2018

dev-master

9999999-dev

Magento 2 Seo Module

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0|^7.1
  • magento/module-config ~100.1|~101.0
  • magento/module-catalog ~101.0|~102.0
  • magento/module-cms ~101.0|~102.0
  • magento/module-theme ~100.1
  • magento/framework ~100.1|~101.0
  • magento/module-store ~100.1|~101.0

 

The Development Requires

by Marcel Hauri

14/05 2018

dev-develop

dev-develop

Magento 2 Seo Module

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0|^7.1
  • magento/module-theme ~100.1
  • magento/module-config ~100.1|~101.0
  • magento/module-catalog ~101.0|~102.0
  • magento/module-cms ~101.0|~102.0
  • magento/framework ~100.1|~101.0
  • magento/module-store ~100.1|~101.0

 

The Development Requires

by Marcel Hauri

01/05 2018

1.6.2

1.6.2.0

Magento 2 Seo Module

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0|^7.1
  • magento/module-store ~100.1|~101.0
  • magento/module-config ~100.1|~101.0
  • magento/module-catalog ~101.0|~102.0
  • magento/module-cms ~101.0|~102.0
  • magento/module-theme ~100.1
  • magento/framework ~100.1|~101.0

 

The Development Requires

by Marcel Hauri

01/05 2018

dev-magento-2.2-plugin

dev-magento-2.2-plugin

Magento 2 Seo Module

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0|^7.1
  • magento/module-store ~100.1|~101.0
  • magento/module-config ~100.1|~101.0
  • magento/module-catalog ~101.0|~102.0
  • magento/module-cms ~101.0|~102.0
  • magento/module-theme ~100.1
  • magento/framework ~100.1|~101.0

 

The Development Requires

by Marcel Hauri

27/04 2018

1.6.1

1.6.1.0

Magento 2 Seo Module

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0|^7.1
  • magento/module-store ~100.1|~101.0
  • magento/module-config ~100.1|~101.0
  • magento/module-catalog ~101.0|~102.0
  • magento/module-cms ~101.0|~102.0
  • magento/module-theme ~100.1
  • magento/framework ~100.1|~101.0

 

The Development Requires

by Marcel Hauri

14/02 2018

1.6

1.6.0.0

Magento 2 Seo Module

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0|^7.1
  • magento/module-store ~100.1|~101.0
  • magento/module-config ~100.1|~101.0
  • magento/module-catalog ~101.0|~102.0
  • magento/module-cms ~101.0|~102.0
  • magento/module-theme ~100.1
  • magento/framework ~100.1|~101.0

 

The Development Requires

by Marcel Hauri

08/02 2018

1.5

1.5.0.0

Magento 2 Seo Module

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0|^7.1
  • magento/module-store ~100.1|~101.0
  • magento/module-config ~100.1|~101.0
  • magento/module-catalog ~101.0|~102.0
  • magento/module-cms ~101.0|~102.0
  • magento/module-theme ~100.1
  • magento/framework ~100.1|~101.0

 

The Development Requires

by Marcel Hauri

12/01 2018

1.4

1.4.0.0

Magento 2 Seo Module

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0|^7.1
  • magento/module-store ~100.1|~101.0
  • magento/module-config ~100.1|~101.0
  • magento/module-catalog ~101.0|~102.0
  • magento/module-cms ~101.0|~102.0
  • magento/module-theme ~100.1
  • magento/framework ~100.1|~101.0

 

The Development Requires

by Marcel Hauri

12/01 2018

1.2

1.2.0.0

Magento 2 Seo Module

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0|^7.1
  • magento/module-store ~100.1|~101.0
  • magento/module-config ~100.1|~101.0
  • magento/module-catalog ~101.0|~102.0
  • magento/module-cms ~101.0|~102.0
  • magento/module-theme ~100.1
  • magento/framework ~100.1|~101.0

 

The Development Requires

by Marcel Hauri

18/12 2017

1.1.2

1.1.2.0

Magento 2 Seo Module

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0|^7.1
  • magento/module-config ~100.1|~101.0
  • magento/module-catalog ~101.0|~102.0
  • magento/module-cms ~101.0|~102.0
  • magento/module-theme ~100.1
  • magento/framework ~100.1|~101.0

 

The Development Requires

by Marcel Hauri

18/12 2017

1.1.1

1.1.1.0

Magento 2 Seo Module

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0|^7.1
  • magento/module-config ~100.1|~101.0
  • magento/module-catalog ~101.0|~102.0
  • magento/module-cms ~101.0|~102.0
  • magento/module-theme ~100.1
  • magento/framework ~100.1|~101.0

 

The Development Requires

by Marcel Hauri

11/12 2017

1.0

1.0.0.0

Magento 2 Seo Module

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~7.0
  • magento/module-config ~101.0
  • magento/module-catalog ~102.0
  • magento/module-cms ~102.0
  • magento/module-theme ~100.2
  • magento/framework ~101.0

 

The Development Requires

by Marcel Hauri

11/12 2017

1.1

1.1.0.0

Magento 2 Seo Module

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~7.0
  • magento/module-config ~101.0
  • magento/module-catalog ~102.0
  • magento/module-cms ~102.0
  • magento/module-theme ~100.2
  • magento/framework ~101.0

 

The Development Requires

by Marcel Hauri