Open opdev1004 opened 1 month ago
defineOgImageComponent("RedotOG", {
title: "Redot Engine",
description: "Open‑source Multi-platform 2D and 3D game engine for everyone",
imageUrl: "",
backgroundColor: "#000000",
brandColor: "#FF6E01",
});
useSeoMeta({
title: "Redot Engine, game engine for everyone",
ogTitle: "Redot Engine, game engine for everyone",
description: "Open‑source Multi-platform 2D and 3D game engine",
ogDescription: "Open‑source Multi-platform 2D and 3D game engine",
});
i'm currently working on banners in figma. check the "social banners" page.
example, not final:
maybe just adding an image better
I'll create a pull request after the OG image is added
Since we added the SEO plugin, now we can gennerate our own Ogimage from Vue component or use default one from Nuxt SEO, Nuxt and other community's preset. I think we still needs to use
useSeoMeta
from Nuxt.Example of default OG image:
So I or anyone can add this but I want to confirm about content of these meta tag data.
If I do this I may setup for blog posts as well.