Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for sitemap and robots.txt #337

Merged
merged 2 commits into from
Jul 21, 2021
Merged

Adds support for sitemap and robots.txt #337

merged 2 commits into from
Jul 21, 2021

Conversation

rohandebsarkar
Copy link
Collaborator

  • Adds support for sitemap using jekyll-sitemap.
  • Adds a robots.txt file.

@alshedivat
Copy link
Owner

@rohandebsarkar, thanks for this PR. Sorry, what is the purpose of sitemap? (The plugin readme is not very descriptive.)

@rohandebsarkar
Copy link
Collaborator Author

Sitemaps helps search engines to discover various pages of the site and index it. Without a proper sitemap, various blog posts and other pages like projects may not show up on search engines.

robots.txt tells the search engine crawlers which pages/parts of the site it can visit or crawl. If we disallow a part of the site in robots.txt, it will not be indexed in search engines.

Sitemap and robots.txt are required for search engine optimizations (SEO) to get the websites ranked higher in various search engines.

@alshedivat alshedivat merged commit 60fc64b into alshedivat:master Jul 21, 2021
github-actions bot added a commit that referenced this pull request Jul 21, 2021
* Adds support for sitemap

* Adds support for robots.txt [ci skip]
@rohandebsarkar rohandebsarkar deleted the add-jekyll-sitemap branch July 22, 2021 03:03
@rohandebsarkar rohandebsarkar restored the add-jekyll-sitemap branch July 22, 2021 03:03
@rohandebsarkar rohandebsarkar deleted the add-jekyll-sitemap branch July 22, 2021 03:04
LoryPack pushed a commit to LoryPack/lorypack.github.io that referenced this pull request Aug 17, 2021
* Adds support for sitemap

* Adds support for robots.txt
markwang0 pushed a commit to markwang0/old_markwang0.github.io that referenced this pull request Jan 8, 2022
* Adds support for sitemap

* Adds support for robots.txt
cverluiseQB pushed a commit to cverluise/cverluise.github.io that referenced this pull request Jan 16, 2023
* Adds support for sitemap

* Adds support for robots.txt
pecey pushed a commit to pecey/pecey.github.io that referenced this pull request Jan 27, 2023
* Adds support for sitemap

* Adds support for robots.txt
antchristou pushed a commit to antchristou/antchristou.github.io that referenced this pull request Nov 20, 2023
* Adds support for sitemap

* Adds support for robots.txt
siantonelli pushed a commit to siantonelli/siantonelli.github.io that referenced this pull request Oct 26, 2024
* Adds support for sitemap

* Adds support for robots.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants