The instructions for adding the $schemaorg variable to the html.tpl.php are inaccurate because it doesn't leave a space after the other attributes, resulting in code like this:
xmlns:product="http://ogp.me/ns/product#"itemscope itemtype="http://schema.org/Article"
when it should be like this:
xmlns:product="http://ogp.me/ns/product#" itemscope itemtype="http://schema.org/Article"

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna created an issue. See original summary.

DamienMcKenna’s picture

Status: Active » Needs review
FileSize
624 bytes

Am fixing this by adding a space in front of the string being added, so that the instructions can be left simple.

DamienMcKenna’s picture

Status: Needs review » Fixed

Committed.

  • DamienMcKenna committed 2b20d22 on
    Issue #2664624 by DamienMcKenna: Added a space in front of the Google...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.