Skip to content

Commit

Permalink
🔧 add: sitemap.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamerrq committed Jan 14, 2024
1 parent df2c046 commit 8be3208
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
22 changes: 22 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->


<url>
<loc>https://jamerrq.deno.dev/</loc>
<lastmod>2024-01-14T06:42:42+00:00</lastmod>
<priority>1.00</priority>
</url>
<url>
<loc>https://jamerrq.deno.dev/tech-stack</loc>
<lastmod>2024-01-14T06:42:42+00:00</lastmod>
<priority>0.80</priority>
</url>


</urlset>
6 changes: 6 additions & 0 deletions src/layouts/layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,17 @@ const BODY_CLASS = import.meta.env.MODE === 'development' ? 'debug-screens' : ''
href='https://unpkg.com/css-peeps@1/css-peeps.css'
/>
<meta name='generator' content={Astro.generator} />
<!-- Open Graph -->
<meta property='og:title' content='jamerrq.dev' />
<meta property='og:type' content='personal website' />
<meta property='og:url' content='https://jamerrq.deno.dev' />
<meta property='og:image' content='https://jamerrq.deno.dev/og-image.png' />
<meta property='og:description' content='Software Developer.' />
<meta property='og:site_name' content='jamerrq.dev' />
<!-- Robots -->
<meta name='robots' content='index, follow' />
<meta name='googlebot' content='index, follow' />
<meta name='google' content='notranslate' />
<title>{title}</title>
<ViewTransitions />
</head>
Expand Down

0 comments on commit 8be3208

Please sign in to comment.