paulmassen / grav-plugin-seo

Manage your site’s meta tags for display in search engine results or social media networks. Create and manage json-ld microdata. Includes an easy-to-use live preview feature.
MIT License
84 stars 21 forks source link

Generating problematic meta tag for Twitter description #67

Open bambalamb opened 6 years ago

bambalamb commented 6 years ago

For some reason the Twitter description isn't working on a single page. It is pulling text from the page and not the description we have put in through the SEO plugin.

When I view the page source, I see this line in red: <meta name="twitter:description" property="twitter:description" content="OUR DESCRIPTION IS HERE" />

With the message "No space between attributes". The other pages seem to be fine, and this page's SEO settings appear to be the same. Any idea what's going on?

paulmassen commented 6 years ago

It seems like it lacks a space between attribute, but in your example it seems fine... can you provide more information? is your page live?