feat: add robots.txt

This commit is contained in:
Maël Gangloff 2024-07-28 00:27:51 +02:00
parent 4cd93ef45c
commit 7b06137c3e
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629
3 changed files with 16 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"name": "Domain Watchdog", "name": "Domain Watchdog",
"short_name": "Domain Watch", "short_name": "Domain Watch",
"start_url": ".", "start_url": ".",
"orientation": "landscape",
"display": "standalone", "display": "standalone",
"background_color": "#fff", "background_color": "#fff",
"description": "A standalone app that collects open access information about domain names, helping users track the history and changes associated with domain names. " "description": "A standalone app that collects open access information about domain names, helping users track the history and changes associated with domain names. "

2
public/robots.txt Normal file
View File

@ -0,0 +1,2 @@
User-agent: *
Disallow: /

View File

@ -5,6 +5,19 @@
<meta name="viewport" <meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="title" content="Domain Watchdog Dashboard">
<meta name="description"
content="A standalone app that collects open access information about domain names, helping users track the history and changes associated with domain names.">
<meta name="keywords" content="api, tracking, whois, domain, rdap, watchdog">
<meta name="robots" content="noindex, follow">
<meta property="og:type" content="website"/>
<meta property="og:title" content="Domain Watchdog Dashboard"/>
<meta property="og:description"
content="A standalone app that collects open access information about domain names, helping users track the history and changes associated with domain names."/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<link rel="manifest" href="/manifest.json"/> <link rel="manifest" href="/manifest.json"/>
<title>Domain Watchdog</title> <title>Domain Watchdog</title>
{{ encore_entry_link_tags('app') }} {{ encore_entry_link_tags('app') }}