S.
02/27/2025, 8:20 AMkobweb {
app {
index {
head.add {
meta("title", "Weaved – Turn the Web into a Conversation")
meta("og:title", content = "Weaved – Turn the Web into a Conversation")
meta("og:type", content = "website")
meta(
"og:description",
content = "TWeaved is a browser extension and mobile app that lets you highlight and comment on any website, embedding discussions directly into the web. Join the conversation and see what others are saying in context."
)
meta("og:url", content = "<https://weaved.cc>")
meta("theme-color", content = "#976DF2")
meta("og:image", content = "<https://weaved.cc/images/meta-image.jpg>")
meta("twitter:image", content = "<https://weaved.cc/images/meta-image.jpg>")
meta("twitter:card", content = "summary_large_image")
}
description.set("Weaved is a browser extension and mobile app that lets you highlight and comment on any website, embedding discussions directly into the web. Join the conversation and see what others are saying in context.")
}
}
}
that's what I have for exampleMeet
02/27/2025, 8:31 AM<meta content="website" name="og:type">
above image see it meta property use it not name field so i it work or not|S.
02/27/2025, 8:34 AMS.
02/27/2025, 8:37 AMMeet
02/27/2025, 8:51 AMS.
02/27/2025, 8:56 AM<meta name="og:title"...>
or <meta property="og:title"...>
, then no, there is not. both ways work.Meet
02/27/2025, 8:58 AMS.
02/27/2025, 8:59 AMboth ways work
Meet
02/27/2025, 8:59 AM