Jump to content

Structured Data


AndZyk
 Share

Recommended Posts

Yes was true need to add httpUrl. I added an image in this way:  "image"=> $_SERVER['HTTP_HOST'].$page->field_image,

I test with the google tools and now show me the exact url. In the browser is not visible but I guess we need to wait some days.  

Thank you!

 

Link to comment
Share on other sites

59 minutes ago, MarcoPLY said:

"image"=> $_SERVER['HTTP_HOST'].$page->field_image

As this looks some kind of weird to me... could you please post the whole JSON-LD snippet you use.

1 hour ago, MarcoPLY said:

In the browser is not visible but I guess we need to wait some days.

Unless your looking for browser extensions that may support a rendered inline view of JSON-LD you will probably never see it in your browser. The only JSON-LD you will see some day are the rich snippets in Google SERPs.

Link to comment
Share on other sites

Yes sure this is what I use for the product page

if($page->template == "single-connectors"){

    $products = array(
      "@context" => "http://schema.org",
      "@type" => "Product",
        "aggregateRating" => [
          "@type" => "AggregateRating", // I know this is not good
          "ratingValue" => "4.5", 
          "reviewCount" => "3"
        ],
      "brand" => "PlayWood.it",
      "description" => $page->Description,
      "name" => $page->title,
      "image"=> $_SERVER['HTTP_HOST'].$page->image_card,
      "offers" => [
        "@type" => "Offer",
        "availability" => "http://schema.org/InStock",
        "price" => $page->pad_price,
        "priceCurrency" => "EUR",
      ],
      "audience" => [
        "@type" => "BusinessAudience",
      ],
    );
  }

If you want you can check this link there is the live example of this page. I added it inside the header.

Link to comment
Share on other sites

No, the images will not show up in the regular SERPs that easy.

Branded product queries may but more likely product related (image) queries will trigger Google to show image results on top or in the middle of the SERPS based on your products. Product specific queries like "bluray toy story" or "levis blue jeans" are a good example.

Play around with Google search and take a look at the results.

Rich snippets aren't a guarantee or short cut to push Google showing your pages at the top in the SERPs. Rich snippets are the groundwork of even more work.

For crowded niches where hundreds or thousands of shops offer the exact same product (gadgets, home entertainment, dvd, bluray, ...) you need money for advertising too.

Smaller niches like kids toys made from wood can be mastered with solid Onpage SEO - therefore rich snippets are part of it like several other things too.

TL;DR:

Rich snippets were your homework.
The real fun (Google page 1) starts from there.

Link to comment
Share on other sites

I thought you could do something like that:

1229709990_Schermata2018-06-06alle17_58_25.thumb.png.bec9fc7d119b7fdfa0777bd9cf303f19.png
Maybe it's possible do only with some tag like recipe. (I can't confirm on this pasta)

Absolutely yes, you have to spend some money in adWords. There are a lot of works to do for show up a good snippets, and in the end the best things it's just pay Google.  The images in the middle are a good things, also we have start to setup the Google Merchant (which is very complicated again) for make the shipping campaigns. 

 

Link to comment
Share on other sites

That's for recipes only. 

Videos is even bigger but therefore you need a video or YouTube Account.

2 minutes ago, MarcoPLY said:

best things it's just pay Google.

The percentage of ad clicks is only about 7%. So it's not always the best way.

(use Google Translate - I can't find the english source right now)

Link to comment
Share on other sites

  • 1 month later...
  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...