pola-rs / polars

Dataframes powered by a multithreaded, vectorized query engine, written in Rust
https://docs.pola.rs
Other
30.64k stars 1.99k forks source link

Search Engine Optimization for docs #3716

Open universalmind303 opened 2 years ago

universalmind303 commented 2 years ago

Describe your feature request

Currently it is pretty hard to find documentation on polars without navigating to the docs.

for example, searching groupby_rolling in any major search engine does not produce a link to any of the following

even a specific search of groupby_rolling polars does not return any links to the polars docs.

I would expect these to be the top 3 results when searching groupby_rolling polars

This is just one example, but in general discoverability will increase adoption & reduce frequently asked questions.

ghuls commented 2 years ago

https://blog.readthedocs.com/seo-for-technical-docs/

Using a robots.txt and sitemap.xml file can help you control how search engines crawl your docs. For example, you could tell search engines to ignore unsupported versions of your documentation. Read the Docs provides both a robots.txt and a sitemap and has ways for you to override them.

This might improve it.

aabidsofi19 commented 1 year ago

Hey @universalmind303 , I have experience with optimising seo for sites and would like to contribute to this issue . Can you pls assign me to this issue