mahmoud-bakheet
mahmoud-bakheet

Reputation: 43

how to create sitemap in laravel website to help google found my website

I need sitemap file to be read data form DB , For example say we have website and google searchers found content title and body , and show all website links .

Upvotes: 2

Views: 373

Answers (1)

Mátyás Grőger
Mátyás Grőger

Reputation: 1682

I use spatie laravel/sitemap pacakge: https://github.com/spatie/laravel-sitemap

It is easy to install and implement just follow the steps in the readme.

Upvotes: 1

Related Questions