# Custom Metadata

For data points not included in schema.org, such as **Category** and **Page Type**, you’ll need to add them manually to your pages. This is done by injecting specific meta tags into your website’s `<head>` section. Here’s how you can do it:

To track a page's **Category**, use the following meta tag:

{% code fullWidth="false" %}

```html
<meta name="go-visibl:category" content="Soccer" />
```

{% endcode %}

Replace `"Soccer"` with the category relevant to the page.

To track a **Page Type**, use the following meta tag:

```html
<meta name="go-visibl:page-type" content="Article" />
```

Replace `"Article"` with the appropriate page type.

### **How to Verify Metadata Collection**

After setting up the metadata:

1. Open your website and check the page source to confirm that the meta tags have been added correctly.
2. Log in to your Visibl dashboard and verify that the data for the new fields (e.g., Category or Page Type) is displayed.
3. If the data does not appear as expected, contact our support team for troubleshooting assistance on <info@govisibl.io>.


---

# 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://govisibl.gitbook.io/help-docs/getting-started/metadata-setup/custom-metadata.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.
