Skip to content

Commit

Permalink
Added query parameters to canonical URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sertxudev committed Feb 16, 2025
1 parent caafc89 commit 168c6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/partials/head.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="robots" content="index, follow"/>

<meta name="applicable-device" content="pc, mobile"/>
<link rel="canonical" href="{!! request()->fullUrlWithQuery() !!}"/>
<link rel="canonical" href="{!! request()->fullUrl() !!}"/>

<meta name="keywords" content="sertxu.dev, sertxudev, sertxudeveloper, Sergio Peris, tutorial, personal, portfolio, social, cv, laravel, website, tailwind, alpinejs, livewire, filament, ubuntu, windows, blog, projects"/>

Expand Down

0 comments on commit 168c6c6

Please sign in to comment.