1. Home
  2. XML Sitemap Generator + AI Feed JSON + IndexNow PRO
  3. Custom Links Manager

Custom Links Manager

The Custom Links tab lets you add any URL to your sitemap — pages that OpenCart does not generate automatically, such as landing pages, promotional pages, or your AI feed index URL.

Adding a Single Link

  1. Go to the Custom Links tab in the extension admin.
  2. Enter the full URL (must start with http:// or https://).
  3. Set the Change Frequency (e.g., monthly for a static landing page).
  4. Set the Priority (0.1–1.0). For important pages, use 0.8 or higher.
  5. Click Add Link.

The extension validates that the URL is a valid HTTP/HTTPS URL and checks for duplicates before saving.

Bulk Import

Use the Import Links panel to paste multiple URLs at once, one per line or separated by | characters.

Bulk import defaults:

  • Change Frequency: daily
  • Priority: 0.8

The import reports:

  • How many links were added
  • How many were skipped as duplicates
  • Any invalid URLs that were rejected

Managing Existing Links

The links table shows all custom links with search (filter by URL) and pagination.

  • Search — Filter links by URL to find specific entries
  • Select + Remove Links — Delete one or more selected links

Custom Links in the Sitemap

Custom links appear in misc_sitemap.xml. To include this file in your sitemap index, ensure the Miscellaneous / Custom Links toggle is enabled in the Sitemap tab.

The misc sitemap does not have language variants — it uses a single file regardless of how many languages your store has.

Common Use Cases

Landing pages Add promotional or campaign landing pages that are not part of standard OpenCart routing (e.g., /promo/summer-sale).

AI Feed index URL Add https://yourstore.com/ai_feed_index.json as a custom link so it appears in your XML sitemap index, making it discoverable by crawlers that follow sitemap.xml files.

Blog posts hosted externally If you publish blog content on a subdomain or external platform and want it referenced from your store’s sitemap.

Filtered category pages Custom faceted search or filter URLs that are important for SEO but not generated by standard sitemaps.