• Resolved free3dart

    (@free3dart)


    Here is the data with errors, as tested on https://webmaster.yandex.com/tools/microtest/

    Google structured data testing tool do not show the data

    
    article
    ERROR: The 'content' property of a meta tag can't contain a URL
    
        itemType = https://schema.org/Article
        headline = Nissan 240Z 3d model
        description = Nissan 240Z 3d model Nissan 240Z 3d model, classic Japanese car with Detailed exterior and interior, good for closeup renders. Pivots set for...
        datepublished = 2019-01-16T15:42:29+00:00
        datemodified = 2019-01-16T23:33:12+00:00
        url = https://animium.com/2019/01/nissan-240z-3d-model
        author = admin
        mainentityofpage = https://animium.com/2019/01/nissan-240z-3d-model
        image
            imageobject
            WARNING: Unmet requirement for transmitting data to Yandex.Images: contentUrl or image or thumbnail field missing or empty
            ERROR: The 'content' property of a meta tag can't contain a URL
                itemType = https://schema.org/ImageObject
                url = https://animium.com/wp-content/uploads/2019/01/Nissan-240Z-3d-model-150x150.jpg
                width = 150
                height = 150
        publisher
            organization
            WARNING: Unmet requirement for Yandex Business Directory structured snippets: address field missing or empty
            WARNING: Unmet requirement for Yandex Business Directory structured snippets: you must complete the telephone field for this type of organization
                itemType = https://schema.org/Organization
                name = Free 3d models
                logo
                    imageobject
                    WARNING: Unmet requirement for transmitting data to Yandex.Images: contentUrl or image or thumbnail field missing or empty
                    ERROR: The 'content' property of a meta tag can't contain a URL
                        itemType = https://schema.org/ImageObject
                        url = https://animium.com/2019/01/
        aggregaterating
            aggregaterating
                itemType = https://schema.org/AggregateRating
                bestrating = 5
                worstrating = 1
                ratingvalue = 5
                ratingcount = 1
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Lester Chan

    (@gamerz)

    I am not sure bout Yandex, since it was not designed for that. What does google says?

    Thread Starter free3dart

    (@free3dart)

    I did ignore yandex’s error, but google says there is an error in the article tags generated by wp-postratings

    url
    A value for the url field is required.

    right now I am using the following code in my functions.php and it eliminates the error

    add_filter( 'wp_postratings_site_logo', 'wp_postratings_site_logo' );
    function wp_postratings_site_logo( $url ) {
        return 'https://animium.com/wp-content/themes/logo.png';
    }
    • This reply was modified 6 years, 2 months ago by free3dart.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘errors in schema for wp postratings’ is closed to new replies.