Skip to content

luceos/flarum-seo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flarum SEO

First Flarum extension that add SEO tags to your Flarum forum.

WORK STILL IN PROGRESS

While I'm still working on this plugin and I still wait for the results to show up in Google, the results in Google by using this plugin are for your own risk.

Installation

If you like to install this extension, run the following command:

composer require v17development/flarum-seo

Updating

If you like to update the package:

composer update v17development/flarum-seo

Adding SEO tags to the following pages:

  • Home page
  • Tags page (if extension is enabled)
  • Discussion page
  • User profile

Default: Question-Answer results for discussions

By default, this extension creates an Question Answer result for discussions in Google and other supported search engines using the QAPage schema.org tags. Check the screenshot below how that looks like. However, this setting will load all posts with usernames and likes. There is no caching for this yet.

This can be heavy for your server. When this makes your forum slow, you can turn back to the default SEO and check if that helps. The only way (right now) is to go to your database, then the table settings, and add the key disable_fancy_discussion_seo with the value 1.

Works with

This extension will work with the following extensions enabled or disabled. All extensions are not required, but it will work together if they are installed and enabled:

How do the results look like in Google?

Potential it should look like this, after Google reindex your site. This could take a while before Google or any other crawler does this. The following screenshots are in Dutch, but you get the concept: How it looks like

How long will changes take effect?

It depends. Recrawling can take a few days, up to a few weeks until most of your results are updated. Use the Flagrow Sitemap to let Google know what discussions there are on your forum. You may speed it up by manually update a search result Google via the Google Search Console, but that is no gurantee that the search result will be updated directly.

Read more about how you can let Google recrawl your site

Using following SEO methods:

The extension will use the following SEO methods:

You like what I did?

You may like to buy me a coffee and support my work :)

About

Perfect SEO for your Flarum forum

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 50.2%
  • JavaScript 46.4%
  • Less 3.4%