RSS Feed/News Google asks for "comment"?

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
28,183
Points
823

Reputation:

Today i got a message from Google about a not critical error with missing "comment".
The KI says i need something like this in my thread_view:

Code:

Code:
,"comment": [
        <xf:foreach loop="$posts" key="$postId" value="$post" if="$post.messageState == 'visible' && !$post.isFirstPost()">
            {
                "@type": "Comment",
                "author": {
                    "@type": "Person",
                    "name": "{$post.User.username|escape('json')}"
                }...

Read more

Continue reading...
 
Status
Not open for further replies.
Top