alexcarpenter / alexcarpenter-11ty

📝 Source files for my personal website built with Eleventy and hosted with Netlify.
https://alexcarpenter.me
90 stars 14 forks source link

Add HTML "prefix" attribute for Open Graph "og" CURIEs. #9

Closed jbenner-radham closed 7 years ago

jbenner-radham commented 7 years ago

I saw your site via your Designer News post (nice site BTW, I like really like the design) and just wanted to make a suggestion. I noticed that you don't have the "prefix" attribute defined for your Open Graph CURIEs. You can fix this by adding it in like this: <head prefix="og: http://ogp.me/ns#">.

alexcarpenter commented 7 years ago

Interesting, not to familiar with open graph tags. I make use of the jekyll-seo-tag plugin to manage all of the SEO type stuff. Will take a look, thanks!