Tuesday, 27 August 2013

combining open-graph description and description meta property into one statement

combining open-graph description and description meta property into one
statement

On my website pages, I currently define both the Description Meta
Property, and for facebook shares I define the og:description tag. I use
the same description for both.
<meta name="description" content="my description" />
<meta property="og:description" content="my description" />
Is there a way to combine both statements into one statement, so I don't
have to make changes twice on the same page when I update my text
description?

No comments:

Post a Comment