mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 12:57:07 +01:00
added sitemap and robots.txt
This commit is contained in:
@@ -4,8 +4,10 @@
|
||||
<head>
|
||||
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta charset="utf-8"/>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
|
||||
<meta name="description" content="TealCode - Your Code Snippet directory - Java, JavaScript, C, C#, C++, Python"/>
|
||||
<link rel="stylesheet" href="{% static 'css/fonts.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'css/base.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'main/css/topic.css' %}">
|
||||
|
||||
4
TealCode/main/templates/robots.txt
Normal file
4
TealCode/main/templates/robots.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
User-Agent: *
|
||||
Disallow: /AD/
|
||||
Disallow: /AD/*
|
||||
Disallow: /AD
|
||||
22
TealCode/main/templates/sitemap.xml
Normal file
22
TealCode/main/templates/sitemap.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<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/0.9 http://www.sitemaps.org/schemas/0.9/sitemap.xsd">
|
||||
<!--Main Pages-->
|
||||
<url>
|
||||
<loc>https://code.tealfire.de/</loc>
|
||||
<lastmod>2021-11-19T20:00:06+00:00</lastmod>
|
||||
<priority>1.00</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://code.tealfire.de/about/</loc>
|
||||
<lastmod>2021-11-19T20:00:06+00:00</lastmod>
|
||||
<priority>0.70</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://code.tealfire.de/privacy/</loc>
|
||||
<lastmod>2021-11-19T20:00:06+00:00</lastmod>
|
||||
<priority>0.70</priority>
|
||||
</url>
|
||||
<!--Category Pages-->
|
||||
|
||||
<!--Topic Pages-->
|
||||
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user