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 Me gusta

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 Me gusta

@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 Me gusta

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 Me gusta

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

13 Me gusta

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 Me gusta

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 Me gusta

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 Me gusta

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 Me gusta

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 Me gusta

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

9 Me gusta

¡Tengo muchas ganas!

1 me gusta

¿Hay alguna forma de agregar descripciones de etiquetas en bloque mediante carga CSV?

1 me gusta

Tendrías que iterar a través de la lista y hacer una llamada a la API por cada etiqueta.

1 me gusta

La descripción también debe mostrarse en la vista del rastreador, y el título también debe optimizarse.

1 me gusta

De acuerdo. Actualmente no se muestra al usuario, ni parece ser rastreado correctamente. Esperaría que la descripción se muestre encima de los temas, al igual que en las etiquetas de StackOverflow.

¿Debería ser esto una sugerencia de nueva función?

Sí, por favor, idealmente con una maqueta visual para ayudar a fundamentar la solicitud.

No veo una forma de hacer que la Descripción sea visible para el usuario… por ejemplo, como la información sobre herramientas que obtiene una categoría al pasar el ratón por encima. ¿Me estoy perdiendo algo?

1 me gusta

Parece que las descripciones de las etiquetas definidas en /tag/{slug} solo se renderizan en /tags y en las páginas de temas individuales /t/{slug}/{id}.

Pero las etiquetas listadas en la sección de Etiquetas de la barra lateral no incluyen la descripción (no se agregaron atributos de título).

¿Debemos suponer que es un trabajo en progreso? :slight_smile:

1 me gusta

Las descripciones están disponibles haciendo clic en el botón de información en la parte superior derecha de la página de la etiqueta (esto aparece como una llave inglesa para editar la etiqueta para los administradores)… por ejemplo, en official

Tenemos un componente de tema que muestra las descripciones de las etiquetas en banners: Tag Banners

No estoy seguro de si esto es algo que querremos hacer por razones de rendimiento… aunque @tgxworld o @kris.kotlarek podrían tener una mejor idea de si es posible.

La diferencia es que las categorías son mucho menores en número y creadas por el administrador… no esperamos que un sitio tenga 1000 categorías, y si las tuviera, tendría problemas de rendimiento debido a la gran cantidad de datos que se serializan para cada categoría (descripciones, colores, una serie de configuraciones, etc.). Las etiquetas, por otro lado, pueden ser creadas por el usuario, y esperamos la posibilidad de miles en un sitio… por lo que generalmente solo incluimos su nombre e ID en la mayoría de los lugares.

2 Me gusta