This repository has been archived on 2022-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
gosh-commerce/config/seo.json
2021-09-12 01:56:18 +00:00

27 lines
729 B
JSON

{
"title": "GOSH 3D Printers | Powered by Open Source Ecology",
"titleTemplate": "%s - GOSH 3D Printers",
"description": "Build the future with universal, upgradable 3D printers",
"openGraph": {
"title": "GOSH 3D Printers | Powered by Open Source Ecology",
"description": "Next.js Commerce - https://www.nextjs.org/commerce",
"type": "website",
"locale": "en_IE",
"url": "https://gosh3dprint.co",
"site_name": "GOSH 3D Printers",
"images": [
{
"url": "/card.png",
"width": 800,
"height": 600,
"alt": "GOSH 3D Printers"
}
]
},
"twitter": {
"handle": "@gosh3dprint",
"site": "@gosh3dprint",
"cardType": "summary_large_image"
}
}