meihuak JasperVriends there seems to be a logic error in the code. I haven't tested locally but created a GitHub issue with my observations v17development/flarum-seo101
Flarum SEO
Thanks for that feedback clarkwinkelmann ! I noticed that there was a PR regarding this issue as well, so I have asked him if it's possible to check and implement your suggestions v17development/flarum-seo100 . I'll wait a short while to see if he is able to update the code, if not then I'll implement the fix!
Any demo available?
JasperVriends yes, the owner of the discussion was deleted
- Edited
I've found that very large discussions (around 71k posts) fail to load (timeout) and trying to access them causes database slowdown. The problem goes away when I disable the SEO extension. This wasn't an issue in version 1.x.
Update: The problems disappear when I turn off the Crawl all posts
option. However, I've always had this option enabled, including in 1.x, where it worked fine.
JasperVriends It would be great if there was an additional feature to edit the homepage title
May I ask when will you repair this issue?
there are about 1700 discussions were broken in google index.
wylzn Indeed, I can change the home title by modifying the website name. However, the title of a discussion always includes the website name at the end. For example, if I set the website name as 'flarum.org - source code free forum', and the title of a discussion is 'FriendsOfFlarum upload, the intelligent file attachment extension', the discussion title would be:
<title>FriendsOfFlarum upload, the intelligent file attachment extension - flarum.org - source free forum</title>
. It's very long. Currently, I am solving this by using an extension that removes the website name from the discussion title. Now, the discussion title is simply:
<title>FriendsOfFlarum upload, the intelligent file attachment extension</title>
. But I think the best title format would still be:
<title>FriendsOfFlarum upload, the intelligent file attachment extension - flarum.org</title>
.
I have used WordPress and XenForo, and I think customizing the home page title is a basic feature in most SEO plugins.
JasperVriends not all topics, only the discussions which owner has been deleted
- Edited
Released v2.0.4 - Fixing bugs
- Fix some issues with v2 by @rafaucau and @alexisrazok in v17development/flarum-seo102
- Fix "Failed to initialize" v17development/flarum-seo98
- Written "SeoMeta object Developers Guide" knowledge base article: https://community.v17.dev/knowledgebase/46
- Updated "The SeoProperties class" knowledge base article: https://community.v17.dev/knowledgebase/22
@meihuak This update resolves your issue!
JasperVriends How to install on cPanel?
JasperVriends
Not work sir in shared hosting @JasperVriends
JasperVriends
Error like this sir screenshot: https://prnt.sc/pyZDeM9Vn9Bx
bb17indo like the error says, you'll need to check your error logs. Without that we cannot know what the issue is... also make sure to share your flarum debug info
Can someone confirm, is it safe to upgrade this to the latest version on a shared hosting?
JasperVriends
How to check debug info sir?
Updated on shared hosting. No issues. Thanks for the update