Skip to content

Commit

Permalink
Refactor robots.txt to include sitemap URL
Browse files Browse the repository at this point in the history
  • Loading branch information
madalinpopa committed Sep 21, 2024
1 parent d1c7ddf commit e4a9ee4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
User-agent: *
Allow: /

Sitemap: https://madalinpopa.com/sitemap.xml
1 change: 1 addition & 0 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import "../styles/global.css";
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<script defer src="https://umami.mihaelamocanu.ro/script.js" data-website-id="5c94282b-ce79-41cb-ac60-016397aae9f8"></script>
<title>Madalin Popa</title>
</head>
<body class="bg-slate-800 text-white font-serif">
Expand Down

0 comments on commit e4a9ee4

Please sign in to comment.