meta tags

This commit is contained in:
bumi 2020-05-02 11:33:32 +02:00
parent 50532e537a
commit db32d3ea4f
2 changed files with 15 additions and 1 deletions

View File

@ -2,10 +2,24 @@
<html>
<head>
<title>tinyfor.ms - the no-code online form backend for Google Sheets and Airtable</title>
<title>tinyfor.ms the no-code online form backend for Google Sheets and Airtable</title>
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
<meta name="title" content="tinyfor.ms — online form backend" />
<meta name="description" content="The no-code online form backend for Google Sheets and Airtable. Get your form submissions directly in your favorite spreadsheet tool." />
<meta property="og:url" content="https://www.tinyfor.ms/">
<meta property="og:title" content="tinyfor.ms — online form backend" />
<meta property="og:description" content="The no-code online form backend for Google Sheets and Airtable. Get your form submissions directly in your favorite spreadsheet tool." />
<meta property="og:image" content="https://www.tinyfor.ms/screenshot-tinyforms.png">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.tinyfor.ms/">
<meta property="twitter:title" content="tinyfor.ms — online form backend" />
<meta property="twitter:description" content="The no-code online form backend for Google Sheets and Airtable. Get your form submissions directly in your favorite spreadsheet tool." />
<meta property="twitter:image" content="https://www.tinyfor.ms/screenshot-tinyforms.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
<%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %>

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB