Structured Data, Microdata, Rich Snippet Links

Just a couple of links that deal with the usage or testing of structured data.

Structured data is not yet relevant for content rankings, but that might change in the future (Hangout).

“Structured data markup” is a standard way to annotate your content so machines  can understand and categorize it. Proper usage elevates the way data is displayed on Google Search, Facebook, Twitter, Pinterest and many others, when one of your content links is posted there.

INTEGRATION

MEDIA

TESTING

Really looking forward to the JSON-LD integration :)

  1. <script type="application/ld+json">
  2. {
  3.   "@context": "http://schema.org/",
  4.   "@type": "Product",
  5.   "name": "Executive Anvil",
  6.   "image": "http://www.example.com/anvil_executive.jpg",
  7.   "description": "Sleeker than ACME's Classic Anvil, the Executive Anvil is perfect for the business traveler looking for something to drop from a height.",
  8.   "mpn": "925872",
  9.   "brand": {
  10.     "@type": "Thing",
  11.     "name": "ACME"
  12.   },
  13.   "aggregateRating": {
  14.     "@type": "AggregateRating",
  15.     "ratingValue": "4.4",
  16.     "reviewCount": "89"
  17.   },
  18.   "offers": {
  19.     "@type": "Offer",
  20.     "priceCurrency": "USD",
  21.     "price": "119.99",
  22.     "priceValidUntil": "2020-11-05",
  23.     "itemCondition": "http://schema.org/UsedCondition",
  24.     "availability": "http://schema.org/InStock",
  25.     "seller": {
  26.       "@type": "Organization",
  27.       "name": "Executive Objects"
  28.     }
  29.   }
  30. }
  31. </script>

 

Enjoy coding …

Alex

I am a full-stack developer. I love programming,  design and know my way around server architecture as well.  I would never feel complete, with one of these missing. I have a broad range of interests, that’s why I constantly dive into new technologies and expand my knowledge where ever required. Technologies are evolving fast and I enjoy using the latest. Apart from that, I am a peace loving guy who tries to have people around him that think the same.  I truly believe in the principle: “If you help someone, someone will help you, when you need it."

Recent Posts

Particle Network Animations in Javascript

What are particle animations? Particle network animations in JavaScript typically involve creating visual representations of… Read More

23 hours ago

B&B / Hotel Booking Solutions for WordPress | 2024

BOOKING SOLUTIONS 202x This is my take on a subset of booking, appointment, PMS or… Read More

4 weeks ago

WordPress Cron + WP-CLI + Ntfy

THE GOAL Create a system cron for WordPress, that is accessible and can be easily… Read More

2 months ago

2024 is here and now :)

2024, what's cooking? Slowly getting into the 2024 spirit. 3 projects coming to a close… Read More

4 months ago

2023 ends and whats next !

Short look back at 2023 This has been a busy and interesting year. I am… Read More

4 months ago

cubicFUSION Grid Tweaker – Elementor Grid made easy.

Elementor Pro provides grid containers as an experimental feature. The options provided are limited, when… Read More

5 months ago