--- tags: - html - web --- `content` attribute required Pragma directive: `http-equiv` attribute (its value is pragma directive) Named: `name` attribute. # Pragma directive [7 defined](https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives) most useful: `` [content values](https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy) Specify allowed server origins and script endpoints, protecting against cross site scripting attacks. # Named - keywords; obsolete due to snake-oil salespeople - description; useful for SEO - robots - `content="noindex, nofollow"` - `content="index, follow"` ### OpenGraph [Protocol](https://ogp.me/) Control how social media sites display links. Have a `property` attr instead of `name`. Facebook media card: ``` ``` Twitter uses something else: [Twitter card markup](https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/markup)