{!! '<' . '?' . 'xml version="1.0" encoding="UTF-8"?>' !!} {{-- Static pages --}} {{ route('home') }} weekly 1.0 {{ route('menu.food') }} weekly 0.8 {{ route('menu.drink') }} weekly 0.8 {{ route('birre') }} weekly 0.7 {{ route('chi-siamo') }} monthly 0.7 {{ route('blog.index') }} daily 0.8 {{-- Blog posts --}} @foreach(\App\Models\Post::published()->ordered()->get() as $post) {{ route('blog.show', ['slug' => $post->slug]) }} {{ $post->updated_at->toW3cString() }} monthly 0.6 @endforeach {{-- Blog categories --}} @foreach(\App\Models\PostCategory::active()->get() as $category) {{ route('blog.category', ['slug' => $category->slug]) }} weekly 0.5 @endforeach {{-- Legal --}} {{ route('privacy') }} yearly 0.3 {{ route('cookie') }} yearly 0.3