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 curtidas

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 curtidas

@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 curtidas

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 curtidas

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

13 curtidas

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 curtidas

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 curtidas

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 curtidas

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 curtidas

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 curtidas

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

9 curtidas

Estou ansioso por isso!

1 curtida

Existe alguma forma de adicionar descrições de tags em massa via upload de CSV?

1 curtida

Você teria que iterar pela lista e fazer uma chamada de API por tag.

1 curtida

A descrição também deve ser exibida na visualização do rastreador, e o título também deve ser otimizado.

1 curtida

Concordo. Atualmente, não é exibido para o usuário, nem parece ser rastreado corretamente. Eu esperaria que a descrição fosse exibida acima dos tópicos, assim como nas tags do StackOverflow.

Isso deveria ser uma sugestão de novo recurso?

Sim, por favor, idealmente com um protótipo visual para ajudar a fundamentar a solicitação.

Não vejo uma maneira de tornar a Descrição visível para o usuário… por exemplo, como a dica que uma categoria recebe ao passar o mouse. Estou perdendo alguma coisa?

1 curtida

Parece que as descrições das tags definidas em /tag/{slug} são renderizadas apenas em /tags e nas páginas de tópicos individuais /t/{slug}/{id}.

Mas as tags listadas na seção Tags da barra lateral não incluem a descrição (nenhum atributo de título adicionado).

Devemos presumir que é um trabalho em andamento? :slight_smile:

1 curtida

As descrições estão disponíveis clicando no botão de informações no canto superior direito da página da tag (que aparece como uma chave inglesa para editar a tag para administradores)… por exemplo, em official

Temos um componente de tema que exibe as descrições das tags em banners: Tag Banners

Não tenho certeza se isso é algo que queremos fazer por motivos de desempenho… embora @tgxworld ou @kris.kotlarek possam ter uma ideia melhor se é possível.

A diferença é que as categorias são muito menores em número e criadas pelo administrador… não esperamos que um site tenha 1000 categorias, e se tivesse, teria problemas de desempenho por causa de quanta informação é serializada para cada categoria (descrições, cores, um monte de configurações, etc.). As tags, por outro lado, podem ser criadas pelo usuário, e esperamos a possibilidade de milhares em um site… então geralmente incluímos apenas o nome e o ID na maioria dos lugares.

2 curtidas