SeoToolkit
  • Welcome!
  • Features
  • Installation
    • General
    • Meta Fields
    • Robots txt
    • Script Manager
    • Sitemap
    • Redirects
  • How to use
    • Meta Fields
    • Robots txt
    • Script Manager
    • Sitemap
    • Redirects
  • NotFound
  • 🔬Extensions
    • General
    • Services
      • Sitemap
    • Notifications
  • ⚙️Settings
    • Disabling
    • Appsettings
Powered by GitBook
On this page
  1. Extensions
  2. Services

Sitemap

The sitemap functionality has a handy service that you can use in your application.

ISitemapService

Core service for everything related to sitemap settings.

void SetPageTypeSettings(SitemapPageSettings pageSettings) Sets the default settings for a specific content type

SitemapPageSettings GetPageTypeSettings(int contentTypeId) Get the default sitemap settings for a specific content type id

PreviousServicesNextNotifications

Last updated 2 years ago

🔬