diff --git a/dist.zip b/dist.zip deleted file mode 100644 index 96f218e..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..8960948 --- /dev/null +++ b/robots.txt @@ -0,0 +1,3 @@ +# Allow all search engines to crawl everything +User-agent: * +Disallow: \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..8ef2a2b --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,52 @@ + + + + + + + https://rgyci.org/ + 2025-03-05T20:16:28+00:00 + 1.00 + + + https://rgyci.org/aboutus/ + 2025-03-05T20:16:28+00:00 + 0.80 + + + https://rgyci.org/chairman-message/ + 2025-03-05T20:16:28+00:00 + 0.80 + + + https://rgyci.org/administrator/ + 2025-03-05T20:16:28+00:00 + 0.80 + + + https://rgyci.org/online-course/ + 2025-03-05T20:16:28+00:00 + 0.80 + + + https://rgyci.org/library/ + 2025-03-05T20:16:28+00:00 + 0.80 + + + https://rgyci.org/gallery/ + 2025-03-05T20:16:28+00:00 + 0.80 + + + https://rgyci.org/contactus/ + 2025-03-05T20:16:28+00:00 + 0.80 + + + + \ No newline at end of file diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index d4d8b61..6e24ca3 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,7 +1,7 @@ --- -export interface Props { title: string; description: string; keywords: string; ogUrl: string; ogImage: string;} +export interface Props { title: string; description: string; keywords: string; ogUrl: string; ogImage: string; schema?: object;} -const { title, description, keywords, ogUrl, ogImage } = Astro.props; +const { title, description, keywords, ogUrl, ogImage, schema } = Astro.props; --- @@ -29,6 +29,9 @@ const { title, description, keywords, ogUrl, ogImage } = Astro.props; + {schema && ( +