Add Title and Description to Tags

Our forum is 2 years old and its doing well. Engagement increased over time and we have started to get some organic traffic from search engines.

Our tags are not blocked in robots.txt file and most of our organic traffic comes to tag pages. But here the problem arises, the titles and meta descriptions of tags are like this “Topics tagged coffee-beans” and we want it to be something like this “Coffee Beans: Latest Discussions”, it fulfills the user intention in search keyword and they are more likely to visit our forum.

So, is there is any plan of the discourse team to add functionality to edit tags titles and description.

9 Mi Piace

It’s not planned, as that would make tags overlap with categories. Tags are meant to be rather lightweight, and adding a bunch of metadata makes them … less lightweight.

2 Mi Piace

@Vikas_Dangi On our forum we are using the Discourse Tag Sidebars theme component to good effect. With this theme component, you can create a topic describing your tag and it will appear in the sidebar when browsing that tag in the navigation.

See also this topic for related discussion:

3 Mi Piace

We’re revisiting this – I now think we should have a description for tags here, but I have mixed feelings if we need both a “short” and “long” description. What do you think @neil @sam @eviltrout ?

The description could be managed from the Info button on the tag page, along with the existing controls for renaming, synonyms, and deletion.

17 Mi Piace

Two description boxes for a tag must be overkill in 99% of circumstances. I vote for starting with one.

13 Mi Piace

This would be incredible!

I think it’s in line with the intention of tags being lightweight while acknowledging the fact that in order to keep a forum organized, people need to have the same definition of what a tag means and when to use it.

I think having a hidden long description could still be helpful to do things like explaining the criteria for how to use a tag. Who can add this tag? Does a parent tag need to be added as well to use this tag? Perhaps this would be particularly helpful for staff.

7 Mi Piace

I use various sites from Stack Overflow and their tags have a short excerpt for display in locations where just some context is needed what the tag means, and a longer description for display on overview pages listing all topics on a tag. This works great IMHO for both usability and SEO.

5 Mi Piace

A short description for tags would go a long way to help community organized forums stay coherent and consistent. I would love to see this!

3 Mi Piace

A short description (max 255 chars) would be very helpful.
So you can provide a description for the tag and place a link to e. g. the tags homepage.
For Nextcloud we currently have 100 categories to apps for Nextcloud. Some of them have few entries and category list is huge. Therefor we like to use tags and use the description field to point users to the apps GitHub repo.

4 Mi Piace

Awesome news, looking forward to having it so we won’t need to hack that functionality using theme components :beers: IMHO as a user, short description would be enough.

4 Mi Piace

We have this slotted for this release, hopefully should be built in a couple of months.

9 Mi Piace

Non vedo l’ora!

1 Mi Piace

È possibile aggiungere descrizioni dei tag in blocco tramite caricamento CSV?

1 Mi Piace

Dovresti scorrere l’elenco ed effettuare una chiamata API per ogni tag.

1 Mi Piace

La descrizione dovrebbe essere visualizzata anche nella vista del crawler e il titolo dovrebbe essere ottimizzato.

1 Mi Piace

Concordo. Attualmente non viene visualizzato all’utente, né sembra essere indicizzato correttamente. Mi aspetterei che la descrizione venga visualizzata sopra gli argomenti, proprio come sui tag di StackOverflow.

Dovrebbe trattarsi di un suggerimento per una nuova funzionalità?

Sì, per favore, idealmente con una bozza visiva per aiutare a concretizzare la richiesta.

Non vedo un modo per rendere la Descrizione visibile all’utente… ad esempio, come la descrizione che una categoria ottiene al passaggio del mouse. Mi sfugge qualcosa?

1 Mi Piace

Sembra che le descrizioni dei tag definite in /tag/{slug} vengano visualizzate solo su /tags e sulle singole pagine degli argomenti /t/{slug}/{id}.

Ma i tag elencati nella sezione Tag della barra laterale non includono la descrizione (nessun attributo title aggiunto).

Dovremmo presumere che sia un lavoro in corso? :slight_smile:

1 Mi Piace

Le descrizioni sono disponibili cliccando sul pulsante informazioni in alto a destra della pagina del tag (questo appare come una chiave inglese per modificare il tag per gli amministratori)… ad esempio, su official

Abbiamo un componente tema che mostra le descrizioni dei tag nei banner: Tag Banners

Non sono sicuro se sia qualcosa che vorremo fare per motivi di prestazioni… anche se @tgxworld o @kris.kotlarek potrebbero avere un’idea migliore se sia possibile o meno.

La differenza è che le categorie sono molto più piccole di numero e create dall’amministratore… non ci aspettiamo che un sito abbia 1000 categorie, e se lo facesse, avrebbe problemi di prestazioni a causa della quantità di dati serializzati per ogni categoria (descrizioni, colori, una serie di impostazioni, ecc.). I tag, d’altra parte, possono essere creati dagli utenti e ci aspettiamo la possibilità di migliaia su un sito… quindi di solito includiamo solo il loro nome e ID nella maggior parte dei posti.

2 Mi Piace