Add Facebook Open Graph Meta Tags Place the following code in custom_functions.php (making changes where noted):
Tag Archives: meta
Metadata Elements – META Language Tag
In HTML elements, the language attribute specifies the natural language. This document is mostly concerned with how to specify the primary language(s) (there could be more than one) and the base language (there is only one) in HTML documents.
Facebook Share Meta Tags
Configuring Meta Tags for Facebook Share Adding Facebook Share to your website is easy. However, you can enhance how the shared item appears on Facebook by configuring how it gets previewed on a user’s profile and when a user tries to share it. You do this with a combination of <link> and <meta> tags. …
favicon meta tag
<link rel=”shortcut icon” type=”image/x-icon” href=”/favicon.ico” /> <link rel=”icon” type=”image/x-icon” href=”/favicon.ico” />