From 6cef65e0d2fad7106e5492d558fb4e75c058c247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Thu, 17 May 2018 14:13:01 +0300 Subject: [PATCH] Tweak meta descriptions, keywords and copy --- static/css/welcome.css | 1 + templates/base.html | 6 +++++- templates/front/docs.html | 7 +++++++ templates/front/welcome.html | 31 +++++++++++++++++++++++-------- templates/payments/pricing.html | 8 ++++++++ 5 files changed, 44 insertions(+), 9 deletions(-) diff --git a/static/css/welcome.css b/static/css/welcome.css index 625483e3..f5d24b79 100644 --- a/static/css/welcome.css +++ b/static/css/welcome.css @@ -21,6 +21,7 @@ text-align: center; padding: 100px 0; margin: 0; + font-size: 28px; } #pitch-subtitle { diff --git a/templates/base.html b/templates/base.html index d8d649f1..ae44e620 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,8 +4,12 @@ {% block title %}{% site_name %} - Monitor Cron Jobs. Get Notified When Your Cron Jobs Fail{% endblock %} + {% block description %} - + {% endblock %} + {% block keywords %} + + {% endblock %} diff --git a/templates/front/docs.html b/templates/front/docs.html index 527a7e7e..be8add19 100644 --- a/templates/front/docs.html +++ b/templates/front/docs.html @@ -2,6 +2,13 @@ {% load compress staticfiles hc_extras %} {% block title %}Documentation - {% site_name %}{% endblock %} +{% block description %} + +{% endblock %} +{% block keywords %} + +{% endblock %} + {% block docs_content %} diff --git a/templates/front/welcome.html b/templates/front/welcome.html index 7e6fb24e..794000f0 100644 --- a/templates/front/welcome.html +++ b/templates/front/welcome.html @@ -1,22 +1,38 @@ {% extends "base.html" %} {% load compress hc_extras humanize staticfiles %} +{% block description %} + +{% endblock %} + {% block containers %}
-

Cron Monitoring. Get Notified When Your Cron Jobs Fail.

+

+ Monitoring for your nightly backups, + weekly reports, cron jobs and background tasks.

-

Make a HTTP GET request to this address from your cron job, daemon, script or long running task. - When this address is not requested for a set time period, you will get alerted. Below are snippets that are ready to be copy/pasted into your own scripts.

+

+ Make HTTP requests to the Ping URL at regular intervals. + + When the URL is not pinged on time, + {% site_name %} will send you an alert. + + + You can monitor any service that can make HTTP requests + or send emails. +

-

Here's a unique ping address for you:

+

+ {% site_name %} creates unique Ping URLs like this one: +

-

- As an alternative to HTTP/HTTPS requests, + As an alternative to HTTP and HTTPS requests, you can "ping" this check by sending an email message to {{ check.email }} @@ -125,7 +140,7 @@

@@ -402,7 +417,7 @@
diff --git a/templates/payments/pricing.html b/templates/payments/pricing.html index 95df2300..d0faa8ad 100644 --- a/templates/payments/pricing.html +++ b/templates/payments/pricing.html @@ -3,6 +3,14 @@ {% block title %}Pricing - It's Free! - {% site_name %}{% endblock %} +{% block description %} + +{% endblock %} + +{% block keywords %} + +{% endblock %} + {% block content %}