2017 © Pedro Peláez
 

magento2-module magento-module-yoastseo

Yoast SEO integration by MaxServ

image

maxserv/magento-module-yoastseo

Yoast SEO integration by MaxServ

  • Monday, July 16, 2018
  • by arnoschoon
  • Repository
  • 20 Watchers
  • 38 Stars
  • 1,798 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 9 Open issues
  • 42 Versions
  • 34 % Grown

The README.md

Yoast SEO for Magento 2 (by MaxServ)

Introduction

We have developed this advanced SEO module in close cooperation with YOAST inc. It incorporates the YOAST library into Magento2., (*1)

Requirements

Magento 2.2.* OpenSource. This version of the module has not (yet) been tested on Magento 2 Commerce or Magento 2 Cloud editions., (*2)

Features

Proper meta tags

  • ld+json schema data which identifies the page
  • canonical url tag
  • OpenGraph data
  • Facebook configuration data (app id, admin ids)
  • Twitter card data

Live SEO analysis from within the edit forms

When you open an edit form, you'll notice that the default 'Search Engine Optimisation' section has been changed to 'YoastSEO'. Inside this section we have added a live analysis tool. This tool runs a whole battery of tests on your content and shows you the results. Results marked with a green status light are OK, orange means you might want to have a look, while red indicates a problem that you should try to fix immediately., (*3)

You'll find the analyis tool in the edit forms of these entities: - Categories - Products - CMS Pages, (*4)

Customize analysis templates

If you have custom attributes which contain content, we've got you covered. You can edit the analysis templates to include you own custom attributes. Read more on how to configure analysis templates here., (*5)

Create redirects for deleted products

Normally a product URL will generate a 404 page after you delete the product. Now you can configure what should happen yourself. Choose between redirecting to the product's category page, a fixed category page or a CMS page of your choice. Or, if you want, you can choose not to create redirects., (*6)

Installation

This module can be installed using composer., (*7)

Packagist

If you have access to packagist (and by default you do), all you need to do is run this require statement., (*8)

composer require maxserv/magento-module-yoastseo

GitHub

If you do not have access to packagist, you need to add our GitHub repository to your composer configuration before you can require this module:, (*9)

composer config repositories.yoastseo git https://github.com/Yoast/Yoast-SEO-for-Magento2
composer require maxserv/magento-module-yoastseo

Download

If for some reason you can't use composer then please follow these steps: 1. Browse to the releases section on our GitHub page 2. Download the latest release in zip or tar format 3. Create a directory in your project: app/code/MaxServ/YoastSeo 4. Unpack the package into that directory, (*10)

Configuration

You can find the configuration by navigating to Stores -> Configuration in the main menu. In the configuration sections select 'YoastSEO' and then click on 'SEO Settings'., (*11)

Analysis templates

You can find the analysis templates by navigating to Marketing -> YoastSEO -> Analysis Templates using the main menu., (*12)

Template format

The template consists of plain HTML and placeholders for attributes. Placeholders are defined with double handlebars:, (*13)

{{<attribute_code>[ reader='<reader>'][ provider='<provider>'][ default='<default>']}}
Part Possible values
<attribute_code> Any valid attribute code (with some exceptions)
<reader> text,wysiwyg,cms_block,category_landing_page
<provider> product_images
<default> Any value

At least one of <reader>, <provider> or <default> must be configured., (*14)

Readers

Text

The text reader returns the literal value of the input field component. The value will not be processed., (*15)

Wysiwyg

The value of the input field component will be rendered using frontend rendering. This ensures that any placeholders (e.g. widget placeholders) in the content will be expanded before analysis., (*16)

CMS Block

The value of the the input field component should be the numerical identifier of a CMS block. If it is, the CMS block will be rendered using frontend rendering., (*17)

Category Landing Page

Can only be used in category forms, and will only render anything if the category display mode has been set to either 'Static block only' or 'Static block and products'. If this is the case, this reader will pull content from the 'Add CMS Block' field in the 'Content' section of the category form., (*18)

Providers

Use a provider in conjunction with a nonexistent attribute code to provide data to the template processor which can not be read from other form fields. A provider should return plain HTML which requires no more processing., (*19)

Product Images

The product images provider reads the product media gallery and renders the images as <img /> tags., (*20)

Template processing

For each placeholder, the template processor will try to retrieve content based on the placeholder configuration. The following steps are treated in an if, else if, else if, else manner, (*21)

  • If a form input component can be found based on the attribute code, and a reader has been defined, the template processor will instruct the reader to process the input component's value.
  • If a form input component can be found based on the attribute code, the input component's value is returned.
  • If a form input component could exist but doesn't exist yet (JIT fieldset rendering), and the entity already had a value for that attribute code, then that value is returned.
  • If a provider has been configured, the provider is instructed to return a value. The attribute code does not have to exist.
  • If the placeholder has a default value configured, the default value is returned. The attribute code does not have to exist.
  • A blank value is returned.

The Versions

16/07 2018

dev-master

9999999-dev

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • magento/framework ^101.0.0
  • magento/module-catalog *
  • magento/module-cms *
  • magento/module-config *

 

13/07 2018

dev-feature/documentation

dev-feature/documentation

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • magento/framework ^101.0.0
  • magento/module-catalog *
  • magento/module-cms *
  • magento/module-config *

 

13/07 2018

2.0.1

2.0.1.0

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • magento/framework ^101.0.0
  • magento/module-catalog *
  • magento/module-cms *
  • magento/module-config *

 

10/07 2018

2.0.0

2.0.0.0

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • magento/framework ^101.0.0
  • magento/module-catalog *
  • magento/module-cms *
  • magento/module-config *

 

10/07 2018

dev-2.0-rc

dev-2.0-rc

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • magento/module-catalog *
  • magento/module-cms *
  • magento/module-config *
  • magento/framework ^101.0.0

 

23/04 2018

2.0.0-rc.2

2.0.0.0-RC2

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • magento/module-catalog *
  • magento/module-cms *
  • magento/module-config *
  • magento/framework ^101.0.0

 

20/04 2018

2.0.0-rc.5

2.0.0.0-RC5

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • magento/framework ^101.0.0
  • magento/module-catalog *
  • magento/module-cms *
  • magento/module-config *

 

20/04 2018

2.0.0-rc.1

2.0.0.0-RC1

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • magento/module-catalog *
  • magento/module-cms *
  • magento/module-config *
  • magento/framework ^101.0.0

 

20/04 2018

2.0.0-rc.4

2.0.0.0-RC4

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • magento/framework *
  • magento/module-catalog *
  • magento/module-cms *
  • magento/module-config *

 

20/04 2018

2.0.0-rc.3

2.0.0.0-RC3

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • magento/framework *
  • magento/module-catalog *
  • magento/module-cms *
  • magento/module-config *

 

30/03 2018

1.1.2

1.1.2.0

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6|~7.1.0
  • magento/framework *

 

12/01 2018

1.1.1

1.1.1.0

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

11/01 2018

dev-bugfix/remove-prev-next-rel-tags

dev-bugfix/remove-prev-next-rel-tags

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

05/01 2018

1.1.0

1.1.0.0

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

05/01 2018

dev-feature/seo-attribute-group-code-setting

dev-feature/seo-attribute-group-code-setting

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

06/12 2017

1.0.7

1.0.7.0

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

31/10 2017

dev-bugfux/54-base-table-or-view-not-found

dev-bugfux/54-base-table-or-view-not-found

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

31/10 2017

1.0.6

1.0.6.0

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

27/09 2017

1.0.5

1.0.5.0

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

27/09 2017

dev-bugfix/34-error-in-meta-fields-detection

dev-bugfix/34-error-in-meta-fields-detection

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

27/09 2017

1.0.4

1.0.4.0

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

20/09 2017

dev-bugfix/41-no-option-for-unique-store-view

dev-bugfix/41-no-option-for-unique-store-view

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

05/07 2017

1.0.3

1.0.3.0

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

05/07 2017

dev-bugfix/36-internal-server-error

dev-bugfix/36-internal-server-error

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

03/07 2017

1.0.2

1.0.2.0

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

03/07 2017

dev-bugfix/35-og-url-slug-on-homepage

dev-bugfix/35-og-url-slug-on-homepage

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

23/05 2017

1.0.1

1.0.1.0

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

23/05 2017

dev-bugfix/30-error-to-compile-magento

dev-bugfix/30-error-to-compile-magento

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

22/05 2017

dev-feature/YOAST-21-fix-readme-final-release

dev-feature/YOAST-21-fix-readme-final-release

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

12/05 2017

v1.0

1.0.0.0

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

12/05 2017

v1.0-rc3

1.0.0.0-RC3

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

09/05 2017

dev-feature/YOAST-21-upgrade-YoastJS

dev-feature/YOAST-21-upgrade-YoastJS

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

05/05 2017

v1.0-rc2

1.0.0.0-RC2

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

05/05 2017

dev-feature/YOAST-21-robots-override

dev-feature/YOAST-21-robots-override

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

21/04 2017

0.5.1

0.5.1.0

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

10/04 2017

0.5.0

0.5.0.0

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

05/04 2017

0.4.0

0.4.0.0

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

05/04 2017

0.3.0

0.3.0.0

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

30/03 2017

0.2.0

0.2.0.0

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/framework *

 

20/03 2017

dev-bugfix/YOAST-18-meta-description-special-characters

dev-bugfix/YOAST-18-meta-description-special-characters

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/module-store 100.1.*
  • magento/module-eav 100.1.*
  • magento/module-cms 101.0.*
  • magento/module-indexer 100.1.*
  • magento/module-theme 100.1.*
  • magento/module-backend 100.1.*
  • magento/module-widget 100.1.*
  • magento/module-directory 100.1.*
  • magento/module-url-rewrite 100.1.*
  • magento/module-quote 100.1.*
  • magento/module-config 100.1.*
  • magento/module-media-storage 100.1.*
  • magento/framework 100.1.*
  • magento/module-ui 100.1.*

 

20/03 2017

dev-development

dev-development

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/module-store 100.1.*
  • magento/module-eav 100.1.*
  • magento/module-cms 101.0.*
  • magento/module-indexer 100.1.*
  • magento/module-theme 100.1.*
  • magento/module-backend 100.1.*
  • magento/module-widget 100.1.*
  • magento/module-directory 100.1.*
  • magento/module-url-rewrite 100.1.*
  • magento/module-quote 100.1.*
  • magento/module-config 100.1.*
  • magento/module-media-storage 100.1.*
  • magento/framework 100.1.*
  • magento/module-ui 100.1.*

 

10/11 2016

0.1.0

0.1.0.0

Yoast SEO integration by MaxServ

  Sources   Download

GPL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/module-store 100.1.*
  • magento/module-eav 100.1.*
  • magento/module-cms 101.0.*
  • magento/module-indexer 100.1.*
  • magento/module-theme 100.1.*
  • magento/module-backend 100.1.*
  • magento/module-widget 100.1.*
  • magento/module-directory 100.1.*
  • magento/module-url-rewrite 100.1.*
  • magento/module-quote 100.1.*
  • magento/module-config 100.1.*
  • magento/module-media-storage 100.1.*
  • magento/framework 100.1.*
  • magento/module-ui 100.1.*