Title: accdocsol's Replies | WordPress.org

---

# accdocsol

  [  ](https://wordpress.org/support/users/accdocsol/)

 *   [Profile](https://wordpress.org/support/users/accdocsol/)
 *   [Topics Started](https://wordpress.org/support/users/accdocsol/topics/)
 *   [Replies Created](https://wordpress.org/support/users/accdocsol/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/accdocsol/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/accdocsol/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/accdocsol/engagements/)
 *   [Favorites](https://wordpress.org/support/users/accdocsol/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPForms - Easy Form Builder for WordPress - Contact Forms, Payment Forms, Surveys, & More] This page isn’t loading JavaScript properly (Payed)](https://wordpress.org/support/topic/this-page-isnt-loading-javascript-properly-payed/)
 *  [accdocsol](https://wordpress.org/support/users/accdocsol/)
 * (@accdocsol)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/this-page-isnt-loading-javascript-properly-payed/#post-13406165)
 * Further to what Prasant has said above, disabling the “Load JavaScript Deferred”
   option in my cache/optimizing plugin solved the issue for me.
 * Hope that helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPForms - Easy Form Builder for WordPress - Contact Forms, Payment Forms, Surveys, & More] This page isn’t loading JavaScript properly (Payed)](https://wordpress.org/support/topic/this-page-isnt-loading-javascript-properly-payed/)
 *  [accdocsol](https://wordpress.org/support/users/accdocsol/)
 * (@accdocsol)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/this-page-isnt-loading-javascript-properly-payed/#post-13395603)
 * same issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schema] An error for mainEntityOfPage..](https://wordpress.org/support/topic/an-error-for-mainentityofpage/)
 *  [accdocsol](https://wordpress.org/support/users/accdocsol/)
 * (@accdocsol)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/an-error-for-mainentityofpage/#post-9379226)
 * [@beatstorex](https://wordpress.org/support/users/beatstorex/): sorry I am not
   familiar with that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schema] An error for mainEntityOfPage..](https://wordpress.org/support/topic/an-error-for-mainentityofpage/)
 *  [accdocsol](https://wordpress.org/support/users/accdocsol/)
 * (@accdocsol)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/an-error-for-mainentityofpage/#post-9378838)
 * [@beatstorex](https://wordpress.org/support/users/beatstorex/): I added the following
   snippet and the hEntry errors disappeared. You may have to wait a while until
   search console records the changes.
 * function ja_remove_hentry( $class ) {
    $class = array_diff( $class, array( ‘hentry’));
   return $class; } add_filter( ‘post_class’, ‘ja_remove_hentry’ );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schema] An error for mainEntityOfPage..](https://wordpress.org/support/topic/an-error-for-mainentityofpage/)
 *  [accdocsol](https://wordpress.org/support/users/accdocsol/)
 * (@accdocsol)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/an-error-for-mainentityofpage/#post-9363891)
 * they are hEntry errors
 * I think you can remove the code so that your site does not output hEntry
 * theres a code snippet for that…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schema] An error for mainEntityOfPage..](https://wordpress.org/support/topic/an-error-for-mainentityofpage/)
 *  [accdocsol](https://wordpress.org/support/users/accdocsol/)
 * (@accdocsol)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/an-error-for-mainentityofpage/#post-9361285)
 * I understand.
 * I also noticed that the SDTT gives me [@id](https://wordpress.org/support/users/id/)
   errors in my article, blogpost and BreadcrumbList elements, but these errors 
   do not appear in my structured data in search console…
 * so for now I just ignore it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schema] An error for mainEntityOfPage..](https://wordpress.org/support/topic/an-error-for-mainentityofpage/)
 *  [accdocsol](https://wordpress.org/support/users/accdocsol/)
 * (@accdocsol)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/an-error-for-mainentityofpage/#post-9361035)
 * put a # after the URL value for [@id](https://wordpress.org/support/users/id/)
 * ie. [http://example.com/mypage/#](http://example.com/mypage/#)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Markup (JSON-LD) structured in schema.org] Blogposting – Error – not a known valid target type](https://wordpress.org/support/topic/blogposting-error-not-a-known-valid-target-type/)
 *  [accdocsol](https://wordpress.org/support/users/accdocsol/)
 * (@accdocsol)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/blogposting-error-not-a-known-valid-target-type/#post-9355725)
 * FYI, I found a discussion on another site that said:
 * >  “If the page itself is the mainentityofpage, the [@id](https://wordpress.org/support/users/id/)(
   > URL) of the page is always marked with error now (not before). To avoid this
   > error, add a “#” after the [@id](https://wordpress.org/support/users/id/) (
   > URL).”
 * I added an anchor to the end of the URL in the structured data testing tool and
   re-validated and it solved the error.
 * Not sure how to make the plugin do that automatically.
 * Great plugin btw. I tried a few Schema plugins and this one is by far my favorite.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Markup (JSON-LD) structured in schema.org] Blogposting – Error – not a known valid target type](https://wordpress.org/support/topic/blogposting-error-not-a-known-valid-target-type/)
 *  [accdocsol](https://wordpress.org/support/users/accdocsol/)
 * (@accdocsol)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/blogposting-error-not-a-known-valid-target-type/#post-9355712)
 * I am getting this same error on my BlogPosting, Article and BreadcrumbList.
 * It appears to be coming from the “@id”: “http:/website.com/post-name/”
 * error says:
    is not a known valid target type for the identifier property.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schema] An error for mainEntityOfPage..](https://wordpress.org/support/topic/an-error-for-mainentityofpage/)
 *  [accdocsol](https://wordpress.org/support/users/accdocsol/)
 * (@accdocsol)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/an-error-for-mainentityofpage/#post-9354040)
 * I am getting the same error….

Viewing 10 replies - 1 through 10 (of 10 total)