Hello.
Now we have:
<meta name="description" content="My meta description copy." />
<meta property="og:description" content="My meta description copy." />
However I know it works like that:
<meta name="description" property="og:description" content="My meta description copy." />
Unfortunately, I have no idea how to combine these into one Meta string in this Metatag module.
Any help would be really appreciated.
Comments
Comment #1
damienmckennaThis would be a feature request, and an interesting one too!
Comment #2
Randy74158 commentedOk, since I couldn't wait anymore longer, I 'fixed' it by my own solution:
Comment #3
amir simantov commentedHi.
I also thought that this might be a good feature. However, I am not sure whether it is really needed. The reason is that websites (such as FaceBook) use this tag if they need og:description and cannot find it. Here is where I got the info from.
Amir
Comment #4
elijah lynnI saw the stack overflow link too and came here to see if this had been discussed. I am wondering if there are any disadvantages of combining the two.
Comment #5
damienmckennaComment #6
damienmckennaNot going to do this - the amount of code necessary to implement it honestly outweighs its benefit.