# Meta Tags & Scripts

### Basic

* `title`
* `description`
* `alternate (hreflang)`
* `canonical`
* `prev`
* `next`
* `robots (noindex, nofollow)`
* `icon (Favicon)`

### Open Graph

* `og:type`
* `og:site_name`
* `og:locale`
* `og:locale:alternate`
* `og:title`
* `og:description`
* `og:url`
* `og:image`
* `og:image:width`
* `og:image:height`

### X (Twitter)

* `twitter:card`
* `twitter:title`
* `twitter:description`
* `twitter:site`
* `twitter:image`
* `twitter:image:alt`

{% hint style="info" %}
The title, description, image, and image alt text are populated from their Open Graph counterparts. Only the card type and site handle are Twitter-specific settings.
{% endhint %}

### Site Verification

* `google-site-verification`
* `msvalidate.01 (Bing)`

### Knowledge Graph

* `JSON-LD Site Schema`
* `JSON-LD Page Schema`
* `JSON-LD Breadcrumbs`

### Analytics

* `Fathom`
* `Cloudflare Web Analytics`
* `Google Tag Manager`
