# Changing link letter to word e.g:- /t/ to /name of the category & modify or remove /c/

**URL:** https://meta.discourse.org/t/changing-link-letter-to-word-e-g-t-to-name-of-the-category-modify-or-remove-c/35919
**Category:** Support
**Created:** [November 22, 2015, 9:30pm UTC](https://meta.discourse.org/t/changing-link-letter-to-word-e-g-t-to-name-of-the-category-modify-or-remove-c/35919 "2015-11-22T21:30:28Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![tntbombom](https://avatars.discourse-cdn.com/v4/letter/t/e495f1/32.png) [@tntbombom](https://meta.discourse.org/u/tntbombom)
#### Post date: [November 22, 2015, 9:30pm UTC](https://meta.discourse.org/t/changing-link-letter-to-word-e-g-t-to-name-of-the-category-modify-or-remove-c/35919/1 "2015-11-22T21:30:28Z")

</div>

hi there , i can see great links nomenclature in discourse.

examples:-

(1):- [Support - Discourse Meta](https://meta.discourse.org/c/support)

instead of putting /c/ it just directly go to /support , or even modifying /c/ to /category/ or ..etc.

(2):- [https://meta.discourse.org/t/xyxyxyxyx/0000000](https://meta.discourse.org/t/xyxyxyxyx/0000000)

instead of /t/ we put the category name /bug/ or /..etc/

so hope i can these features available or any guides for it if already they r .

thnx

---

<div class="post-metadata">

### Author: ![purldator](https://avatars.discourse-cdn.com/v4/letter/p/bcef8e/32.png) [@purldator](https://meta.discourse.org/u/purldator)
#### Post date: [November 23, 2015, 12:19am UTC](https://meta.discourse.org/t/changing-link-letter-to-word-e-g-t-to-name-of-the-category-modify-or-remove-c/35919/2 "2015-11-23T00:19:02Z")

</div>

Please tell me if I am incorrect with my assumption. It sounds like you want to change the structure of the URL for SEO purposes.

If not, apologies for the assumption. But either way, the topic of changing the url structure has been discussed before here:

> [@Rewriting categories URL; Will it make future problems?](https://meta.discourse.org/t/rewriting-categories-url-will-it-make-future-problems/29160):
>
> I want to rewrite URL of categories via nginx, this way: meta.discourse.org/c/support → meta.discourse.org/support Will it make next problems during future updates or something else? Is there any better replacement method?

If you have the advanced skill level to edit Discourse’s source code, then Sam’s answer may be what you seek:

> [@Rewriting categories URL; Will it make future problems?](https://meta.discourse.org/t/rewriting-categories-url-will-it-make-future-problems/29160/10):
>
> Routing exists in 2 spots, on the server and on the client [https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/routes/app-route-map.js.es6](https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/routes/app-route-map.js.es6) .. A rewrite on the server without doing the needed work on the client will result in stuff breaking This is beyond your skill level and will cause problems.

---

<div class="post-metadata">

### Author: ![tntbombom](https://avatars.discourse-cdn.com/v4/letter/t/e495f1/32.png) [@tntbombom](https://meta.discourse.org/u/tntbombom)
#### Post date: [November 23, 2015, 1:10am UTC](https://meta.discourse.org/t/changing-link-letter-to-word-e-g-t-to-name-of-the-category-modify-or-remove-c/35919/3 "2015-11-23T01:10:10Z")

</div>

no not for SEO purposes. but yeah i c , then there is no solutions on the horizon atm.

is just to make the URL more understandably useable and give some prettiness to it.

in both cases thnx for your help. 😃

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [November 23, 2015, 3:20am UTC](https://meta.discourse.org/t/changing-link-letter-to-word-e-g-t-to-name-of-the-category-modify-or-remove-c/35919/4 "2015-11-23T03:20:51Z")

</div>

> [@tntbombom](#):
>
> then there is no solutions on the horizon atm

The solution is there. Just that it would take quite a lot to alter the current routing code.

As this would be for “looks” and routing as it is now isn’t broken, the “cost” isn’t worth the “benefit”.

Not to say it couldn’t be done if the skill and interest (or monetary incentive) were there.

---

<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: [November 23, 2015, 3:31am UTC](https://meta.discourse.org/t/changing-link-letter-to-word-e-g-t-to-name-of-the-category-modify-or-remove-c/35919/5 "2015-11-23T03:31:15Z")

</div>


