Skip to content

Commit c46239d

Browse files
committed
Updated readme images / minor JS fixes
1 parent 2255bf7 commit c46239d

19 files changed

+49
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- The keywords checklist now knows what spaces are and count words accordingly
1919
- Fixed keywords checklist not working after live preview is opened
2020
- Fixed bug where fallback social images would cause SEO field to error
21+
- Keyword density now works correctly for keywords containing more than one word
22+
- Fixed a bug where deleting a keyword would occasionally cause a JS error
2123

2224
## 3.1.0 - 2018-03-02
2325
### Added

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,19 @@ The field also contains a *Focus Keyword* input and *Page Score*. This is used t
2020

2121
The Page Score also contains a breakdown of your entries score, and tips on where it can be improved.
2222

23-
![SEO for Craft CMS](resources/imgs/fieldtype.png)
23+
![SEO for Craft CMS](resources/imgs/fieldtype.jpg)
2424

25-
![SEO Social](resources/imgs/fieldtype-social.png)
25+
![SEO Social](resources/imgs/fieldtype-social.jpg)
26+
27+
![SEO Advanced](resources/imgs/fieldtype-advanced.jpg)
2628

2729
### The Sitemap
2830

2931
SEO for Craft boasts an extremely powerful, yet simple to use Sitemap manager. With automatic support for all your site’s sections and categories (with localisations taken into account), and the ability to easily add custom URLs (useful for public templates that aren’t content managed), keeping your sitemap up-to-date has never been easier.
3032

3133
With SEO for Craft’s sitemap manager you have complete control over what content you want to have appear on your sitemap as well as managing its change frequency and priority in your site.
3234

33-
![SEO Sitemap](resources/imgs/sitemap.png)
35+
![SEO Sitemap](resources/imgs/sitemap.jpg)
3436

3537
### The Redirects
3638

@@ -43,7 +45,7 @@ To redirect from `blog/2016/my-post` to `news/my-post` you would add the followi
4345

4446
URI: `blog/([0-9]{4})/(.*)` To: `news/$2`
4547

46-
![SEO Redirects](resources/imgs/redirects.png)
48+
![SEO Redirects](resources/imgs/redirects.jpg)
4749

4850
## Installation & Usage
4951

resources/imgs/fieldtype-advanced.jpg

159 KB
Loading

resources/imgs/fieldtype-social.jpg

398 KB
Loading

resources/imgs/fieldtype-social.png

-1.98 MB
Binary file not shown.

resources/imgs/fieldtype.jpg

282 KB
Loading

resources/imgs/fieldtype.png

-396 KB
Binary file not shown.

resources/imgs/redirects.jpg

131 KB
Loading

resources/imgs/redirects.png

-302 KB
Binary file not shown.

resources/imgs/sitemap.jpg

214 KB
Loading

0 commit comments

Comments
 (0)