docs: Use static sitemap and enhance SEO for data professionals#2531
docs: Use static sitemap and enhance SEO for data professionals#2531
Conversation
Removes the sphinx_sitemap extension and its configuration in docs/conf.py. Adds a static docs/sitemap.xml with the core URLs requested for Google Search indexing, and copies it to the root using html_extra_path. Also enriches index.rst, user_guide/index.rst, reference/index.rst, bigframes/pandas/__init__.py, bigframes/bigquery/__init__.py, and bigframes/bigquery/ai.py with targeted keywords emphasizing use-cases for data scientists, data engineers, and data analysts. This addresses potential "thin" content concerns by making the pages more informative and relevant. Co-authored-by: tswast <247555+tswast@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
Doctest failures don't appear related to this change. I suspect they are due to a pandas package upgrade: |
Replaces the dynamic
sphinx-sitemapplugin with a staticsitemap.xmlthat only includes key top-level URLs. This improves SEO by directly controlling the URLs exposed to Google Search.Additionally, key documentation pages and module docstrings have been enriched with keywords specifically targeting data professionals (data scientists, data engineers, and data analysts), detailing specific use cases like Generative AI, MLOps, scalable data pipelines, and big data manipulation to alleviate "thin content" flags by search engines.
PR created automatically by Jules for task 5578325803453195932 started by @tswast