mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 01:44:03 +00:00
Support keys for rawTag()
This commit is contained in:
parent
0ebc50cad9
commit
5729da6e6d
3 changed files with 14 additions and 4 deletions
|
|
@ -116,6 +116,7 @@ To add more tags to the head, you can use the `tag()` and `rawTag()` methods:
|
|||
```php
|
||||
seo()->tag('fb:image', asset('foo'));
|
||||
seo()->rawTag('<meta property="fb:url" content="bar" />');
|
||||
seo()->rawTag('fb_url', '<meta property="fb:url" content="bar" />'); // Keyed, allows overrides later on
|
||||
```
|
||||
|
||||
### Canonical URL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue