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.
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.
@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.
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.
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.
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.
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.
Awesome news, looking forward to having it so we won’t need to hack that functionality using theme components IMHO as a user, short description would be enough.
Zustimmen. Es wird derzeit nicht für den Benutzer angezeigt und scheint auch nicht richtig gecrawlt zu werden. Ich würde erwarten, dass die Beschreibung über den Themen angezeigt wird, genau wie bei StackOverflow-Tags.
Sollte dies ein Vorschlag für eine neue Funktion sein?
Ich sehe keine Möglichkeit, die Beschreibung für den Benutzer sichtbar zu machen … zum Beispiel wie der Tooltip, den eine Kategorie beim Überfahren mit der Maus erhält. Übersehe ich etwas?
Es scheint, dass die Tag-Beschreibungen, die unter /tag/{slug} definiert sind, nur unter /tags und auf einzelnen Themenseiten /t/{slug}/{id} gerendert werden.
Aber die Tags, die im Abschnitt “Tags” in der Seitenleiste aufgeführt sind, enthalten keine Beschreibung (keine Titelattribute hinzugefügt).
Sollen wir davon ausgehen, dass dies in Arbeit ist?
Die Beschreibungen sind verfügbar, indem Sie auf die Infotaste oben rechts auf der Tag-Seite klicken (diese erscheint als Schraubenschlüssel zum Bearbeiten des Tags für Administratoren) … zum Beispiel bei official
Wir haben eine Theme-Komponente, die die Tag-Beschreibungen in Bannern anzeigt: Tag Banners
Ich bin mir nicht sicher, ob wir das aus Leistungsgründen tun wollen … obwohl @tgxworld oder @kris.kotlarek vielleicht eine bessere Vorstellung davon haben, ob das möglich ist.
Der Unterschied besteht darin, dass Kategorien zahlenmäßig viel kleiner und von Administratoren erstellt sind … wir erwarten nicht, dass eine Website 1000 Kategorien hat, und wenn doch, würden sie Leistungsprobleme bekommen, da für jede Kategorie viele Daten serialisiert werden (Beschreibungen, Farben, eine Reihe von Einstellungen usw.). Tags hingegen können von Benutzern erstellt werden, und wir erwarten die Möglichkeit von Tausenden auf einer Website … daher nehmen wir meist nur ihren Namen und ihre ID an den meisten Stellen auf.