# 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`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://advanced-seo.michaelaerni.ch/reference/meta-tags-and-scripts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
