- Issue created by @edwardchiapet
- Merge request !9#3528876: Support link generation from raw XML source β (Open) created by edwardchiapet
We want to support the inclusion of sitemap links for content that lives outside of Drupal, such as in external systems or Single Page Applications (SPAs). These external data sources often cannot be directly integrated into Drupal's content model, but it's still important for their URLs to be discoverable by search engines via the sitemap.
Allowing manually entered XML data provides a flexible way for site administrators to include these external links without requiring complex integrations or automated endpoint traversal.
Introduce a new feature that allows users to paste raw XML sitemap content into a configurable text field. The module will then parse the inputted XML and generate sitemap links based on it. This allows teams to manually manage and update external URLs in the sitemap without requiring automated API integration.
Key capabilities would include:
Active
1.0
Code