XF_Helps itemreviewed error in Google search console

Admin

Admin

Forum Admin
Staff member
Administration
VIP
Joined
Feb 19, 2022
Messages
86
Reaction score
24
Points
8
Location
Khulna
Website
aponweb.com
For those looking for an alternative to ignoring this issue:

All my resources are downloadable programs, so it made sense to change the schema type from CreativeWork to SoftwareApplication.

This is the list of types that Google allows, pick a type that matches your content
Code:
Please, Log in or Register to view codes content!

Fairly easy to do via Template Modifciation, just do like this:

Template:
xfrm_resource_view

Find:
"@type": "CreativeWork",

Replace:
"@type": "SoftwareApplication",
Then test using this tool:
Please, Log in or Register to view URLs content!


It will tell you what fields you need to add (ignore optional fields unless you wanna add them). Check the types expecting for each field at
Please, Log in or Register to view URLs content!
to ensure compliance . These are typically just text, but sometimes nested objects are required which might be too complicated for noobs.

Add them and re-run the test until it's happy

This ended up being all I needed to put in the replace:
Code:
Please, Log in or Register to view codes content!
 
Top