ppijerman / iconic-24

Website untuk ICONIC 2024
https://iconic24.ppijerman.org
1 stars 0 forks source link

optimizing metadata and using it in each paths #22

Open kunkoala opened 2 months ago

kunkoala commented 2 months ago

const metadata = { HOME: { title: ${APP_NAME} | Home, description: "Welcome to ICONIC 2024, the premier conference for innovation and collaboration.", ogTitle: "ICONIC 2024 Home", ogDescription: "Join us at ICONIC 2024 for groundbreaking insights and networking opportunities.", ogImage: "https://example.com/home-thumbnail.jpg" }, ABOUT: { title: ${APP_NAME} | About, description: "Learn more about ICONIC 2024, its mission, and its goals.", ogTitle: "About ICONIC 2024", ogDescription: "Discover the mission and goals of ICONIC 2024.", ogImage: "https://example.com/about-thumbnail.jpg" }, OUR_TEAM: { title: ${APP_NAME} | Our Team, description: "Meet the team behind ICONIC 2024.", ogTitle: "ICONIC 2024 Team", ogDescription: "Get to know the dedicated team making ICONIC 2024 possible.", ogImage: "https://example.com/our-team-thumbnail.jpg" }, REVIEWERS: { title: ${APP_NAME} | Reviewers, description: "Our esteemed panel of reviewers for ICONIC 2024.", ogTitle: "ICONIC 2024 Reviewers", ogDescription: "Meet the experts reviewing submissions for ICONIC 2024.", ogImage: "https://example.com/reviewers-thumbnail.jpg" }, JOIN_THE_MOVEMENT: { title: ${APP_NAME} | Join the Movement, description: "Become a part of the ICONIC 2024 movement.", ogTitle: "Join the ICONIC 2024 Movement", ogDescription: "Join us and contribute to the success of ICONIC 2024.", ogImage: "https://example.com/join-the-movement-thumbnail.jpg" }, SUBJECT: { title: ${APP_NAME} | Subject Overview, description: "Overview of the subjects covered at ICONIC 2024.", ogTitle: "ICONIC 2024 Subjects", ogDescription: "Explore the range of subjects covered at ICONIC 2024.", ogImage: "https://example.com/subject-thumbnail.jpg" }, EVENTS: { title: ${APP_NAME} | Events, description: "Explore the events happening at ICONIC 2024.", ogTitle: "ICONIC 2024 Events", ogDescription: "Detailed overview of events scheduled for ICONIC 2024.", ogImage: "https://example.com/events-thumbnail.jpg" }, SPEAKERS: { title: ${APP_NAME} | Speakers, description: "Meet the speakers at ICONIC 2024.", ogTitle: "ICONIC 2024 Speakers", ogDescription: "Get to know the keynote speakers at ICONIC 2024.", ogImage: "https://example.com/speakers-thumbnail.jpg" }, PARTNERSHIP: { title: ${APP_NAME} | Partnership, description: "Explore partnership opportunities with ICONIC 2024.", ogTitle: "ICONIC 2024 Partnership", ogDescription: "Learn about the benefits of partnering with ICONIC 2024.", ogImage: "https://example.com/partnership-thumbnail.jpg" }, DURING_THE_STAY: { title: ${APP_NAME} | During the Stay, description: "Information for attendees during their stay at ICONIC 2024.", ogTitle: "ICONIC 2024 During the Stay", ogDescription: "Essential information for attendees during ICONIC 2024.", ogImage: "https://example.com/during-the-stay-thumbnail.jpg" }, PREPARATION: { title: ${APP_NAME} | Preparation, description: "Preparation guidelines for ICONIC 2024 attendees.", ogTitle: "Preparing for ICONIC 2024", ogDescription: "Guidelines to help you prepare for ICONIC 2024.", ogImage: "https://example.com/preparation-thumbnail.jpg" }, VENUE: { title: ${APP_NAME} | Venue, description: "Details about the venue for ICONIC 2024.", ogTitle: "ICONIC 2024 Venue", ogDescription: "Learn about the ICONIC 2024 venue.", ogImage: "https://example.com/venue-thumbnail.jpg" }, ONLINE_PARTICIPANT: { title: ${APP_NAME} | Online Participant, description: "Information for online participants of ICONIC 2024.", ogTitle: "ICONIC 2024 Online Participants", ogDescription: "Guidelines for online participants of ICONIC 2024.", ogImage: "https://example.com/online-participant-thumbnail.jpg" }, CITY_DAY_TRIP: { title: ${APP_NAME} | City Day Trip, description: "Explore the city with our day trip plans during ICONIC 2024.", ogTitle: "ICONIC 2024 City Day Trip", ogDescription: "Discover the city with our day trip recommendations during ICONIC 2024.", ogImage: "https://example.com/city-day-trip-thumbnail.jpg" }, FAQ: { title: ${APP_NAME} | FAQ, description: "Frequently asked questions about ICONIC 2024.", ogTitle: "ICONIC 2024 FAQ", ogDescription: "Find answers to frequently asked questions about ICONIC 2024.", ogImage: "https://example.com/faq-thumbnail.jpg" }, EVENT_REGISTRATION: { title: ${APP_NAME} | Event Registration, description: "Register for ICONIC 2024 events.", ogTitle: "ICONIC 2024 Event Registration", ogDescription: "Sign up for events at ICONIC 2024.", ogImage: "https://example.com/event-registration-thumbnail.jpg" }, SUBMISSION: { title: ${APP_NAME} | Submission, description: "Submit your work for ICONIC 2024.", ogTitle: "ICONIC 2024 Submission", ogDescription: "Guidelines for submitting your work to ICONIC 2024.", ogImage: "https://example.com/submission-thumbnail.jpg" }, SUBMISSION_GUIDELINES: { title: ${APP_NAME} | Submission Guidelines, description: "Guidelines for submitting your work to ICONIC 2024.", ogTitle: "ICONIC 2024 Submission Guidelines", ogDescription: "Learn about the submission guidelines for ICONIC 2024.", ogImage: "https://example.com/submission-guidelines-thumbnail.jpg" } };