Spaces:
Sleeping
Many social networks display a rich preview for your website when a user shares a link to it. Using [[Properties]], you can customize how your notes appear in the preview.
The tags overridden in this section are only visible by web crawlers. Regular web browsers are served the unmodified page for performance.
Description
Obsidian automatically generates a description based on the note content, but you can provide your own using description.
---
description: An introduction to our solar system.
---
Meta tags
descriptionoverrides the auto-generated description in<meta name="description" content="...">and the equivalents forog:descriptionandtwitter:description.
Image
You can use a custom image for the link preview, by adding image or cover with a path to the image.
The path can be an absolute path from the root of your vault:
---
cover: "Attachments/Cover image.png"
---
Or, an external URL:
---
image: "https://example.com/cover%20image.png"
---
image and cover are identical. Only use one of them.
Meta tags
imageandcoveroverrides the auto-generated image in<meta property="og:image" content="...">.