I would also like something like this for other reasons. We have a sub category where users post questions and we have certain people assigned to receive emails when new topics are posted - they are supposed to then go and reply to the question and it would be nice to be able inform them somehow that someone else (that was emailed) is already in the process of replying.
UNSOLVED parsing the topic with Google Structured Data Testing tool
-
I am trying to verify the indexing of a forum using tools provided by Google. At first I've checked my local installation, but you can see the same result for any nodebb instance.
If I run the test for a forum topic with any topic link from this forum, there are two issues:
-
there is a breadcrumb parsing error:
When parsing<li component="breadcrumb/current" itemscope="itemscope" itemtype="../Breadcrumb" class="active">
It says A value for the url field is required. But this breadcrumb points to the current page so there is no url.
Maybe if this item points to the current page it shouldn't be marked as breadcrumb? -
Google doesn't recognize the page as an Article. The only metadata objects it shows are comments and breadcrumbs.
I am very new to the topic of how crawling and indexing works, but I would expect that every topic is parsed as an article (top post) with comments (everything else). Do I need to configure something specifically for that?
-
-
And akismet doesn't allow me to post actual link to the test run.