Update configuration and content for improved SEO and user experience

- Enhanced sitemap configuration to limit entries and ensure a single sitemap generation.
- Updated robots.txt to reflect the new sitemap URL.
- Revised metadata descriptions and titles across multiple pages for better SEO alignment.
- Obfuscated email address in the footer for improved privacy.
- Adjusted content in various pages to better reflect services offered and enhance clarity.
This commit is contained in:
2025-06-07 18:40:47 +02:00
parent d2197984d8
commit 3decfb7ded
11 changed files with 36 additions and 13 deletions

View File

@@ -9,8 +9,8 @@ import ContributionCalendar from '../../components/ContributionCalendar.jsx';
import CollapsibleIntro from '../../components/CollapsibleIntro.jsx';
const metadata = {
title: '365DevNet Ecosystem: Development Overview',
description: 'See the latest development activity, code contributions, and commit history for the 365DevNet project.',
title: 'Development Activity & Code Contributions | 365DevNet Ecosystem',
description: 'See the latest code contributions, development activity, and project updates for the 365DevNet ecosystem.'
};
const lang = Astro.params.lang || 'en';