Skip to content

Instantly share code, notes, and snippets.

@jorgeadev
Created August 4, 2025 05:45
Show Gist options
  • Select an option

  • Save jorgeadev/46f5c139fd3bafc0bf375676bee6a0d3 to your computer and use it in GitHub Desktop.

Select an option

Save jorgeadev/46f5c139fd3bafc0bf375676bee6a0d3 to your computer and use it in GitHub Desktop.
export const metadata: Metadata = {
title: "Legacy Upscale - Enhance Your Images with AI",
description: "Legacy Upscale uses cutting-edge AI to upscale and enhance your images effortlessly. Try it now for stunning results.",
keywords: ['AI image upscaling', 'image enhancement', 'photo editing', 'Legacy Upscale', 'AI tools'],
authors: [{ name: 'Your Name', url: 'https://yourdomain.com' }],
openGraph: {
title: 'Legacy Upscale - Enhance Your Images with AI',
description: 'Discover Legacy Upscale, the ultimate AI-powered tool for image enhancement and upscaling. Perfect for photographers and designers.',
url: 'https://yourdomain.com',
siteName: 'Legacy Upscale',
images: [
{
url: 'https://yourdomain.com/images/social-preview.png',
width: 1200,
height: 630,
alt: 'Legacy Upscale - AI Image Enhancement',
},
],
locale: 'en_US',
type: 'website',
},
twitter: {
card: 'summary_large_image',
title: 'Legacy Upscale - Enhance Your Images with AI',
description: 'Effortlessly upscale and enhance your images with Legacy Upscale. Try it now for stunning results.',
creator: '@yourhandle',
images: ['https://yourdomain.com/images/social-preview.png'],
},
icons: {
icon: '/favicon.ico',
apple: '/icons/apple-touch-icon.png',
},
manifest: '/manifest.json',
appleWebApp: {
capable: true,
statusBarStyle: 'default',
title: 'Legacy Upscale',
},
themeColor: '#ffffff',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment