diff --git a/src/pages/about-us.astro b/src/pages/about-us.astro index ea5fb5a..cdf4d36 100644 --- a/src/pages/about-us.astro +++ b/src/pages/about-us.astro @@ -1,8 +1,38 @@ --- import Layout from '../layouts/Layout.astro' + +const schemaData = { + "@context": "https://schema.org", + "@type": "Organization", + "name": "บริษัท มอร์มินิมอร์ จำกัด", + "description": "บริษัท มอร์มินิมอร์ จำกัด ให้บริการรับทำเว็บไซต์ SEO และ AI Chatbot สำหรับ SMEs ไทย", + "url": "https://www.moreminimore.com", + "telephone": "0809955945", + "email": "contact@moreminimore.com", + "address": { + "@type": "PostalAddress", + "streetAddress": "53 หมู่ 1 ต.บ้านแพ้ว อ.บ้านแพ้ว", + "addressLocality": "สมุทรสาคร", + "postalCode": "74120", + "addressCountry": "TH" + }, + "foundingDate": "2020", + "founders": [ + { + "@type": "Person", + "name": "ทีมงาน MoreminiMore" + } + ], + "sameAs": [ + "https://www.facebook.com/moreminimore", + "https://twitter.com/moreminimore", + "https://www.linkedin.com/company/moreminimore" + ] +} --- - + +