Laravel Sitemap

screenshot of Laravel Sitemap
laravel

Create and generate sitemaps with ease

Overview:

This package allows users to generate sitemaps automatically without having to add URLs manually. It crawls the entire site to create a sitemap. Users can customize the sitemap generation process and also have the option to manually add links to the sitemap.

Features:

  • Automated Generation: Generate sitemaps without manually adding URLs.
  • Manual Customization: Have the option to manually add links to the sitemap.
  • Control Maximum Depth: Control the maximum depth of the sitemap.
  • Execute JavaScript: Ability to execute JavaScript on each page for crawling injected links.
  • Multiple Destination Options: Write the sitemap to one of the available filesystem disks.
  • Customization Options: Override default options for the crawler and customize the sitemap generation.

Summary:

The package offers a convenient solution for generating sitemaps for websites by automating the process of crawling and creating a comprehensive sitemap. With options for customization and manual additions, users have flexibility in managing their sitemaps efficiently. By following the installation and configuration steps, users can easily set up the package to optimize their website's sitemap generation process.

laravel
Laravel

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.