# Legitimate Tags

There are a number of methods that Legitimate can use to gather information for displaying your links on our site.&#x20;

The default method is Legitimate Tags. These tags are a type of meta data that are placed in the \<head> section of web pages you want Legitimate to index.&#x20;

Legitimate tags offer a quick and easy way for you to personalise exactly how your article will look when displayed on our site.

There are 7 Legitimate tags that we use

1. lg:title
2. lg:description
3. lg:tags
4. lg:url
5. lg:image
6. lg:creator
7. lg:index

The below code is an example of how Legitimate tags may look in a webpages \<head> section.

```markup
<meta property="lg:title" content="Can a founder work a 40-hour week?"/>
<meta property="lg:description" content="The last few weeks I have seen a pretty much constant stream of tweets and conversations around this topic. It seems ..."/>
<meta property="lg:tags" content="Startup, founder, Propel"/>
<meta property="lg:url" content="https://www.legitimate.io/can-a-founder-work-a-40-hour-week/"/>
<meta property="lg:image" content="http://www.legitimate.io/uploads/2020/04/what-is-fake-news-370x305-1.jpg"/>
<meta property="lg:creator" content="d20z3PfdewhSz9KC0MgEkMWo"/>
```

![](/files/48bRQwEFkVMMGOsqk5S3)

{% hint style="info" %}
Remember, all content on Legitimate is tied back to a profile. Before your content will be indexed on our site you must have a creator profile and creator tag.
{% endhint %}


---

# 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://docs.legitimate.net/user-guide/legitimate-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.
