now Phoca Open Graph adds tags like this:
Code: Select all
<meta name="og:title" content="Test"/>
To check it yourself, you can type this code to validator:Bad value og:title for attribute name on element meta: Keyword og:title is not registered.
Code: Select all
<!DOCTYPE html><head><meta name="og:title" content="Test"/><title>Test</title></head>
I suggest you change the meta name to meta property like this:
Code: Select all
<meta property="og:title" content="Test"/>