Skip to content

Commit f1a2ec2

Browse files
Update pythonsd/sitemap.py
Agreed. I believe it might be slightly better for SEO during the initial crawl by Bing/Google search consoles, but it would need to be removed post-crawl anyway. Co-authored-by: David Fischer <[email protected]>
1 parent 18e53d2 commit f1a2ec2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pythonsd/sitemap.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
class IndexSitemap(Sitemap):
88
changefreq = 'weekly'
99
protocol = 'https'
10-
lastmod = datetime(2024, 5, 15, 0, 0, 0, tzinfo=timezone.utc)
1110
priority = 1.0
1211

1312
def items(self):

0 commit comments

Comments
 (0)