Added SEO shit
This commit is contained in:
@@ -3,7 +3,37 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="FITRA - Secure file transfer API for fast and reliable file sharing for developers">
|
||||
<meta name="keywords" content="file transfer, API, file sharing, secure upload, download">
|
||||
<meta name="author" content="FITRA">
|
||||
<meta name="robots" content="index, follow">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="{{.Title}} - FITRA - File transfer API">
|
||||
<meta property="og:description" content="FITRA - Secure file transfer API for fast and reliable file sharing for developers">
|
||||
<meta property="og:url" content="{{.BaseURL}}">
|
||||
<meta property="og:site_name" content="FITRA">
|
||||
<meta property="og:image" content="{{.BaseURL}}/static/og-image.png">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
<meta property="og:image:alt" content="FITRA - Secure file transfer API">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:title" content="{{.Title}} - FITRA - File transfer API">
|
||||
<meta property="twitter:description" content="FITRA - Secure file transfer API for fast and reliable file sharing for developers">
|
||||
<meta property="twitter:image" content="{{.BaseURL}}/static/og-image.png">
|
||||
<meta property="twitter:image:alt" content="FITRA - Secure file transfer API">
|
||||
|
||||
<title>{{.Title}} - FITRA - File transfer API</title>
|
||||
|
||||
<link rel="icon" type="image/png" href="/static/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/static/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/static/site.webmanifest" />
|
||||
|
||||
<link rel="stylesheet" href="/static/main.css">
|
||||
|
||||
<script
|
||||
|
||||
Reference in New Issue
Block a user