diff --git a/src/app/about-us/page.jsx b/src/app/about-us/page.jsx index e435bc6..f9bfe1b 100644 --- a/src/app/about-us/page.jsx +++ b/src/app/about-us/page.jsx @@ -13,9 +13,9 @@ import AuditorTeamMember from "@/components/AuditorTeamMember"; import DigitalPartner from "@/components/DigitalPartner"; export const metadata = { - title: "About || Sri Murugan Temple, Waterloo ", + title: "About Our Temple | Learn Our History", description: - "At Sri Murugan Temple, our journey began with a simple yet profound vision: to create a sacred space where individuals from all walks of life can come together in unity, devotion, and spiritual growth.", + "Learn about the history, vision, and spiritual mission of Waterloo Murugan Temple serving devotees in Canada.", }; diff --git a/src/app/annual-membership/page.jsx b/src/app/annual-membership/page.jsx index 635c769..63c677f 100644 --- a/src/app/annual-membership/page.jsx +++ b/src/app/annual-membership/page.jsx @@ -5,9 +5,9 @@ import AnnualMembership from "@/components/AnnualMembership"; import Preloader from "@/helper/Preloader"; export const metadata = { - title: "Annual Membership", + title: "Annual Membership | Join the Temple", description: - "Sri Murugan Temple Waterloo", + "Become an annual member and stay connected with temple events, poojas, and community activities.", }; diff --git a/src/app/arupadai-veedu/page.jsx b/src/app/arupadai-veedu/page.jsx index de9e076..51e8c94 100644 --- a/src/app/arupadai-veedu/page.jsx +++ b/src/app/arupadai-veedu/page.jsx @@ -12,9 +12,9 @@ import PazhamudircholaiMuruganTemple from "@/components/ArupadaiVeedu/Pazhamudir export const metadata = { - title: "Arupadai Veedu", + title: "Arupadai Veedu | Learn Murugan’s Abodes", description: - "At Sri Murugan Temple, our journey began with a simple yet profound vision: to create a sacred space where individuals from all walks of life can come together in unity, devotion, and spiritual growth.", + "Learn about Arupadai Veedu, the six sacred abodes of Lord Murugan.", }; diff --git a/src/app/books/page.jsx b/src/app/books/page.jsx index 854e5c8..479b3c0 100644 --- a/src/app/books/page.jsx +++ b/src/app/books/page.jsx @@ -7,9 +7,9 @@ import Downloads from "@/components/Downloads"; export const metadata = { - title: "Sri Murugan Temple Waterloo Region", + title: "Spiritual Books | Read & Learn", description: - "At Sri Murugan Temple, our journey began with a simple yet profound vision: to create a sacred space where individuals from all walks of life can come together in unity, devotion, and spiritual growth.", + "Explore spiritual and religious books available through the temple.", }; diff --git a/src/app/canada/page.jsx b/src/app/canada/page.jsx index 187c78f..e1ebced 100644 --- a/src/app/canada/page.jsx +++ b/src/app/canada/page.jsx @@ -13,9 +13,9 @@ import RichmondHillHinduTemple from "@/components/Canada/RichmondHillHinduTemple export const metadata = { - title: "Canada Temples", + title: "Murugan Temples in Canada | Explore", description: - "At Sri Murugan Temple, our journey began with a simple yet profound vision: to create a sacred space where individuals from all walks of life can come together in unity, devotion, and spiritual growth.", + "Explore Murugan temples across Canada and their spiritual significance.", }; diff --git a/src/app/contact/page.jsx b/src/app/contact/page.jsx index 5d04e95..65ab5ba 100644 --- a/src/app/contact/page.jsx +++ b/src/app/contact/page.jsx @@ -5,9 +5,9 @@ import HeaderFour from "@/components/HeaderFour"; import Preloader from "@/helper/Preloader"; export const metadata = { - title: "Contact || Sri Murugan Temple waterloo", + title: "Contact the Temple | Get in Touch", description: - "Contact-waterloo Murugan Temple", + "Contact Waterloo Murugan Temple for event details, services, and enquiries.", }; diff --git a/src/app/donation/page.jsx b/src/app/donation/page.jsx index 7d0f77a..6ff3cc6 100644 --- a/src/app/donation/page.jsx +++ b/src/app/donation/page.jsx @@ -6,9 +6,9 @@ import Preloader from "@/helper/Preloader"; import Annadhanam from "@/components/annadhanam"; export const metadata = { - title: "Donation", + title: "Donate & Support the Temple | Give Now", description: - "Sri Murugan Temple Waterloo", + "Support temple activities and spiritual services by making a donation to Waterloo Murugan Temple.", }; diff --git a/src/app/event-annathanam/page.jsx b/src/app/event-annathanam/page.jsx index 8e3935f..43f5e8e 100644 --- a/src/app/event-annathanam/page.jsx +++ b/src/app/event-annathanam/page.jsx @@ -6,9 +6,9 @@ import Preloader from "@/helper/Preloader"; import EventAnnathanam from "@/components/EventAnnathanam"; export const metadata = { - title: "Events - Thaipoosam", + title: "Annathanam Event | Sponsor & Participate", description: - "Sri Murugan Temple Waterloo", + "Participate in Annathanam and offer food service as part of spiritual charity and devotion.", }; diff --git a/src/app/event-chitra-pournami/page.jsx b/src/app/event-chitra-pournami/page.jsx index c597896..af2dd8e 100644 --- a/src/app/event-chitra-pournami/page.jsx +++ b/src/app/event-chitra-pournami/page.jsx @@ -4,7 +4,7 @@ import HeaderFour from "@/components/HeaderFour"; import ChitraPournami from "./chitra-pournami"; export const metadata = { - title: "Events - Chitra Pournami", + title: "Chitra Pournami Festival | Celebrate Together", description: "Sri Murugan Temple Waterloo", }; diff --git a/src/app/event-monthly-karthigai-june/page.jsx b/src/app/event-monthly-karthigai-june/page.jsx index 476cf43..114c98d 100644 --- a/src/app/event-monthly-karthigai-june/page.jsx +++ b/src/app/event-monthly-karthigai-june/page.jsx @@ -4,8 +4,8 @@ import HeaderFour from "@/components/HeaderFour"; import MonthlyKarthigai from "./monthly-karthigai"; export const metadata = { - title: "Events - Monthly Karthigai", - description: "Sri Murugan Temple Waterloo", + title: "Monthly Karthigai June | Join the Event", + description: "Attend Monthly Karthigai pooja in June with devotional offerings.", }; export default function MonthlyKarthigaiPage() { diff --git a/src/app/event-monthly-karthigai-may/page.jsx b/src/app/event-monthly-karthigai-may/page.jsx index 52f8b14..2ec8db5 100644 --- a/src/app/event-monthly-karthigai-may/page.jsx +++ b/src/app/event-monthly-karthigai-may/page.jsx @@ -4,8 +4,8 @@ import HeaderFour from "@/components/HeaderFour"; import MonthlyKarthigai from "./monthly-karthigai"; export const metadata = { - title: "Events - Monthly Karthigai", - description: "Sri Murugan Temple Waterloo", + title: "Monthly Karthigai May | Participate", + description: "Participate in Monthly Karthigai pooja held in May with traditional worship.", }; export default function MonthlyKarthigaiPage() { diff --git a/src/app/event-new-year/page.jsx b/src/app/event-new-year/page.jsx index f063fa5..5d25468 100644 --- a/src/app/event-new-year/page.jsx +++ b/src/app/event-new-year/page.jsx @@ -4,8 +4,8 @@ import HeaderFour from "@/components/HeaderFour"; import NewYearCelebration from "./new-year-celebration"; export const metadata = { - title: "Events - New Year Celebration", - description: "Sri Murugan Temple Waterloo", + title: "Tamil New Year Event | Join the Celebration", + description: "Welcome the Tamil New Year with prayers, rituals, and community celebrations at the temple.", }; export default function SathyaNarayanaPoojaiPage() { diff --git a/src/app/event-sangada-hara-charthurthi-april/page.jsx b/src/app/event-sangada-hara-charthurthi-april/page.jsx index 6221aa9..afe40ae 100644 --- a/src/app/event-sangada-hara-charthurthi-april/page.jsx +++ b/src/app/event-sangada-hara-charthurthi-april/page.jsx @@ -4,8 +4,8 @@ import HeaderFour from "@/components/HeaderFour"; import SangadaHaraChathurthi from "./sangada-hara-charthurthi"; export const metadata = { - title: "Events - Sathya Narayana Poojai", - description: "Sri Murugan Temple Waterloo", + title: "Sangada Hara Charthurthi April | Join Pooja", + description: "Attend Sangada Hara Charthurthi in April with special poojas and temple rituals.", }; export default function SangadaHaraChathurthiPage() { diff --git a/src/app/event-sangada-hara-charthurthi-december/page.jsx b/src/app/event-sangada-hara-charthurthi-december/page.jsx index 9c6dfcf..8efd29c 100644 --- a/src/app/event-sangada-hara-charthurthi-december/page.jsx +++ b/src/app/event-sangada-hara-charthurthi-december/page.jsx @@ -4,8 +4,8 @@ import HeaderFour from "@/components/HeaderFour"; import SangadaHaraChathurthi from "./sangada-hara-chathurthi"; export const metadata = { - title: "Events - Sangada Hara Chathurthi", - description: "Sri Murugan Temple Waterloo", + title: "Sangada Hara Charthurthi December | Attend", + description: "Attend Sangada Hara Charthurthi in December and take part in special prayers and poojas.", }; export default function SangadaHaraChathurthiPage() { diff --git a/src/app/event-sangada-hara-charthurthi-june/page.jsx b/src/app/event-sangada-hara-charthurthi-june/page.jsx index dbcc1eb..d4284ab 100644 --- a/src/app/event-sangada-hara-charthurthi-june/page.jsx +++ b/src/app/event-sangada-hara-charthurthi-june/page.jsx @@ -4,8 +4,8 @@ import HeaderFour from "@/components/HeaderFour"; import SangadaHaraChathurthi from "./sangada-hara-charthurthi"; export const metadata = { - title: "Events - Sangada Hara Chathurthi", - description: "Sri Murugan Temple Waterloo", + title: "Sangada Hara Charthurthi June | Attend", + description: "Join Sangada Hara Charthurthi in June and take part in temple worship.", }; export default function SangadaHaraChathurthiPage() { diff --git a/src/app/event-sangada-hara-charthurthi-march/page.jsx b/src/app/event-sangada-hara-charthurthi-march/page.jsx index b9857b8..31ebb34 100644 --- a/src/app/event-sangada-hara-charthurthi-march/page.jsx +++ b/src/app/event-sangada-hara-charthurthi-march/page.jsx @@ -4,8 +4,8 @@ import HeaderFour from "@/components/HeaderFour"; import SangadaHaraChathurthi from "./sangada-hara-charthurthi"; export const metadata = { - title: "Events - Sathya Narayana Poojai", - description: "Sri Murugan Temple Waterloo", + title: "Sangada Hara Charthurthi March | Attend", + description: "Join Sangada Hara Charthurthi in March and seek Lord Ganesha’s blessings.", }; export default function SangadaHaraChathurthiPage() { diff --git a/src/app/event-sathya-narayana-poojai/page.jsx b/src/app/event-sathya-narayana-poojai/page.jsx index 3c631b0..d1e3066 100644 --- a/src/app/event-sathya-narayana-poojai/page.jsx +++ b/src/app/event-sathya-narayana-poojai/page.jsx @@ -4,8 +4,8 @@ import HeaderFour from "@/components/HeaderFour"; import SathyaNarayanaPoojai from "./sathya-narayana-poojai"; export const metadata = { - title: "Events - Sathya Narayana Poojai", - description: "Sri Murugan Temple Waterloo", + title: "Sathya Narayana Poojai | Book Seva", + description: "Participate in Sathya Narayana Poojai and receive divine blessings through this sacred ritual.", }; export default function SathyaNarayanaPoojaiPage() { diff --git a/src/app/event-thai-poosam/page.jsx b/src/app/event-thai-poosam/page.jsx index 19192e6..cc98893 100644 --- a/src/app/event-thai-poosam/page.jsx +++ b/src/app/event-thai-poosam/page.jsx @@ -4,8 +4,8 @@ import HeaderFour from "@/components/HeaderFour"; import ThaiPoosam from "./thai-poosam"; export const metadata = { - title: "Events - Thaipoosam", - description: "Sri Murugan Temple Waterloo", + title: "Thai Poosam Festival | Devotional Event", + description: "Participate in Thai Poosam festival with devotional events and Murugan worship.", }; export default function SathyaNarayanaPoojaiPage() { diff --git a/src/app/event-thaipoosam/page.jsx b/src/app/event-thaipoosam/page.jsx index b31e787..7d6ab10 100644 --- a/src/app/event-thaipoosam/page.jsx +++ b/src/app/event-thaipoosam/page.jsx @@ -10,9 +10,9 @@ import EventsThaiPoosamGallery from "@/components/EventsThaiPoosamGallery"; import EventsThaiPoosamAnnadhanam from "@/components/EventsThaiPoosamAnnadhanam"; export const metadata = { - title: "Events - Thaipoosam", + title: "Thaipoosam Festival | Celebrate with Us", description: - "Sri Murugan Temple Waterloo", + "Celebrate Thaipoosam with special poojas, abhishekam, and spiritual gatherings.", }; diff --git a/src/app/event-vaikasi-visagam/page.jsx b/src/app/event-vaikasi-visagam/page.jsx index e93432c..78f890f 100644 --- a/src/app/event-vaikasi-visagam/page.jsx +++ b/src/app/event-vaikasi-visagam/page.jsx @@ -4,8 +4,8 @@ import HeaderFour from "@/components/HeaderFour"; import VaikasiVisagam from "./vaikasi-visagam"; export const metadata = { - title: "Events - Vaikasi Visagam", - description: "Sri Murugan Temple Waterloo", + title: "Vaikasi Visagam Festival | Join the Pooja", + description: "Celebrate Vaikasi Visagam, the birth star of Lord Murugan, with special poojas.", }; export default function VaikasiVisagamPage() { diff --git a/src/app/event-vilakkupoojai/page.jsx b/src/app/event-vilakkupoojai/page.jsx index 57050ec..aba6a74 100644 --- a/src/app/event-vilakkupoojai/page.jsx +++ b/src/app/event-vilakkupoojai/page.jsx @@ -10,9 +10,9 @@ import VilakkuPoojaiGallery from "@/components/VilakkuPoojaiGallery"; import VilakkuPoojaiAnnadhanam from "@/components/VilakkuPoojaAnnadhanam"; export const metadata = { - title: "Events - Thiru Vilakku Poojai", + title: "Vilakku Poojai | Participate in the Event", description: - "Sri Murugan Temple Waterloo", + "Join Vilakku Poojai and experience devotional worship through traditional lamp rituals.", }; diff --git a/src/app/faq/page.jsx b/src/app/faq/page.jsx index 07dbf15..9d745d2 100644 --- a/src/app/faq/page.jsx +++ b/src/app/faq/page.jsx @@ -7,9 +7,9 @@ import FaqTwo from "@/components/FaqTwo"; export const metadata = { - title: "FAQ || Sri Murugan Temple, Waterloo ", + title: "Temple FAQ | Get Answers ", description: - "At Sri Murugan Temple, our journey began with a simple yet profound vision: to create a sacred space where individuals from all walks of life can come together in unity, devotion, and spiritual growth.", + "Find answers to common questions about temple services, events, and visits.", }; diff --git a/src/app/gallery/page.jsx b/src/app/gallery/page.jsx index cb24e2e..4e43470 100644 --- a/src/app/gallery/page.jsx +++ b/src/app/gallery/page.jsx @@ -15,9 +15,9 @@ import dynamic from 'next/dynamic'; const GalleryFullSection = dynamic(() => import('@/components/GalleryComponents/GalleryFullSection'), { ssr: false }); export const metadata = { - title: "Gallery || Sri Murugan Temple, Waterloo ", + title: "Temple Photo Gallery | View Events", description: - "At Sri Murugan Temple, our journey began with a simple yet profound vision: to create a sacred space where individuals from all walks of life can come together in unity, devotion, and spiritual growth.", + "View photos from temple festivals, poojas, and community events.", }; diff --git a/src/app/life-membership/page.jsx b/src/app/life-membership/page.jsx index 2f571e6..8bcc9e0 100644 --- a/src/app/life-membership/page.jsx +++ b/src/app/life-membership/page.jsx @@ -6,9 +6,9 @@ import LifeMembership from "@/components/LifeMembership"; import Preloader from "@/helper/Preloader"; export const metadata = { - title: "Life Membership", + title: "Life Membership | Become a Lifetime Devotee", description: - "Sri Murugan Temple Waterloo", + "Join as a life member and support the temple’s spiritual mission for generations to come.", }; diff --git a/src/app/page.js b/src/app/page.js index 5b208f6..c7847b2 100644 --- a/src/app/page.js +++ b/src/app/page.js @@ -39,9 +39,9 @@ import dynamic from 'next/dynamic'; const GallerySection = dynamic(() => import('@/components/Home/GallerySection'), { ssr: false }); export const metadata = { - title: "Home || ஸ்ரீ முருகன் கோவில்", + title: "Waterloo Murugan Temple |Official Website", description: - "வோட்டர்லூ பகுதி மற்றும் சமூக மையம்" + "Visit Waterloo Murugan Temple in Canada for worship, festivals, poojas, and spiritual community events throughout the year." }; const page = () => { return ( diff --git a/src/app/privacy-policy/page.jsx b/src/app/privacy-policy/page.jsx index e095f1d..78d881d 100644 --- a/src/app/privacy-policy/page.jsx +++ b/src/app/privacy-policy/page.jsx @@ -5,9 +5,9 @@ import PrivacyPolicy from "@/components/PrivacyPolicy"; import Preloader from "@/helper/Preloader"; export const metadata = { - title: "Privacy Policy", + title: "Privacy Policy | Read Our Policy", description: - "Sri Murugan Temple Waterloo", + "Read how the temple collects, uses, and protects personal information.", }; diff --git a/src/app/services/page.jsx b/src/app/services/page.jsx index 138756f..6492541 100644 --- a/src/app/services/page.jsx +++ b/src/app/services/page.jsx @@ -6,9 +6,9 @@ import ServicesTwo from "@/components/ServicesTwo"; import Preloader from "@/helper/Preloader"; export const metadata = { - title: "Services || Sri Murugan Temple waterloo", + title: "Temple Services & Poojas | Participate Today", description: - "Services-waterloo Murugan Temple", + "Explore temple services, poojas, rituals, and spiritual offerings available for devotees and families.", }; diff --git a/src/app/srilanka/page.jsx b/src/app/srilanka/page.jsx index 845701b..9707b52 100644 --- a/src/app/srilanka/page.jsx +++ b/src/app/srilanka/page.jsx @@ -18,9 +18,9 @@ import VelakkaiPillaiyarTemple from "@/components/Srilanka/VelakkaiPillaiyarTemp export const metadata = { - title: "Srilanka Temples", + title: "Murugan Temples in Sri Lanka | Discover", description: - "At Sri Murugan Temple, our journey began with a simple yet profound vision: to create a sacred space where individuals from all walks of life can come together in unity, devotion, and spiritual growth.", + "Discover famous Murugan temples in Sri Lanka and their religious importance.", };