# Add meta-tags to taxonomy page

**URL:** https://discourse.gohugo.io/t/add-meta-tags-to-taxonomy-page/7216
**Category:** support
**Created:** [June 27, 2017, 6:38am UTC](https://discourse.gohugo.io/t/add-meta-tags-to-taxonomy-page/7216 "2017-06-27T06:38:45Z")
**Posts on this page:** 1
**Showing post:** 11

<div class="post-metadata">

### Author: ![rdwatters](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/rdwatters/32/2848_2.png) [@rdwatters](https://discourse.gohugo.io/u/rdwatters)
#### Post date: [June 27, 2017, 6:39pm UTC](https://discourse.gohugo.io/t/add-meta-tags-to-taxonomy-page/7216/11 "2017-06-27T18:39:56Z")

</div>

> [@alexandros](#):
>
> {{ if eq .URL “/tags/my-tag/” }}

I would _not_ recommend checking for hardcoded strings…

> [@alexandros](#):
>
> Just tested this and I’m afraid that I cannot get {{ .Kind }} to work like you suggested.

Just tested the following at `layouts/partials/head.html`:

```html
{{ if eq .Kind "taxonomyTerm"}}
<meta name="testing" content="This is a taxonomyTerm page">
{{ else if eq .Kind "taxonomy" }}
<meta name="testing" content="This is a taxonomy page">
{{ end }}

```

Here it is running locally…

 ![](https://canada1.discourse-cdn.com/flex036/uploads/gohugo/original/2X/d/dac86df2d4ae26584046cd61c2288109649292bf.png)

 ![](https://canada1.discourse-cdn.com/flex036/uploads/gohugo/original/2X/8/8b95e49adca329af695b0e85f6fb04eaec7280af.png)

---

_[View the full topic](https://discourse.gohugo.io/t/add-meta-tags-to-taxonomy-page/7216)._
