# Seaplify Platform (Full LLM Context) > Seaplify is a comprehensive maritime platform for job seekers, recruiters, and the maritime community. It provides job listings, company and candidate profiles, quizzes, a collaborative community wiki, and multilingual support. The platform is built with Next.js and is designed for extensibility and ease of use by both humans and AI agents. ## Platform Overview Seaplify connects maritime professionals and companies through: - Dedicated landing pages for recruiters and individuals - A jobs board with advanced search, filtering, and pagination - A community wiki for Q&A, news, and reviews, with tabbed navigation and country-based filtering - Multilingual support (EN, RO, BG, PH) - **Quizzes module**: Demo quizzes and advancement tests, fully SEO-optimized and internationalized ## Quizzes ### Demo Quizzes Page - **URL:** [https://seaplify.com/demo-quiz](https://seaplify.com/demo-quiz) - **Purpose:** Lists all demo quizzes, filterable by region and category. - **SEO:** - Title tag: Uses quiz slug (humanized) or quiz name - Meta description: Uses quiz summary or first question - Canonical URL: Uses current page URL - Open Graph & Twitter Cards: Populated with quiz title, description, and image - Structured Data: JSON-LD schema for `Quiz` or `ItemList` - Language tags: `` and `` set based on user language - Alternate hreflang tags: `` for each supported language - **Internationalization:** - All SEO tags and structured data are generated in the user's selected language - Uses locale files for static text and quiz translations for dynamic content - Fallback to default language if translation is missing ### Demo Quiz Test Page - **URL:** [https://seaplify.com/demo-quiz-test?quizId=...](https://seaplify.com/demo-quiz-test?quizId=...) - **Purpose:** Dynamic quiz test view for taking advancement tests - **SEO:** - Title tag: Uses quiz name or slug (humanized) - Meta description: Uses quiz summary or first question - Canonical URL: Uses current page URL - Open Graph & Twitter Cards: Populated with quiz title, description, and image - Structured Data: JSON-LD schema for `Quiz` - Language tags: `` and `` set based on user language - Alternate hreflang tags: `` for each supported language - **Internationalization:** - All SEO tags and structured data are generated in the user's selected language - Uses locale files for static text and quiz translations for dynamic content - Fallback to default language if translation is missing ### Quizzes Sitemap - **URL:** [https://seaplify.com/sitemaps/sitemap-quizzes.xml](https://seaplify.com/sitemaps/sitemap-quizzes.xml) - **Purpose:** Lists all quizzes with `` and alternate URLs for each supported language - **Usage:** Enables search engines and LLMs to discover all quizzes efficiently ## Usage for LLMs - Use the links above to access detailed markdown or code for each feature. - For context expansion, see referenced files for implementation details. - For further context, see the README and locale files. ## Optional - [Privacy Policy](https://seaplify.com/privacy-policy) - [Terms and Conditions](https://seaplify.com/terms-and-conditions)