Announcement

Collapse
No announcement yet.

Products  Invalid object type for field "brand"

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Products  Invalid object type for field "brand"

    I am getting a warning in google search console that my products have an invalid object type. Here is my code from the prod page:

    <meta itemprop="brand" content="&mvte:product:customfield_values:customfi elds:brand;" />


    Thanks in advance for your assistance!

    #2
    The itemprop brand needs to be contained with in the block of code for the itemscope product.
    http://www.alphabetsigns.com/

    Comment


      #3
      Originally posted by bonnie1525 View Post
      I am getting a warning in google search console that my products have an invalid object type. Here is my code from the prod page:

      <meta itemprop="brand" content="&mvte:product:customfield_values:customfi elds:brand;" />


      Thanks in advance for your assistance!
      Also make sure you don't have that space between the word "fi elds" in your actual code.
      Mark Hood
      Vermont Gear

      Comment


        #4
        The following seems to have fixed the issue:
        <meta itemprop="brand" itemscope itemtype="http://schema.org/Brand" content="&mvte:product:customfield_values:customfi elds:brand;" />

        Comment

        Working...
        X