# Talking and Doc'ing 2024-07-11
## Updating Recipe Cards
- update [schema for recipes](https://github.com/withastro/docs/blob/4df88d15dbcf1f47e676de499694a6af250d20d9/src/content/config.ts#L60-L63) with a new optional property for the card's title, so we can update the page title to something longer
- update each recipe with this property, and copy the page title
- rewrite the page title to be a nicer standalone page title
- update the existing components (`RecipeLinks` and `RecipeNav`) to use this new property fall back to the title if the new property isn’t set