sitemap and robots.txt
This commit is contained in:
parent
913ba6f495
commit
cedd8db1f1
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="Full Stack Software Developer focused on React JS, Next JS and Express JS frameworks"/>
|
||||
<meta name="description" content="Full Stack Software Developer focused on React JS, Next JS and Express JS frameworks and libraries."/>
|
||||
<title>Paul Hughes - Full Stack Developer</title>
|
||||
<link rel="canonical" href="https://paulus.casa">
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
|
||||
7
public/robots.txt
Normal file
7
public/robots.txt
Normal file
@ -0,0 +1,7 @@
|
||||
User-agent: Googlebot
|
||||
Disallow: /nogooglebot/
|
||||
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
Sitemap: https://paulus.casa/sitemap.xml
|
||||
21
public/sitemap.xml
Normal file
21
public/sitemap.xml
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://paulus.casa/</loc>
|
||||
<lastmod>2024-03-24</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://paulus.casa/projects</loc>
|
||||
<lastmod>2024-03-24</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://paulus.casa/expertise</loc>
|
||||
<lastmod>2024-03-24</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
</urlset>
|
||||
Loading…
x
Reference in New Issue
Block a user