Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphjsmit committed Nov 21, 2022
2 parents c758571 + 2f55d37 commit 9d7459e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Dependabot metadata
id: metadata
uses: dependabot/[email protected].4
uses: dependabot/[email protected].5
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-seo` will be documented in this file.

## 1.2.1 - 2022-10-06

– Fix issue with incorrect key in ArticleSchema.

## 1.2.0 - 2022-09-27

– Add full support for robots tags.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This package generates **valid and useful meta tags straight out-of-the-box**, w
6. Favicon
7. Robots tag

If you're familiar with Spatie's media-library package, this package works in almost the same way, only then for SEO. I'm sure it will be very helpful for you, as it's usually best to SEO attention right from the beginning.
If you're familiar with Spatie's media-library package, this package works in almost the same way, but then only for SEO. I'm sure it will be very helpful for you, as it's usually best for a website to have attention for SEO right from the beginning.

Here are a few examples of what you can do:

Expand Down

0 comments on commit 9d7459e

Please sign in to comment.