Laravel and Sitemap

G03

Regular Member
Joined
Mar 19, 2017
Messages
452
Reaction score
133
I'm building a site using the Laravel framework that will not store any pages as they are dynamic URLs.

My question is how do I submit a sitemap for the site and know if all dynamic URLs to be indexed if the framework doesn't store any pages/urls?

Thanks
 
Even if the pages are dynamically generated, you can use the same code to generate them and make a sitemap.
 
  • Like
Reactions: G03
I'm building a site using the Laravel framework that will not store any pages as they are dynamic URLs.

My question is how do I submit a sitemap for the site and know if all dynamic URLs to be indexed if the framework doesn't store any pages/urls?

Thanks
You have to create a sitemap manually with the help of developers.
 
Back
Top