Open Graph image example by Shipixen

Make custom Next.js boilerplates with an MDX blog, TypeScript and Shadcn UI.
Open Graph Meta Tags
Check out Open Graph meta tags as an example by Shipixen:
<!-- Primary Meta Tags --><title>Branded boilerplates for your website, product or blog. Get an SEO optimized Markdown blog running Next.js 14, TypeScript, TailwindCSS + Shadcn UI. Deploy to Vercel with 1 click.</title><meta name="description" content="Branded boilerplates for your website, product or blog. Get an SEO optimized Markdown blog running Next.js 14, TypeScript, TailwindCSS + Shadcn UI. Deploy to Vercel with 1 click." />
<!-- Open Graph / Facebook --><meta property="og:title" content="Make custom Next.js boilerplates with an MDX blog, TypeScript and Shadcn UI" /><meta property="og:description" content="Branded boilerplates for your website, product or blog. Get an SEO optimized Markdown blog running Next.js 14, TypeScript, TailwindCSS + Shadcn UI. Deploy to Vercel with 1 click." /><meta property="og:url" content="https://shipixen.com/" /><meta property="og:site_name" content="Make custom Next.js boilerplates with an MDX blog, TypeScript and Shadcn UI" /><meta property="og:locale" content="en_US" /><meta property="og:image" content="https://shipixen.com/static/images/ogImg.jpg" /><meta property="og:type" content="website" />
Check out more Open Graph examples →