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.