Skip to content

Commit

Permalink
Merge branch 'master' of github.com:archtechx/laravel-seo
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed May 26, 2021
2 parents 5729da6 + bd4a67a commit 713e574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand All @@ -127,7 +127,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()`:

Expand Down

0 comments on commit 713e574

Please sign in to comment.