Skip to content

Commit

Permalink
update title and description to emphasize privacy
Browse files Browse the repository at this point in the history
  • Loading branch information
konklone committed Oct 28, 2018
1 parent 85b47a1 commit 08158df
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>JSON to CSV</title>
<meta name="og:title" content="JSON to CSV" />
<title>JSON to CSV Converter</title>
<meta name="og:title" content="JSON to CSV Converter" />

<meta name="description" content="A simple, in-browser JSON viewer, and CSV converter." />
<meta name="og:description" content="A simple, in-browser JSON viewer and CSV converter." />
<meta name="description" content="A simple, private JSON-to-CSV converter. Your data is never shared with our servers." />
<meta name="og:description" content="A simple, private JSON-to-CSV converter. Your data is never shared with our servers." />

<meta name="author" content="Eric Mill" />
<meta name="twitter:creator" content="@konklone" />
Expand All @@ -16,16 +16,6 @@
<link rel="shortcut icon" href="/json/favicon.png" />
<link rel="canonical" href="https://konklone.io/json/" />

<!--
redirect users to the https version of the website.
but: only check when on the production domain.
-->
<script type="text/javascript">
var enforce = "konklone.io";
if ((enforce == window.location.host) && (window.location.protocol != "https:"))
window.location.protocol = "https";
</script>

<!-- JSON5 parser -->
<script src='assets/json5-2.1.0.min.js'></script>

Expand Down

0 comments on commit 08158df

Please sign in to comment.