1

I have added the canonical tag in my every page like

in my app.blade.php

<link rel='conanical' href="@yeild('conanical-tags')">

in my other pages

@section('conanical-tags')
{{ url()->current() }}
@endsection

But I want to conanicalise the first paginated urls like if

www.example.com/something?page=1

I want to conanicalise it to

www.example.com/something

How to do this ?

Machavity
  • 30,841
  • 27
  • 92
  • 100
xenex-media
  • 173
  • 1
  • 15
  • 1
    is this your answer ? https://stackoverflow.com/questions/40725158/laravel-5-2-metatag-canonical-url –  Jan 14 '20 at 08:38

0 Answers0