Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

sitemap.xml 472 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  1. ---
  2. layout: none
  3. search: exclude
  4. ---
  5. <?xml version="1.0" encoding="UTF-8"?>
  6. <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  7. {% for post in site.posts %}
  8. {% unless post.search == "exclude" %}
  9. <url>
  10. <loc>{{site.url}}{{post.url}}</loc>
  11. </url>
  12. {% endunless %}
  13. {% endfor %}
  14. {% for page in site.pages %}
  15. {% unless page.search == "exclude" %}
  16. <url>
  17. <loc>{{site.url}}{{ page.url}}</loc>
  18. </url>
  19. {% endunless %}
  20. {% endfor %}
  21. </urlset>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...