commerce/config/seo.json
lytrankieio123 bca6215fba 🔧 config: title
:%s
2021-08-20 14:51:01 +07:00

27 lines
623 B
JSON

{
"title": "Online Grocery | By Kie.io",
"titleTemplate": "%s - Online Grocery",
"description": "Online Grocery | By Kie.io",
"openGraph": {
"title": "Online Grocery | By Kie.io",
"description": "Online Grocery | By Kie.io",
"type": "website",
"locale": "en_IE",
"url": "https://nextjs.org/commerce",
"site_name": "Next.js Commerce",
"images": [
{
"url": "/card.png",
"width": 800,
"height": 600,
"alt": "Next.js Commerce"
}
]
},
"twitter": {
"handle": "@nextjs",
"site": "@nextjs",
"cardType": "summary_large_image"
}
}