Skip to content

Commit b95efa9

Browse files
author
Thierry Schmidt
committed
add seo
1 parent 4436e78 commit b95efa9

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

lib/tiphx_web/components/layouts/root.html.heex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<meta name="csrf-token" content={get_csrf_token()} />
7+
8+
<meta name="google-site-verification" content="VlGEZOx3a9SadNmQetiIG4PBygfGTQei8VIIvwoI7H8" />
9+
710
<.live_title default="Tiphx" suffix=" · Phoenix Framework">
811
{assigns[:page_title]}
912
</.live_title>

priv/static/robots.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
# See https://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
2-
#
3-
# To ban all spiders from the entire site uncomment the next two lines:
4-
# User-agent: *
5-
# Disallow: /
1+
User-agent: *
2+
Allow: /
3+
4+
# Disallow any admin or private sections
5+
Disallow: /admin/
6+
Disallow: /private/
7+
8+
# Link to your sitemap
9+
Sitemap: https://your-app-domain.fly.dev/sitemap.xml

0 commit comments

Comments
 (0)