Archived
Enable sitemap.xml generation & reintroduce robots.txt #669
Merged
Mikaela
merged 1 commits from 2018-12-19 20:39:35 +00:00
sitemap-robotstxt into master
Labels
Clear labels
:mag:🤖 Search Engines
approved
dependencies
duplicate
feedback wanted
high priority
I2P
iOS
low priority
OS
Self-contained networks
Social media
stale
streaming
todo
Tor
WIP
wontfix
XMPP
[m]
₿ cryptocurrency
ℹ️ help wanted
↔️ file sharing
⚙️ web extensions
✨ enhancement
❌ software removal
💬 discussion
🤖 Android
🐛 bug
💢 conflicting
📝 correction
🆘 critical
📧 email
🔒 file encryption
📁 file storage
🦊 Firefox
💻 hardware
🌐 hosting
🏠 housekeeping
🔐 password managers
🧰 productivity tools
🔎 research required
🌐 Social News Aggregators
🆕 software suggestion
👥 team chat
🔒 VPN
🌐 website issue
🚫 Windows
👁️ browsers
🖊️ digital notebooks
🗄️ DNS
🗨️ instant messaging (im)
🇦🇶 translations
approved, waiting for a PR
Pull requests that update a dependency file
The Invisible Internet Project (I2P)
Operating Systems
A label for stalebot if it gets added
Anything related to media streaming.
Anything covering the Tor network
active work in progress, do not merge or PR (yet)!
Issues or bugs that will not be fixed and/or do not have significant impact on the project.
Extensible Messaging and Presence Protocol
Matrix protocol
Browser Extension related issues
Correction of content on the website
Firefox & forks, about:config etc.
Anything primarily related to site cleanup.
Virtual Private Network
*Technical* issues with the website.
Domain Name System
Anything covering a translated version of the site
No labels
Milestone
No items
No Milestone
No due date set.
Dependencies
No dependencies set.
Reference: privacyguides/privacytools.io#669
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I disagree with the decision to remove robots.txt in #668. I think it may at least remove 404 errors from logs and sitemap.xml can only help with SEO or won't be harmful.
However I am not sure if privacytools.io has more than one page and I was unable to get Jekyll working locally on this PC.
What's the point of having robots.txt when it simply says "all pages allowed"?
I see the point with a sitemap, though.
Though as I expected, the sitemap is pretty useless since we have only two pages:
Can you verify that the
jekyll-sitemapplugin is supported by Github Pages?Good point. Though we don't really need a sitemap.
Regarding robots,
Not having it can spam error.log of the HTTP server, but as you use GitHub pages through CloudFlare, I don't know if anyone would ever see them.
Would there be any harm in case there would be more pages in the future? I don't know about your plans though.
Yes, see https://pages.github.com/versions/
I agree with this. Having it in place doesn't hurt and it can only benefit SEO.
I guess this can be useful when we have links like
/it/index.html,/de/index.htmletc.