Release 1.6.0 - Do-follow links, external links in new tab & more
In this version, new functionalities have been added! We've now implemented a 'do-follow' link management system. By default all Flarum links are set to nofollow
. This will make sure people do not spam your forum with links to other domains in order to get more referrals.
This update changes that! You are now able to add some domains to the do-follow
list! This will prevent adding the nofollow
attributes to the links which contain that domain. For more information about how this works, check out this knowledge base article.
External links in new tab
Another new feature is the external links in new tab
functionality. As were already mapping trough the links for the nofollow
feature, we made sure all external links open in a new tab. Internal links from your forum will still open inside the same window as usual.
This unfortunately does mean that this extension now has a conflict with @010101 's elint extension.
Twitter card size
A new setting has been made available into the SEO settings
tab: From now on you can set a Twitter card size when someone shares your community on Twitter. By default it is set to a large card. You can always switch back to the summary
in the SEO settings.
If you have any feedback or issues, let us know!
Full changelog:
- 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
)
- Added Romanian language ( v17development/flarum-seo45 ), thanks @Gasjki for the taking the time to open a PR ๐
How to update?
To update, run:
composer update v17development/flarum-seo
To install, run:
composer require v17development/flarum-seo