Reality: Google is a near-monopoly, with more than
90%
of web search volume
Meta (from the Greek preposition and prefix meta- (μετά-) meaning "after", or "beyond") is a prefix used in English to indicate a concept which is an abstraction behind another concept, used to complete or add to the latter. - Wikipedia
<head></head>
<title></title>
<base>
<link>
<meta>
<style></style>
<head></head>The head element represents a collection of metadata for the Document.
<title></title>The title element represents the document’s title or name.
<base>The base element allows authors to specify the document base URL for the purposes of Parsing URLs, and the name of the default browsing context for the purposes of following hyperlinks.
<link>The link element allows authors to link their document to other resources.
<style></style>Allows authors to embed style information in their documents.
<meta>The meta element represents various kinds of metadata that cannot be expressed using the title, base, link, style, and script elements.
Document metadata is expressed in terms of name-value pairs, the name attribute on the meta element giving the name, and the content attribute on the same element giving the value.
<meta>
<meta
name="description"
content="This session reviews implementing Schema.org schemas for structured data and current best practice meta tags in Drupal.">
<meta><meta>In computer programming, a directive or pragma (from "pragmatic") is a language construct that specifies how a compiler (or other translator) should process its input. - Wikipedia
<meta>Web Hypertext Application Technology Working Group (WHATWG) Meta Extensions
<meta>
<title>The Title of the Pagename="description"name="robots"name="googlebot"name="google" content="nositelinkssearchbox"name="google" content="notranslate"name="google-site-verification"http-equiv="Content-Type"charset="http-equiv="refresh"
The Open Graph protocol enables any web page to become a rich object in a social graph. Used by Facebook, LinkedIn, Pinterest, & Google+
og:title - The title of your object as it should appear within the graph,
e.g., "The Rock".og:type - The type of your object, e.g., "video.movie". Depending on
the type you specify, other properties may also be required.og:image - An image URL which should represent your object within the
graph.og:url - The canonical URL of your object that will be used as its
permanent ID in the graph, e.g., "https://www.imdb.com/title/tt0117500/".
With Twitter Cards, you can attach rich photos, videos and media experiences to Tweets, helping to drive traffic to your website.
langcode: en
status: true
dependencies: { }
id: node
label: Content
tags:
title: '[node:title] | [site:name]'
image_src: '[node:field_image:entity:image]'
description: '[node:summary]'
og_image_height: '[node:field_image:entity:image:height]'
og_type: article
og_image: '[node:field_image:entity:image]'
og_description: '[node:summary]'
article_modified_time: '[node:changed:custom:c]'
og_updated_time: '[node:changed:custom:c]'
og_title: '[node:title] | [site:name]'
og_image_width: '[node:field_image:entity:image:width]'
og_image_type: '[node:field_image:entity:image:mimetype]'
article_published_time: '[node:changed:custom:c]'
twitter_cards_image: '[node:field_image:entity:image]'
twitter_cards_title: '[node:title] | [site:name]'
twitter_cards_image_height: '[node:field_image:entity:image:height]'
twitter_cards_image_width: '[node:field_image:entity:image:width]'
twitter_cards_description: '[node:summary]'
twitter_cards_type: summary
Enabled Modules: Metatag, Metatag: Open Graph, Metatag: Twitter Cards
Schema.org is a collaborative, community activity with a mission to create, maintain, and promote schemas for structured data on the Internet, on web pages, in email messages, and beyond.
New England Patriots
Tom Brady
2000
Never
Quarterback
Resource Description Framework in Attributes
New England Patriots
Tom Brady
2000
Never
Quarterback
JavaScript Object Notation for Linked Data