Author: colegreer
Date: Tue May 27 22:14:50 2025
New Revision: 1925885

URL: http://svn.apache.org/viewvc?rev=1925885&view=rev
Log:
Deploy TinkerPop homepage

Added:
    tinkerpop/site/robots.txt
    tinkerpop/site/sitemap.xml

Added: tinkerpop/site/robots.txt
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/robots.txt?rev=1925885&view=auto
==============================================================================
--- tinkerpop/site/robots.txt (added)
+++ tinkerpop/site/robots.txt Tue May 27 22:14:50 2025
@@ -0,0 +1,6 @@
+User-agent: *
+Allow: /
+Disallow: /staging/
+
+# Sitemap reference
+Sitemap: https://tinkerpop.apache.org/sitemap.xml

Added: tinkerpop/site/sitemap.xml
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/sitemap.xml?rev=1925885&view=auto
==============================================================================
--- tinkerpop/site/sitemap.xml (added)
+++ tinkerpop/site/sitemap.xml Tue May 27 22:14:50 2025
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
+  <url>
+    <loc>https://tinkerpop.apache.org/</loc>
+    <lastmod>2025-05-07</lastmod>
+    <priority>1.0</priority>
+    <changefreq>monthly</changefreq>
+  </url>
+  <url>
+    <loc>https://tinkerpop.apache.org/gremlin.html</loc>
+    <lastmod>2025-05-07</lastmod>
+    <priority>0.9</priority>
+    <changefreq>yearly</changefreq>
+  </url>
+  <url>
+    <loc>https://tinkerpop.apache.org/providers.html</loc>
+    <lastmod>2025-05-07</lastmod>
+    <priority>0.8</priority>
+    <changefreq>yearly</changefreq>
+  </url>
+  <url>
+    <loc>https://tinkerpop.apache.org/benefits-use-cases.html</loc>
+    <lastmod>2025-05-07</lastmod>
+    <priority>0.8</priority>
+    <changefreq>yearly</changefreq>
+  </url>
+  <url>
+    <loc>https://tinkerpop.apache.org/community.html</loc>
+    <lastmod>2025-05-07</lastmod>
+    <priority>0.7</priority>
+    <changefreq>monthly</changefreq>
+  </url>
+  <url>
+    <loc>https://tinkerpop.apache.org/download.html</loc>
+    <lastmod>2025-05-07</lastmod>
+    <priority>0.9</priority>
+    <changefreq>monthly</changefreq>
+  </url>
+</urlset>


Reply via email to