Hugo van Kemenade

Results 1495 comments of Hugo van Kemenade

What is the scope for avoiding repeated links? For long pages, it could be useful to use links in different sections. The nature of webpages is you don't read the...

Tooling aside; I see a consensus here, would someone like to write it up for the https://devguide.python.org/documentation/style-guide/?

I think we can close this now https://github.com/python/devguide/pull/1294 is merged, please re-open or comment if there's more to do.

Google Chrome has something in devtools called Lighthouse that runs an audit on a webpage: * Right click page > Inspect > Lighthouse > can uncheck the non-SEO categories for...

For the first one, https://pypi.org/project/sphinxext-opengraph/ is a Sphinx extension to automatically add [OpenGraph metadata](https://ogp.me/). It doesn't add `` (although there's a feature request: https://github.com/wpilibsuite/sphinxext-opengraph/issues/65), but it would be good to...

Good suggestions. > However It's also been a few years since I last looked into SEO-related stuff, and I have the impression that nowadays the meta keywords are not as...

> For the first one, [pypi.org/project/sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph/) is a Sphinx extension to automatically add [OpenGraph metadata](https://ogp.me/). > > It doesn't add `` (although there's a feature request: [wpilibsuite/sphinxext-opengraph#65](https://github.com/wpilibsuite/sphinxext-opengraph/issues/65)), but it would...

Next up! PR to add the same thing to https://docs.python.org: https://github.com/python/cpython/pull/99931

This is now on `/3/` and `/3.12/`! 🚀 For example: * https://docs.python.org/3/library/csv.html (`3.11` branch) * https://docs.python.org/3.12/library/csv.html (`main` branch) (Note: It's not on the `index.html` or `download.html` pages, because they're `html_additional_pages`...