Hi. Is there a possibility to disable the answer schema for certain posts? Here's why.

I'm doing some static threads that are locked and sticky for each tag/category. Those posts don't have other replies so there won't be any "answers" per sei. Right now, GWT complains that I have posts that don't have a suggested answer or an answer in the schema.

So, is there currently a way to fix this?

Thank you.

    bogdanteodoru Yeah, you can turn off the 'Discussion post crawl settings' Okey, just tried that, I see that doesn't work... That's a bug! I'll the plugin update tonight or tomorrow with a fix. Because that shouldn't happen!

    Thank you for letting me know!

      A few days after installing the SEO plug-in, I received a warning from google that URL errors are present. When I checked the URL in the warning, I encountered a problem.

      The URL is entered when the site URL is entered and the wrong URL is clicked. However, clicking the wrong URL directly gives a 404 error. After removing the SEO plugin, the error has improved.

        YusufYldrm Hi there, thank you for reporting this. This plugin does not change the page URLs. I am wondering if it was an 404 you saw. Do you see anything in your Flarum logs regarding the SEO plugin?

          JasperVriends

          /var/www/flarumtr/vendor/v17development/flarum-seo/src/Listeners/PageListener.php(380): Flarum\User\UserRepository->findOrFail(NULL)
          #2 /var/www/flarumtr/vendor/v17development/flarum-seo/src/Managers/QADiscussion.php(223): V17Development\FlarumSeo\Listeners\PageListener->getUser(NULL)
          #3 /var/www/flarumtr/vendor/v17development/flarum-seo/src/Managers/QADiscussion.php(169): V17Development\FlarumSeo\Managers\QADiscussion->getUserName(NULL)
          #4 /var/www/flarumtr/vendor/v17development/flarum-seo/src/Managers/QADiscussion.php(58): V17Development\FlarumSeo\Managers\QADiscussion->createTags()
          #5 /var/www/flarumtr/vendor/v17development/flarum-seo/src/Listeners/PageListener.php(155): V17Development\FlarumSeo\Managers\QADiscussion->__construct(Object(V17Development\FlarumSeo\Listeners\PageListener), Object(Flarum\Discussion\DiscussionRepository), '7')
          #6 /var/www/flarumtr/vendor/v17development/flarum-seo/src/Listeners/PageListener.php(116): V17Development\FlarumSeo\Listeners\PageListener->determine()

          YusufYldrm Thank you for the log! I'll look into that! Seems like a the plugin searched for an user and found out the user did not exists anymore. Missing a catch there I think 👀 I'll check that tomorrow for you and will do some tests!

          That particular issue might have something to do with the crawl function. I have actually just fixed a problem with that setting (it was always enabled, even when you turned it off). I have fixed that now in this new release.

          When you turn the feature off, it might fix your problem for those two discussions. But I'll make sure to look into that and fix it!

          Plugin updated to release v1.0.1

          Changelog:

          • Fixed a setting bug
          • Set the tag name as page title in the source (the Tag plugin did not do that yet)

          To update the plugin, run the following command:

          composer update v17development/flarum-seo
            21 days later

            bin Write this simple command, in flarum folder of course:

            composer remove v17development/flarum-seo
              9 days later

              Thanks for your extension, it works great! 🙂

              Is there a way for me to edit SEO title? My site title is Domain | Forum but the title for posts should be Post Title - Forum | Domain.

              Thanks in advance!

              `

                maruco it looks like Composer can't connect to the internet. Not sure why flagrow.io can't be resolved while Packagist appears to resolve but 404. This is probably not related to this extension in particular.

                I think removing should be possible without internet access though.

                  After installing the extension the Google Search Console complains that many pages have a "noindex tag". I can't see it, though. Do you have an idea of what might be causing that warning?

                    Tags are displayed as just the site title without a tag name or meta description, creating many duplicates. How do I solve this? Thanks in advance.