# What is the meta tag name='tags' used for?

**URL:** https://community.swiftype.com/t/what-is-the-meta-tag-name-tags-used-for/187
**Category:** Helpline
**Tags:** meta-tags
**Created:** [April 20, 2016, 6:51pm UTC](https://community.swiftype.com/t/what-is-the-meta-tag-name-tags-used-for/187 "2016-04-20T18:51:22Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jroque](https://avatars.discourse-cdn.com/v4/letter/j/0ea827/32.png) [@jroque](https://community.swiftype.com/u/jroque)
#### Post date: [April 20, 2016, 6:51pm UTC](https://community.swiftype.com/t/what-is-the-meta-tag-name-tags-used-for/187/1 "2016-04-20T18:51:23Z")

</div>

I used this tag assuming that it will work like keywords but it doesnt. Your documentation doesnt say much on this type.

meta class=“swiftype” name=“tags” data-type=“string” content=“tag1”

---

<div class="post-metadata">

### Author: ![mike](https://sea1.discourse-cdn.com/flex019/user_avatar/community.swiftype.com/mike/32/37_2.png) [@mike](https://community.swiftype.com/u/mike)
#### Post date: [April 20, 2016, 7:17pm UTC](https://community.swiftype.com/t/what-is-the-meta-tag-name-tags-used-for/187/2 "2016-04-20T19:17:19Z")

</div>

Sorry for any confusion! The `tags` example is just a placeholder for any custom field you’d like to create when using the web crawler. For example, if a page includes the meta tag:

`<meta class="swiftype" name="tags" data-type="string" content="tag1">`

When that page is indexed it will have created a string field named ‘`tags`’ for that page result document that has a value of ‘`tag1`’.

Similarly, if that page had the meta tags:

`<meta class="swiftype" name="keywords" data-type="string" content="keyword_1">`  
`<meta class="swiftype" name="keywords" data-type="string" content="keyword_2">`

The page that is indexed would include the custom field `keywords`, and hold the values `keyword_1` & `keyword_2`.

---

<div class="post-metadata">

### Author: ![mike](https://sea1.discourse-cdn.com/flex019/user_avatar/community.swiftype.com/mike/32/37_2.png) [@mike](https://community.swiftype.com/u/mike)
#### Post date: [April 25, 2016, 10:54pm UTC](https://community.swiftype.com/t/what-is-the-meta-tag-name-tags-used-for/187/3 "2016-04-25T22:54:02Z")

</div>

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.
