davsclaus opened a new issue, #1608: URL: https://github.com/apache/camel-website/issues/1608
## Summary Almost none of the blog posts have a `keywords` field in their frontmatter. Adding keywords would improve SEO discoverability and Hugo's related-content index (which is already configured to use keywords in `config.toml`). ## Current state - 198 live blog posts - Only 1 has a `keywords` field ## Proposal Add a `keywords` array to blog post frontmatter with 4-6 relevant terms. Always include "apache camel" as the first keyword, then topic-specific terms. Examples: ```yaml # AI blog post keywords: ["apache camel", "openai", "ai agent", "email automation", "structured output", "camel jbang"] # What's New post keywords: ["apache camel", "release", "camel 4.20", "whats new", "integration framework"] # Use case post keywords: ["apache camel", "debezium", "change data capture", "cdc", "kafka"] # Tooling post keywords: ["apache camel", "intellij", "debugger", "ide", "camel routes"] ``` ## Scope Start with the most valuable posts first: - "What's New" posts (41 posts) - AI category (19 posts) - Usecases category (12 posts) Lower priority: - Howtos, Tooling, plain release announcements -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
