Skip to content

Releases: v17development/flarum-seo

Flarum SEO 2.0 - Reworked & new features

14 Oct 20:07
Compare
Choose a tag to compare

It's finally time for Flarum SEO 2.0! With lots of changes and a fresh and reworked codebase, it's ready for the bright future of Flarum.

It's now easier than ever to extend the Flarum SEO extension. Exiting right? A good example how that could work can be seen here:

Or review the SEO update for the blog extension.

SEO Meta editor

Exiting news! New in this version is the SeoMeta editor. With this editor, you are able to change meta tags on a page on. You can give discussion keywords, update their social-media image and create separate cards for Twitter / X & other social media!

Seo Meta will be stored in a separate table in your database and will automatically update as soon as content changes. When a crawled loads your page, it will use the stored data or generate one on the fly for the next time.

While automatically is great, the advanced part is that you can disable auto-meta updates and configure the page yourself!

Changelog

Update

To update, run:

composer update v17development/flarum-seo

Important: You need to run migrations!

⚠️ Keep in mind this update includes many code changes. If you run into an error, please open an issue here.

v2.0.1

14 Oct 19:53
Compare
Choose a tag to compare
Fix bug

Release v1.8.1

01 Mar 12:20
c80eb61
Compare
Choose a tag to compare

What's Changed

  • Fix: adds support for cloud filesystem by @luceos in #86

New Contributors

Full Changelog: v1.8.0...v1.8.1

Release v1.8.0

29 May 13:18
cbbe884
Compare
Choose a tag to compare
  • Flarum v1.0.0 compatible #57
  • Merged PR #56 : Main domain links not opening in new tab if Flarum is installed on a subdomain
  • Fixed issue with Q&A Suggested answer #27

Release v1.7.2

21 Mar 12:45
877e8bb
Compare
Choose a tag to compare

Fixed Route pages.index on method POST already exists error

Release v1.7.1

20 Mar 21:37
5800c05
Compare
Choose a tag to compare

Fix crash reported here and here.

Release v1.7.0

20 Mar 00:04
c919184
Compare
Choose a tag to compare
  • Refactored parts of the code
  • Extension is beta-16 ready
  • Fixed issue with setting targets in new tab

Release v1.6.2

17 Feb 16:58
Compare
Choose a tag to compare

Bug fixes:

  • Fix issue with json_decode when no do-follow domains have been set
  • Also improved the domain placeholder in the do-follow setting dialog

Release v1.6.1

17 Feb 13:10
cc95ed3
Compare
Choose a tag to compare
Merge pull request #48 from v17development/dev

Better domain host determination

Release v1.6.0

17 Feb 12:24
4ad3999
Compare
Choose a tag to compare

New funcitonalities have been added:

  • All external links are 'nofollow' by default, but internal links are marked as do-follow
  • You can manage a do-follow links, excluding some external links to be marked as nofollow
  • All external links do now open in a new tab
  • Added twitter card size setting (default big)