# SeoMeta

Emit Open Graph and Twitter metadata. Making sure your links look pretty when shared on social media.

## Notes

- Use absolute URLs for canonical and image fields.
- Keep route-specific copy and canonical ownership in the consumer.



## Example

```astro
<SeoMeta slot="head" title="Docs" description="Component reference" url="https://example.com/docs" />
```
