mirror of
https://github.com/arthur-pbty/learn.git
synced 2026-06-16 23:57:50 +02:00
feat: add new features including SEO, sitemap, and subjects management
- Create robots.txt to allow search engine indexing and specify sitemap location. - Implement ajouterSujet.js for adding new subjects to sujets.json. - Develop dynamic subject pages in page.tsx using static generation with metadata. - Add contact, error, not found, and privacy policy pages for improved user experience. - Generate sitemap.xml for better search engine visibility. - Create SEO component for managing page metadata. - Populate sujets.json with detailed subject information for dynamic content rendering.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Sitemap: https://learn.arthurp.fr/sitemap.xml
|
||||
Reference in New Issue
Block a user