1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 01:44:03 +00:00

better writing

This commit is contained in:
Samuel Štancl 2021-05-26 13:21:18 +02:00 committed by GitHub
parent 0ebc50cad9
commit bd4a67a1ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,7 @@ seo()
### Extra tags
To add more tags to the head, you can use the `tag()` and `rawTag()` methods:
To add more tags to the document head, you can use the `tag()` and `rawTag()` methods:
```php
seo()->tag('fb:image', asset('foo'));
@ -126,7 +126,7 @@ To enable the `og:url` and canonical URL `link` tags, call:
seo()->withUrl();
```
This will make the package read from `request()->url()` (= the current URL *without* the query string).
This will make the package read from `request()->url()` (the current URL *without* the query string).
If you wish to change the URL, call `seo()->url()`: