Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions apps/sim/app/(landing)/og-utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,13 @@ export async function createLandingOgImage({
</div>,
{
...size,
/**
* These endpoints are social-card assets, not destinations. `noindex`
* keeps them out of search results while leaving them fetchable, so
* unfurl bots (which ignore the header) still render previews — unlike a
* robots.txt `Disallow`, which would block the fetch itself.
*/
headers: { 'X-Robots-Tag': 'noindex' },
fonts: [
...(regularFontData
? [
Expand Down
Loading