Browse Source

Tweak meta descriptions, keywords and copy

pull/178/head
Pēteris Caune 7 years ago
parent
commit
6cef65e0d2
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
5 changed files with 44 additions and 9 deletions
  1. +1
    -0
      static/css/welcome.css
  2. +5
    -1
      templates/base.html
  3. +7
    -0
      templates/front/docs.html
  4. +23
    -8
      templates/front/welcome.html
  5. +8
    -0
      templates/payments/pricing.html

+ 1
- 0
static/css/welcome.css View File

@ -21,6 +21,7 @@
text-align: center; text-align: center;
padding: 100px 0; padding: 100px 0;
margin: 0; margin: 0;
font-size: 28px;
} }
#pitch-subtitle { #pitch-subtitle {


+ 5
- 1
templates/base.html View File

@ -4,8 +4,12 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>{% block title %}{% site_name %} - Monitor Cron Jobs. Get Notified When Your Cron Jobs Fail{% endblock %}</title> <title>{% block title %}{% site_name %} - Monitor Cron Jobs. Get Notified When Your Cron Jobs Fail{% endblock %}</title>
{% block description %}
<meta name="description" content="Monitor and Get Notified When Your Cron Jobs Fail. Free alternative to Cronitor and Dead Man's Snitch."> <meta name="description" content="Monitor and Get Notified When Your Cron Jobs Fail. Free alternative to Cronitor and Dead Man's Snitch.">
<meta name="keywords" content="monitor cron jobs daemon background worker service cronjob monitoring crontab alert notify cronitor deadmanssnitch webhook">
{% endblock %}
{% block keywords %}
<meta name="keywords" content="healthchecks, monitor cron jobs, cron monitoring, cron job syntax, health checks, crontab cheat sheet, crontab monitoring, cronjob monitoring, cron dashboard">
{% endblock %}
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-title" content="{% site_name %}"> <meta name="apple-mobile-web-app-title" content="{% site_name %}">
<meta name="application-name" content="{% site_name %}"> <meta name="application-name" content="{% site_name %}">


+ 7
- 0
templates/front/docs.html View File

@ -2,6 +2,13 @@
{% load compress staticfiles hc_extras %} {% load compress staticfiles hc_extras %}
{% block title %}Documentation - {% site_name %}{% endblock %} {% block title %}Documentation - {% site_name %}{% endblock %}
{% block description %}
<meta name="description" content="Monitor any service that can make a HTTP request or send an email: cron jobs, Bash scripts, Python, Ruby, Node, PHP, JS, ...">
{% endblock %}
{% block keywords %}
<meta name="keywords" content="healthchecks, crontab monitoring, python health check, bash health check, cron monitoring, cron tutorial, cron howto, api health check, open source">
{% endblock %}
{% block docs_content %} {% block docs_content %}


+ 23
- 8
templates/front/welcome.html View File

@ -1,22 +1,38 @@
{% extends "base.html" %} {% extends "base.html" %}
{% load compress hc_extras humanize staticfiles %} {% load compress hc_extras humanize staticfiles %}
{% block description %}
<meta name="description" content="Monitoring for your nightly backups, weekly reports, cron jobs and background tasks. Receive alerts when your tasks don't run on time.">
{% endblock %}
{% block containers %} {% block containers %}
<div class="index-bleed"> <div class="index-bleed">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-sm-12"> <div class="col-sm-12">
<h1 id="pitch">Cron Monitoring. Get Notified When Your Cron Jobs Fail.</h1>
<h1 id="pitch">
Monitoring for your nightly backups,
weekly reports, cron jobs and background tasks.</h1>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-sm-6 col-sm-push-6"> <div class="col-sm-6 col-sm-push-6">
<p id="pitch-text">Make a HTTP GET request to this address from your cron job, daemon, script or long running task.
<strong>When this address is not requested for a set time period, you will get alerted.</strong> Below are snippets that are ready to be copy/pasted into your own scripts.</p>
<p id="pitch-text">
Make HTTP requests to the Ping URL at regular intervals.
<strong>
When the URL is not pinged on time,
{% site_name %} will send you an alert.
</strong>
You can monitor any service that can make HTTP requests
or send emails.
</p>
</div> </div>
<div class="col-sm-6 col-sm-pull-6"> <div class="col-sm-6 col-sm-pull-6">
<h2 id="pitch-subtitle">Here's a unique ping address for you:</h2>
<h2 id="pitch-subtitle">
{% site_name %} creates unique Ping URLs like this one:
</h2>
<div id="pitch-url"> <div id="pitch-url">
<input <input
id="pitch-url-input" id="pitch-url-input"
@ -28,7 +44,6 @@
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-sm-12"> <div class="col-sm-12">
<ul class="nav nav-tabs" role="tablist"> <ul class="nav nav-tabs" role="tablist">
@ -90,7 +105,7 @@
</div> </div>
<div class="tab-pane tab-pane-email" id="email"> <div class="tab-pane tab-pane-email" id="email">
<p> <p>
As an alternative to HTTP/HTTPS requests,
As an alternative to HTTP and HTTPS requests,
you can "ping" this check by sending an you can "ping" this check by sending an
email message to email message to
<a href="mailto:{{ check.email }}">{{ check.email }}</a> <a href="mailto:{{ check.email }}">{{ check.email }}</a>
@ -125,7 +140,7 @@
<div class="clearfix"> <div class="clearfix">
<button type="submit" class="btn btn-lg btn-primary pull-right"> <button type="submit" class="btn btn-lg btn-primary pull-right">
Get Started
Set up my Ping URLs…
</button> </button>
</div> </div>
</form> </form>
@ -402,7 +417,7 @@
<div class="clearfix"> <div class="clearfix">
<button type="submit" class="btn btn-lg btn-primary pull-right"> <button type="submit" class="btn btn-lg btn-primary pull-right">
Get Started
Sign up for free
</button> </button>
</div> </div>
</form> </form>


+ 8
- 0
templates/payments/pricing.html View File

@ -3,6 +3,14 @@
{% block title %}Pricing - It's Free! - {% site_name %}{% endblock %} {% block title %}Pricing - It's Free! - {% site_name %}{% endblock %}
{% block description %}
<meta name="description" content="With the Free plan, you can monitor up to 20 services for free. Paid plans lift the limits significantly and are reasonably priced. Special offer for open source projects.">
{% endblock %}
{% block keywords %}
<meta name="keywords" content="healthchecks, cronitor alternative, dead man's snitch alternative, monitor cron jobs free, free cron monitoring, free cron job, free health checks">
{% endblock %}
{% block content %} {% block content %}
<!-- Plans --> <!-- Plans -->


Loading…
Cancel
Save