From 4748ed31d3a627d2071e46e58b01454c6904a577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jan 2019 13:37:22 -0500 Subject: [PATCH] Add a stub to expound about tags --- agaric-website/tags-and-taxonomy-terms.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 agaric-website/tags-and-taxonomy-terms.md diff --git a/agaric-website/tags-and-taxonomy-terms.md b/agaric-website/tags-and-taxonomy-terms.md new file mode 100644 index 0000000..ca4d383 --- /dev/null +++ b/agaric-website/tags-and-taxonomy-terms.md @@ -0,0 +1,20 @@ +## Tags + +Any content editor can create a tag, but that doesn't mean you should. + +Tags should be pluralized when not a typically unpluralized category. + +For instance, tags for a post expounding on the meaning of fast food: + +WRONG: "deep thought", "philosophies", "pizzas", "sandwich" +CORRECT: "deep thoughts", "philosophy", "pizza", "sandwiches" + +The reason, aside from the ontological, is that we display tags as an opportunity for people to see additional posts covering the same topics, like this: + +> ### More about… +> +> Drupal 8, Drupal Planet, and code snippets + +A singular "code snippet" in that list would look pretty strange. + +ideally, if a taxonomy term is on only one piece of content, it won't even be shown (or won't be linked).