diff --git a/resources/views/website/sitemaps/sitemap-attachments.blade.php b/resources/views/website/sitemaps/sitemap-attachments.blade.php
index 51c52ba..07a7ad1 100644
--- a/resources/views/website/sitemaps/sitemap-attachments.blade.php
+++ b/resources/views/website/sitemaps/sitemap-attachments.blade.php
@@ -12,7 +12,7 @@
{{route('client.attachments')}}
{{\App\Models\Attachment::orderByDesc('updated_at')->first()->updated_at->tz('UTC')->toAtomString()}}
weekly
- 2
+ 0.7
@endif
@foreach(\App\Models\Attachment::where('is_fillable',1)->orderBy('id')->get(['slug','updated_at']) as $item)
@@ -21,7 +21,7 @@
{{route('client.attachment',$item->slug)}}
{{$item->updated_at->tz('UTC')->toAtomString()}}
weekly
- 3
+ 0.5
@endforeach
@if(config('app.xlang.active'))
@@ -34,7 +34,7 @@
{{route('client.attachments')}}/{{$lang}}
{{\App\Models\Attachment::orderByDesc('updated_at')->first()->updated_at->tz('UTC')->toAtomString()}}
weekly
- 2
+ 0.7
@endif
@foreach(\App\Models\Attachment::where('is_fillable',1)->whereLocale('title',$lang)->orderBy('id')->get(['slug','updated_at','title']) as $item)
@@ -43,7 +43,7 @@
{{$item->webUrl()}}
{{$item->updated_at->tz('UTC')->toAtomString()}}
weekly
- 3
+ 0.5
@endforeach
@endforeach
diff --git a/resources/views/website/sitemaps/sitemap-clips.blade.php b/resources/views/website/sitemaps/sitemap-clips.blade.php
index dd59d02..2c5fd05 100644
--- a/resources/views/website/sitemaps/sitemap-clips.blade.php
+++ b/resources/views/website/sitemaps/sitemap-clips.blade.php
@@ -11,7 +11,7 @@
{{route('client.clips')}}
{{\App\Models\Clip::orderByDesc('updated_at')->first()->updated_at->tz('UTC')->toAtomString()}}
weekly
- 2
+ 0.7
@endif
@foreach(\App\Models\Clip::where('status',1)->orderBy('id')->get(['slug','updated_at']) as $item)
@@ -19,7 +19,7 @@
{{route('client.clip',$item->slug)}}
{{$item->updated_at->tz('UTC')->toAtomString()}}
weekly
- 3
+ 0.5
@endforeach
@if(config('app.xlang.active'))
@@ -32,7 +32,7 @@
{{route('client.clips')}}/{{$lang}}
{{\App\Models\Clip::orderByDesc('updated_at')->first()->updated_at->tz('UTC')->toAtomString()}}
weekly
- 2
+ 0.7
@endif
@foreach(\App\Models\Clip::where('status',1)->whereLocale('title',$lang)->orderBy('id')->get(['slug','updated_at','title']) as $item)
@@ -41,7 +41,7 @@
{{$item->webUrl()}}
{{$item->updated_at->tz('UTC')->toAtomString()}}
weekly
- 3
+ 0.5
@endforeach
@endforeach
diff --git a/resources/views/website/sitemaps/sitemap-gallries.blade.php b/resources/views/website/sitemaps/sitemap-gallries.blade.php
index 8c5d851..0081147 100644
--- a/resources/views/website/sitemaps/sitemap-gallries.blade.php
+++ b/resources/views/website/sitemaps/sitemap-gallries.blade.php
@@ -12,7 +12,7 @@
{{route('client.galleries')}}
{{\App\Models\Gallery::orderByDesc('updated_at')->first()->updated_at->tz('UTC')->toAtomString()}}
weekly
- 2
+ 0.7
@endif
@foreach(\App\Models\Gallery::where('status',1)->orderBy('id')->get(['slug','updated_at']) as $item)
@@ -21,7 +21,7 @@
{{route('client.gallery',$item->slug)}}
{{$item->updated_at->tz('UTC')->toAtomString()}}
weekly
- 3
+ 0.5
@endforeach
@if(config('app.xlang.active'))
@@ -34,7 +34,7 @@
{{route('client.galleries')}}/{{$lang}}
{{\App\Models\Gallery::orderByDesc('updated_at')->first()->updated_at->tz('UTC')->toAtomString()}}
weekly
- 2
+ 0.7
@endif
@foreach(\App\Models\Gallery::where('status',1)->whereLocale('title',$lang)->orderBy('id')->get(['slug','updated_at','title']) as $item)
@@ -43,7 +43,7 @@
{{$item->webUrl()}}
{{$item->updated_at->tz('UTC')->toAtomString()}}
weekly
- 3
+ 0.5
@endforeach
@endforeach
diff --git a/resources/views/website/sitemaps/sitemap-groups-category.blade.php b/resources/views/website/sitemaps/sitemap-groups-category.blade.php
index 1eee580..254c1a7 100644
--- a/resources/views/website/sitemaps/sitemap-groups-category.blade.php
+++ b/resources/views/website/sitemaps/sitemap-groups-category.blade.php
@@ -12,7 +12,7 @@
{{route('client.group',$item->slug)}}
{{$item->updated_at->tz('UTC')->toAtomString()}}
weekly
- 3
+ 0.5
@endforeach
@foreach(\App\Models\Category::orderBy('id')->get(['slug','updated_at']) as $item)
@@ -21,7 +21,7 @@
{{route('client.category',$item->slug)}}
{{$item->updated_at->tz('UTC')->toAtomString()}}
weekly
- 3
+ 0.5
@endforeach
@if(config('app.xlang.active'))
@@ -34,7 +34,7 @@
{{$item->webUrl()}}
{{$item->updated_at->tz('UTC')->toAtomString()}}
weekly
- 3
+ 0.5
@endforeach
@foreach(\App\Models\Category::whereLocale('name',$lang)->orderBy('id')->get(['slug','updated_at','name']) as $item)
@@ -43,7 +43,7 @@
{{$item->webUrl()}}
{{$item->updated_at->tz('UTC')->toAtomString()}}
weekly
- 3
+ 0.5
@endforeach
@endforeach
diff --git a/resources/views/website/sitemaps/sitemap-posts.blade.php b/resources/views/website/sitemaps/sitemap-posts.blade.php
index 326cd4c..a229ae3 100644
--- a/resources/views/website/sitemaps/sitemap-posts.blade.php
+++ b/resources/views/website/sitemaps/sitemap-posts.blade.php
@@ -21,7 +21,7 @@
{{route('client.post',$item->slug)}}
{{$item->updated_at->tz('UTC')->toAtomString()}}
weekly
- 3
+ 0.5
@endforeach
@if(config('app.xlang.active'))
@@ -44,7 +44,7 @@
{{$item->webUrl()}}
{{$item->updated_at->tz('UTC')->toAtomString()}}
weekly
- 3
+ 0.5
@endforeach
@endforeach
diff --git a/resources/views/website/sitemaps/sitemap-products.blade.php b/resources/views/website/sitemaps/sitemap-products.blade.php
index 3eb0c61..97e6a97 100644
--- a/resources/views/website/sitemaps/sitemap-products.blade.php
+++ b/resources/views/website/sitemaps/sitemap-products.blade.php
@@ -21,7 +21,7 @@
{{route('client.product',$item->slug)}}
{{$item->updated_at->tz('UTC')->toAtomString()}}
weekly
- 3
+ 0.5
@endforeach
@if(config('app.xlang.active'))
@@ -43,7 +43,7 @@
{{$item->webUrl()}}
{{$item->updated_at->tz('UTC')->toAtomString()}}
weekly
- 3
+ 0.5
@endforeach
@endforeach