Skip to content

Commit 1187be5

Browse files
committed
wip: readme
1 parent a84e4df commit 1187be5

File tree

6 files changed

+769
-7696
lines changed

6 files changed

+769
-7696
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
![Kirby SEO Banner](/.github/new-banner.png)
22

33
<h1 align="center">Kirby SEO</h1>
4-
<p align="center">All-in-one toolkit that makes implementing SEO & Meta best practices a breeze</p>
4+
<p align="center">
5+
The default choice for SEO on Kirby: Implement technical SEO & Meta best practices with ease and provide an easy-to-use editor experience
6+
</p>
57

68
---
79

@@ -23,6 +25,10 @@ If you're looking to use Kirby SEO with Kirby 5 or newer, please install the Alp
2325

2426
```composer require tobimori/kirby-seo:^2.0.0-alpha.6```
2527

28+
## Contributing
29+
30+
Kirby SEO is open to contributors: If you open a pull request that gets merged, such as fixing a bug or translating the plugin into a new language, you're eligible for a free SEO license of your choice. Please note that I might reject minor repeat contributions or simple fixes of typos for this. Please send an email to support after your contribution has been merged.
31+
2632
## License
2733

2834
Kirby SEO 2.0 is not free software. In order to run it on a public server, you'll have to purchase a valid Kirby license & a valid SEO license.
@@ -32,4 +38,4 @@ Copyright 2023-2025 © Tobias Möritz - Love & Kindness GmbH
3238

3339
---
3440

35-
Kirby SEO 1.0 is licensed under the MIT license.
41+
[Kirby SEO 1.0 is licensed under the MIT license.](./LICENSE.md)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tobimori/kirby-seo",
3-
"description": "The ultimate Kirby SEO toolkit",
3+
"description": "The default choice for SEO on Kirby: Implement technical SEO & Meta best practices with ease and provide an easy-to-use editor experience",
44
"type": "kirby-plugin",
55
"version": "2.0.0-alpha.6",
66
"license": "proprietary",

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
"prepare": "husky"
1212
},
1313
"devDependencies": {
14-
"@eslint/js": "^9.28.0",
15-
"eslint": "^9.28.0",
16-
"eslint-config-prettier": "^10.1.5",
17-
"eslint-plugin-vue": "^10.2.0",
14+
"@eslint/js": "^9.38.0",
15+
"eslint": "^9.38.0",
16+
"eslint-config-prettier": "^10.1.8",
17+
"eslint-plugin-vue": "^10.5.1",
1818
"husky": "^9.1.7",
19-
"kirbyup": "^3.3.0",
20-
"lint-staged": "^16.1.0",
21-
"postcss": "^8.5.4",
22-
"prettier": "^3.5.3"
19+
"kirbyup": "^3.4.1",
20+
"lint-staged": "^16.2.6",
21+
"postcss": "^8.5.6",
22+
"prettier": "^3.6.2"
2323
},
2424
"dependencies": {
25-
"kirbyuse": "^0.12.1"
25+
"kirbyuse": "^1.0.0"
2626
},
2727
"browserslist": [
2828
"last 2 Android versions",

0 commit comments

Comments
 (0)