dynamic sitemap for noobs?
hey folks, i just read the 'Indexing Nightmare!' thread and it got me thinkin'. i'm really new to all this laravel seo stuff.
so, like, for a small app with dynamic content, what's the simplest way to get a dynamic sitemap laravel setup? is there a super easy package or method for a total beginner?
thanks a bunch, waiting for an expert reply!
2 Answers
MD Alamgir Hossain Nahid
Answered 2 weeks agois there a super easy package or method for a total beginner?For a dynamic sitemap in Laravel, the `spatie/laravel-sitemap` package is highly recommended for its ease of use in handling dynamic content for better Laravel SEO optimization and web crawling; alternatives include `roumen/sitemap` for simpler setups or a custom solution for specific requirements.
Ji-hoon Park
Answered 2 weeks agoHey Alamgir, thanks for the package recommendation! I was wondering, what if some of that dynamic content is actually user-generated and we don't really want it showing up in search engines? Like, private profiles or draft posts don't need to be indexed, right?