File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
lib/tiphx_web/components/layouts Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset = "utf-8 " />
5
5
< meta name = "viewport " content = "width=device-width, initial-scale=1 " />
6
6
< meta name = "csrf-token " content = { get_csrf_token ( ) } />
7
+
8
+ < meta name = "google-site-verification " content = "VlGEZOx3a9SadNmQetiIG4PBygfGTQei8VIIvwoI7H8 " />
9
+
7
10
< . live_title default = "Tiphx " suffix = " · Phoenix Framework " >
8
11
{ assigns [ :page_title ] }
9
12
</ . live_title >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments