Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Add meta description and keywords #208

Merged
merged 2 commits into from
Oct 28, 2024
Merged

Add meta description and keywords #208

merged 2 commits into from
Oct 28, 2024

Conversation

podliashanyk
Copy link
Contributor

Fixes complaints regarding rules H030 and H031 for #180.

Adding rules H030 and H031 is very much nice-to-have-borderline-redundant as they concern search engine optimization. Argus runs in different instances and requires authentication so SEO is not a concern IMO.

Meta keywords aren't even used as of now https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML#adding_an_author_and_description.

<meta name="description"
content="Argus is a tool for aggregating events from multiple monitoring applications into a single, unified dashboard and notification system.">
<meta name="keywords"
content="monitoring, notifications, dashboard, events, incidents, alerts, notifications, monitoring systems, monitoring applications, monitoring tools, monitoring software">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My only complaint here is that you used notifications twice

And we could also use alarms

Apparently as of now it isn't used by SEs anymore
@podliashanyk podliashanyk merged commit 3d3f544 into main Oct 28, 2024
3 checks passed
@podliashanyk podliashanyk deleted the add-meta branch October 28, 2024 13:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants