@@ -32,9 +32,54 @@ const keyworsSeo = [
3232] ;
3333
3434export const metadata : Metadata = {
35- title : "Postmaker.dev" ,
36- description : "iClasser PosterMaker" ,
37- keywords : keyworsSeo ,
35+ title : "Postmaker.dev - Create Stunning Posters Online" ,
36+ description :
37+ "Postmaker.dev is an interactive poster maker app that allows you to design your own posters easily with our web-based tool." ,
38+ generator : "Turborepo" ,
39+ icons : [
40+ { url : "/favicon.ico" , sizes : "any" , rel : "icon" } ,
41+ { url : "/favicon-32x32.png" , type : "image/png" , sizes : "32x32" } ,
42+ { url : "/favicon-16x16.png" , type : "image/png" , sizes : "16x16" } ,
43+ ] ,
44+ manifest : "/site.webmanifest" ,
45+ themeColor : [
46+ { media : "(prefers-color-scheme: light)" , color : "#ffffff" } ,
47+ { media : "(prefers-color-scheme: dark)" , color : "#0b0b0b" } ,
48+ ] ,
49+ keywords : [
50+ "Postmaker.dev" ,
51+ "interactive" ,
52+ "posters" ,
53+ "poster maker" ,
54+ "web-based tool" ,
55+ "design posters" ,
56+ "create posters online" ,
57+ ] ,
58+ authors : [ { name : "Postmaker.dev" } ] ,
59+ openGraph : {
60+ title : "Postmaker.dev - Create Stunning Posters Online" ,
61+ description :
62+ "Postmaker.dev is an interactive poster maker app that allows you to design your own posters easily with our web-based tool." ,
63+ url : "https://postmaker.dev" ,
64+ siteName : "Postmaker.dev" ,
65+ locale : "en_US" ,
66+ type : "website" ,
67+ images : [
68+ {
69+ url : "https://postmaker.dev/og-image.png" ,
70+ width : 1200 ,
71+ height : 630 ,
72+ alt : "Postmaker.dev - Create Stunning Posters Online" ,
73+ } ,
74+ ] ,
75+ } ,
76+ twitter : {
77+ card : "summary_large_image" ,
78+ title : "Postmaker.dev - Create Stunning Posters Online" ,
79+ images : "https://postmaker.dev/og-image.png" ,
80+ description :
81+ "Postmaker.dev is an interactive poster maker app that allows you to design your own posters easily with our web-based tool." ,
82+ } ,
3883} ;
3984
4085export default function RootLayout ( {
0 commit comments