# Meta Title & Description Change

**URL:** https://meta.discourse.org/t/meta-title-description-change/58276
**Category:** Support
**Created:** [2017年三月3日 03:42 UTC](https://meta.discourse.org/t/meta-title-description-change/58276 "2017-03-03T03:42:59Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![tolkin](https://avatars.discourse-cdn.com/v4/letter/t/b2d939/32.png) [@tolkin](https://meta.discourse.org/u/tolkin)
#### Post date: [2017年三月3日 03:42 UTC](https://meta.discourse.org/t/meta-title-description-change/58276/1 "2017-03-03T03:42:59Z")

</div>

Hey there Discourse Team!

I would like to know if there is an option to change the Titles & Descriptions of categories and subcategories.  
For example, if I go inside Bug section the title will be “Latest Bug Topics” and the same will happen in support etcetera.

I have read an older thread saying that this was not available but that was Oct 2015.

The value behind this is simple.

Meta Titles & Descriptions are not just valuable for rankings (description actually is not a ranking factor at all) but it gives you the chance of getting a better CTR by having something more optimized.

Regards!

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2017年三月3日 03:50 UTC](https://meta.discourse.org/t/meta-title-description-change/58276/2 "2017-03-03T03:50:42Z")

</div>

Latest bug topics is the correct title. You are literally viewing the latest topics in the bug category. I am not following.

---

<div class="post-metadata">

### Author: ![tolkin](https://avatars.discourse-cdn.com/v4/letter/t/b2d939/32.png) [@tolkin](https://meta.discourse.org/u/tolkin)
#### Post date: [2017年三月3日 03:53 UTC](https://meta.discourse.org/t/meta-title-description-change/58276/3 "2017-03-03T03:53:00Z")

</div>

What if I want to change that to something like  
“Discourse Bug Topics & Discussions” is there an option?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2017年三月3日 03:56 UTC](https://meta.discourse.org/t/meta-title-description-change/58276/4 "2017-03-03T03:56:22Z")

</div>

You would need to write a plugin to override it.

---

<div class="post-metadata">

### Author: ![neil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neil/32/102150_2.png) [@neil](https://meta.discourse.org/u/neil)
#### Post date: [2017年五月3日 20:37 UTC](https://meta.discourse.org/t/meta-title-description-change/58276/5 "2017-05-03T20:37:58Z")

</div>

Seems like we were overthinking this one. Editing the translation for `js.filters.with_category` will accomplish this.

 ![](https://global.discourse-cdn.com/meta/original/3X/c/b/cbbfe813b796a66718162567117bcf5646d0460c.png)

The description is taken from the category’s description, which can be edited as usual.

```plaintext
<head>
    <title>Discourse Ruby Topics &amp; Discussions - Site Name</title>
    <meta name="description" content="Discussion about the Ruby programming language.">
    ...

```

@tolkin See if this is enough for what you need.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [2019年二月13日 16:57 UTC](https://meta.discourse.org/t/meta-title-description-change/58276/6 "2019-02-13T16:57:26Z")

</div>

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