dynamic sitemap for noobs?

Author
Ji-hoon Park Author
|
2 weeks ago Asked
|
52 Views
|
2 Replies
0

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

0
MD Alamgir Hossain Nahid
Answered 2 weeks ago
Hey Ji-hoon Park, glad that 'Indexing Nightmare!' thread got you 'thinking' (just a quick spellcheck nudge there!).
is 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.
0
Ji-hoon Park
Answered 2 weeks ago

Hey 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?

Your Answer

You must Log In to post an answer and earn reputation.