-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markdown "description" field unneeded? #3113
Comments
Hi @rschu1ze We're using the description tag in the KB articles specifically to render a short summary of the article:
Agree that it has no value for search but it has some other uses as well. We can use it to generate a landing page for all files within a folder for example: In other places I added other non-standard tags: I plan to generate the table here using those. At some point we might also want to add the ability to filter formats by input or output and those will come in handy. Agree we should be consistent though. I could write a Github action to enforce that we have descriptions on all pages? (similar to how it's currently checking for tags on KB articles.) |
Okay, okay ... didn't know about landing pages. I don't bother too much except for consistency here 😄 A GitHub action sounds good but only if it doesn't require to maintain a list pages or folders which should have "descriptions" vs. others which should not. |
A typical header in markdown files looks like this:
"slug" is related to the path/location of the file, "sidebar_position" defines the relative order of pages in the sidebar, "sidebar_label" is ... the sidebar label, what "title" means is also clear.
Field "description" seems weird to me. It's definitely not rendered and it seems related to search engine optimization (SEO).
Some markdown files don't have a "description" at all, e.g. docs/en/operations/allocation-profiling.md
Other markdown files have a "description" field but it seems random and out-of-place, e.g. docs/en/operations/backup.md
or docs/en/operations/caches.md
My understanding is that search engines (Google) largely ignore embedded metadata (
<meta>
in HTML) these days. The inconsistent use of "description" doesn't help developers either.Could you please check if "description" has any value, and if no, please remove it consistently from all doc pages?
The text was updated successfully, but these errors were encountered: