# Meta tag

{% hint style="success" %}
**What is a meta tag?**

A meta tag is a tag that is located in the head section of an HTML document (i.e. between and, found at the top of a web page’s source code.&#x20;
{% endhint %}

The content in these tags aren’t visible, but they contain important information about your site.

**Simply, the data in meta tags allow a browser or search engine to gather information about a site and use it.**

The standard meta tag structure and an example are as follows:

\<meta name="title" content="Creatorlink">\</p>

\<meta name="author" content="Creatorlink">\</p>

Choose the type of metadata for the name attribute, and the content of your chosen type of metadata for the content attribute.&#x20;

Now, you are able to enter information about your site according to your specific needs and circumstances.


---

# 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://supportcenter.creatorlink.net/creatorlink-support-center/marketing/using-marketing-tools/meta-tag.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.
