mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add robots.txt
This commit is contained in:
@@ -5,6 +5,19 @@
|
||||
<meta name="viewport"
|
||||
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 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"/>
|
||||
<title>Domain Watchdog</title>
|
||||
{{ encore_entry_link_tags('app') }}
|
||||
|
||||
Reference in New Issue
Block a user