# Meta Tags

### What is the Meta Tags section?&#x20;

This section allows you to add scripts and code to your online store. The code will be placed in the *\<head>* section of your online store code.

{% hint style="danger" %}
**Invalid Code**

If you add code that isn't closed correctly, it may appear as plain text at the top of your online store.
{% endhint %}

{% hint style="danger" %}
**Code Blocking**

Code added in this section runs before your site content loads. This means that it can slow down the loading speed of your online store.
{% endhint %}

[**Looking to add a site verification code?** ](/marketing/site-verification.md)


---

# 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://help.freewebstore.com/marketing/meta-tags.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.
