> For the complete documentation index, see [llms.txt](https://docs.legitimate.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.legitimate.net/user-guide/legitimate-tags.md).

# 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 %}
