Skip to content

Instantly share code, notes, and snippets.

@UsedRadiosDevelopers
Created April 20, 2017 17:24
Show Gist options
  • Save UsedRadiosDevelopers/e65bffd5b73cf5152c7745a061bfae23 to your computer and use it in GitHub Desktop.
Save UsedRadiosDevelopers/e65bffd5b73cf5152c7745a061bfae23 to your computer and use it in GitHub Desktop.
Checking your SEO

in comments

@UsedRadiosDevelopers
Copy link
Author

How your product embed itself

This should help you understand how your products are embedding themselves when shared on other site, emails, platforms ect.. This may also include other parts of Google's G-Suite tools, like Google Shopping (I'm not sure as I don't know the technical details of each of their tools).

What we are going to do is check a single product using Google's Structured Data Test Tool and find the pages oembed. This will look like one of the following:

As a link to a seperate .oembed file (actually link for product)

<link rel="alternate" type="application/json+oembed" href="https://used-radios.com/products/kenwood-tk-860g-mobile-radio.oembed" />

Or it will be on the acctual page and should like something like this:

information if it exists and see what data it provided when the product is embeded. If it exists and looks correct we'll leave it as-is, if not it will likely be an issue with all of our product's so we'll find a tool to fix it for us:
First: Check what information about

Resources:

oembed.com - Information about files with the *.embed extension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment