Giter Site home page Giter Site logo

magento2-module-seo's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.