1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 09:54:03 +00:00
Commit graph

25 commits

Author SHA1 Message Date
Sven
22741d8a04
Adds support for og:locale 2023-03-02 23:21:02 +01:00
Sven
169600dc2d
Add missing @ to username (#27)
Output:
```
<meta name="twitter:site" content="@archtechx" />
```
2023-03-02 14:04:18 +01:00
Tobias Petry
a737879baf
Add previewify prefix (#24)
* add required previewify prefix

* Fix code style (php-cs-fixer)

* only add prefix when not already available

* Fix code style (php-cs-fixer)

Co-authored-by: PHP CS Fixer <phpcsfixer@example.com>
2022-07-05 20:19:46 +02:00
Tobias Petry
cf8ec8d3ae
Add Previewify image provider (#20)
* Add previewify image provider

* feat: support for setting image with the @seo blade tag (resolves #22)
2022-06-11 20:17:48 +02:00
Tobias Petry
9ce6843879
Add twitter:creator meta tag (#21) 2022-06-11 13:26:19 +02:00
Lars Klopstra
7b24a50bd6
Refactor to command (#13)
* wip

* wip

* wip
2021-11-15 18:07:09 +01:00
Lars Klopstra
5ca343a116
Add support for Favicons (#11)
* wip

* wip

* wip

* Update tests/Pest/FaviconTest.php

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>

* Update tests/Pest/FaviconTest.php

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>

* Update README.md

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2021-11-14 19:28:19 +01:00
Samuel Štancl
713e574790 Merge branch 'master' of github.com:archtechx/laravel-seo 2021-05-26 21:18:24 +02:00
Samuel Štancl
5729da6e6d Support keys for rawTag() 2021-05-26 21:17:58 +02:00
Samuel Štancl
bd4a67a1ac
better writing 2021-05-26 13:21:18 +02:00
Samuel Štancl
db7269ff28 Canonical URLs, fix #1 2021-05-26 13:18:13 +02:00
Samuel Štancl
00c74dd8d6
Support adding custom tags 2021-05-26 13:04:08 +02:00
Samuel Štancl
d6fb3d367c
syntax 2021-05-24 19:16:27 +02:00
Samuel Štancl
00197938d0
move sections 2021-05-24 19:16:02 +02:00
Samuel Štancl
c7ac9a4d33
more examples 2021-05-24 19:15:16 +02:00
Samuel Štancl
5732fc8a57 Twitter user -> Twitter site 2021-05-24 18:26:08 +02:00
Samuel Štancl
74244018e9
blade directive syntax 2021-05-24 18:02:58 +02:00
Samuel Štancl
ebdc1069d9
Update README.md 2021-05-24 11:44:50 +02:00
Samuel Štancl
e2309562a6
Add examples 2021-05-24 11:44:13 +02:00
Samuel Štancl
f4fa21ba6c
mention good location for flipp templates 2021-05-24 11:27:10 +02:00
Samuel Štancl
b5ae81716d
Update README.md 2021-05-24 11:02:56 +02:00
Samuel Štancl
6194f63eda
Update README.md 2021-05-24 11:00:24 +02:00
Samuel Štancl
951a974f67
Update README.md 2021-05-24 10:58:54 +02:00
Samuel Štancl
b12c9ecb55 finished 2021-05-24 10:53:00 +02:00
Samuel Štancl
051a32575c Initial commit 2021-05-23 13:17:03 +02:00