I'm actually creating SEO properties for a website owned by the company I work.
I attempted to create OpenGraph entries that work with Facebook and other social stuff. But I've used meta name="og:__"
, that seems to work, but now I'm confused because many sites use meta property="og:__"
instead.
So, is there a difference between both?
That question did not help me much: Whats the difference between meta name and meta property?
Thanks in advance.
name="og:title"
cause any difference in behavior compared toproperty="og:title"
? – Tanked