Skip to content

Commit

Permalink
Added more pages to the sitemap xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Raccoon254 committed Jun 15, 2024
1 parent 1d74639 commit caf51aa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
18 changes: 17 additions & 1 deletion public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,28 @@
<loc>https://scholarspace.me/info/price-calculator</loc>
<lastmod>2024-06-01</lastmod>
</url>
<url>
<loc>https://scholarspace.me/info/order/create</loc>
<lastmod>2024-06-01</lastmod>
</url>
<url>
<loc>https://scholarspace.me/info/order/payment</loc>
<lastmod>2024-06-01</lastmod>
</url>
<url>
<loc>https://scholarspace.me/coming-soon</loc>
<lastmod>2024-06-01</lastmod>
</url>
<url>
<loc>https://scholarspace.me/tel:+254790743009</loc>
<lastmod>2024-06-01</lastmod>
</url>
<url>
<loc>https://scholarspace.me/</loc>
<loc>https://scholarspace.me/faq</loc>
<lastmod>2024-06-01</lastmod>
</url>
<url>
<loc>https://scholarspace.me/not-found</loc>
<lastmod>2024-06-01</lastmod>
</url>
<url>
Expand Down
1 change: 1 addition & 0 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
Route::get('/faq', [PagesController::class, 'faq'])->name('faq');
Route::view('/coming-soon', 'static.coming-soon')->name('coming-soon');
Route::fallback([PagesController::class, 'notfound'])->where('catchall', '.*');
Route::get('/not-found', [PagesController::class, 'notfound'])->name('not-found');
Route::get('/info/price-calculator', [PagesController::class, 'info_price_calculator'])->name('info.price-calculator');
Route::view('/info/order/create', 'info.order.create')->name('info.order.create');
//info.order.payment
Expand Down

0 comments on commit caf51aa

Please sign in to comment.