Skip to content

Conversation

@tysoncung
Copy link

Summary

This PR adds title and description metadata to all Jupyter notebooks in the docs/ directory to improve SEO and discoverability.

Changes

  • Added title field to metadata of all 13 notebooks
  • Added description field with SEO-friendly descriptions
  • Preserved existing metadata (kernelspec, language_info)

Motivation

As mentioned in #468, adding title and description to notebook metadata helps search engines find and index the content better.

Testing

  • Verified all notebooks still open correctly in Jupyter
  • Confirmed metadata is properly formatted JSON
  • Checked that existing metadata fields are preserved

Fixes #468

Fixes qiskit-community#468

Added title and description fields to the metadata of all Jupyter notebooks in the docs/ directory. This helps search engines find and index the content better, improving discoverability.

Changes:
- Added descriptive titles to all 13 notebooks
- Added SEO-friendly descriptions explaining the content
- Maintained existing metadata (kernelspec, language_info)
@CLAassistant
Copy link

CLAassistant commented Sep 16, 2025

CLA assistant check
All committers have signed the CLA.

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.

Add title and description to metadata of notebooks

2 participants