SlideShare a Scribd company logo
Advanced Schema Markup As
Told By Super Saiyans
What is Schema?
• The purpose of using
structured data markup is
to help search engines
better understand your
business.
• It’s important that you
select the schema type
that best describes your
business to make it that
much easier for search
engines to understand
your business.
Example
<div itemscope itemtype="http://schema.org/LocalBusiness">
<span itemprop="name">Dynamic Web Solutions</span>
<link itemprop="url" href="http://www.dynamicwebsolutions.com/">
<a itemprop="telephone" href="tel:8043032883”</a>
</div>
<div itemprop="address" itemscope
itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">1813 E. Broad St./span>
<span itemprop="addressLocality">Richmond</span>
<span itemprop="addressRegion">VA</span>
<span itemprop="postalCode">23221</span>
</div>
But let’s take it to the next level.
The additionalType Property
• What if you can’t find an accurate schema that
best describes your business? Or, what if you’re
afraid you don’t think your type of schema is
specific enough?
• Use an additional ontology called
Productontology. It allows you to specify products
and even services, bit it also be used to help
extend other schemas to get more specific.
The additionalType Property
• We want to find the matching entity of your
product or service on Wikipedia and create a URI
with Productontology. Then use the
additionalType property to create an association
between the general schema type and the more
specific description.
• For example, Cheryl owns a deli. But there isn’t
an exact schema type for deli so she has to settle
for the schema type, Food Establishment. But she
wants to get more specific than just Food
Establishment.
The additionalType Property
• First, find the Wikipedia page related to your specific
service or product.
– http://en.wikipedia.org/wiki/Delicatessen
• Then, using the Productonology URI we take the last
part of the Wiki URL and add it to the Productontology
URL
– http://www.productontology.org/id/
– http://www.productontology.org/id/Delicatessen
• Then use the additionalType property to mark it up and
create the association.
The additionalType Property
<div itemscope itemtype=“http://schema.org/FoodEstablishment”>
<link itemprop=”additionalType”
href=“http://www.productontology.org/id/Delicatessen” />
<span itemprop=”name”>Cheryl’s Dank Deli</span>
<div itemprop=”address” itemscope
itemtype=“http://schema.org/PostalAddress”>
<span itemprop=”streetAddress”>100 Main St.</span>
<span itemprop=”addressLocality”>Richmond</span>,
<span itemprop=”addressRegion”>VA</span>
<span itemprop=”postalCode”>23221</span>
</div>
<span itemprop=”telephone”>(804) 123-4567</span>
</div>
We just took it to a whole new level…
…but let’s
see if we can
take it even
further.
The sameAs
Property
• When you create citations it
become a waiting game as
you wait for Google to find
your new citations and make
the connections between
those listings, your business
and your websites.
• The SameAs property can
help make this process
quicker and easier. You can
tell search engines that the
business you’ve marked up is
the same one found at a
certain citation URL.
The sameAs Property Example
<div itemscope itemtype=http://schema.org/LocalBusiness>
<span itemprop="name">Dynamic Web Solutions</span>
<link itemprop="url" href=http://www.dynamicwebsolutions.com/>
<link itemprop="sameAs"
href=https://plus.google.com/+DynamicWebSolutions>
</div>
The geo and hasMap Properties
• One of the most important things for Local
SEO is making it absolutely clear to search
engines where your business is located. Using
the geo and hasMap properties is sure to
make things crystal clear.
The geo and hasMap Properties
<div itemscope itemtype="http://schema.org/LocalBusiness">
<span itemprop="name">Dynamic Web Solutions</span>
<link itemprop="url" href="http://www.dynamicwebsolutions.com/">
<link itemprop="sameAs" href="https://plus.google.com/+DynamicWebSolutions”>
<link itemprop="hasMap" href="https://goo.gl/maps/x6Lf8">
<a itemprop="telephone" href="tel:18043032883”</a>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">1813 E. Broad St./span>
<span itemprop="addressLocality">Richmond</span>
<span itemprop="addressRegion">VA</span>
<span itemprop="postalCode">23221</span>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates">
<meta itemprop="latitude" content="37.538912" />
<meta itemprop="longitude" content="-77.424745" />
</span>
</div>
The Knowledge Graph and Your Logo
• Clients often come to us with
the questions, “why isn’t my
logo showing up, can you fix
this?”
• Google recommends marking
up your logo because, as
stated on their Webmaster
Central blog, “markup like this
is a strong signal to our
algorithms to show this image
in preference over others, for
example when we show
Knowledge Graph on the right
hand side based on users’
queries.”
The Knowledge Graph and Your Logo &
Telephone Example
<div itemscope itemtype="http://schema.org/LocalBusiness">
<span itemprop="name">Dynamic Web Solutions</span>
<link itemprop="url"
href="http://www.dynamicwebsolutions.com/">
<img itemprop="logo"
src="https://www.dynamicwebsolutions.com/site/wp-
content/uploads/2014/11/DWS-Logo.jpg" />
<link itemprop="sameAs"
href="https://plus.google.com/+DynamicWebSolutions”>
<link itemprop="hasMap" href="https://goo.gl/maps/x6Lf8">
<a itemprop="telephone" href="tel:+18043032883>(804)303-
2883”</a>
Schema that was so weak and
powerless
<div itemscope itemtype="http://schema.org/LocalBusiness">
<span itemprop="name">Dynamic Web Solutions</span>
<link itemprop="url"
href="http://www.dynamicwebsolutions.com/">
<a itemprop="telephone" href="tel:+"tel:18043032883”</a>
</div>
<div itemprop="address" itemscope
itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">1813 E. Broad St./span>
<span itemprop="addressLocality">Richmond</span>
<span itemprop="addressRegion">VA</span>
<span itemprop="postalCode">23221</span>
</div>
Has now become…
The strongest in the universe
<div itemscope itemtype="http://schema.org/LocalBusiness">
<span itemprop="name">Dynamic Web Solutions</span>
<link itemprop="url"
href="http://www.dynamicwebsolutions.com/">
<img itemprop="logo"
src="https://www.dynamicwebsolutions.com/site/wp-
content/uploads/2014/11/DWS-Logo.jpg" />
<link itemprop="sameAs"
href="https://plus.google.com/+DynamicWebSolutions”>
<link itemprop="hasMap" href="https://goo.gl/maps/x6Lf8">
<a itemprop="telephone" href="tel:+"tel:+18043032883>(804)303-
2883”</a>
<div itemprop="address" itemscope
itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">1813 E. Broad St./span>
<span itemprop="addressLocality">Richmond</span>
<span itemprop="addressRegion">VA</span>
<span itemprop="postalCode">23221</span>
</div>
<span itemprop="geo" itemscope
itemtype="http://schema.org/GeoCoordinates">
<meta itemprop="latitude" content="37.538912" />
<meta itemprop="longitude" content="-77.424745" />
</span>
</div>

More Related Content

PDF
Stephan Spencer - SMX Advanced: Rich Snippets, Schema & Microformats
Search Marketing Expo - SMX
 
PDF
Better findability with Schema
Web Behaviour Specialists
 
PPTX
Barak hullman schema wp tools
Barry Schwartz
 
PPTX
What's New with Schema and Structured Data - Max Prin - SMX Advanced 2019
Max Prin
 
PDF
How to use Google Webmaster Tools & Get Keyword Data Back
Swoop Digital
 
PPTX
Guide to Google Webmaster Tools
Supernova Media
 
PPTX
Google webmaster tools
ianolsonsb
 
PPTX
Getting the best out of Google Analytics - Quadra Digital
Switch Digital Jersey
 
Stephan Spencer - SMX Advanced: Rich Snippets, Schema & Microformats
Search Marketing Expo - SMX
 
Better findability with Schema
Web Behaviour Specialists
 
Barak hullman schema wp tools
Barry Schwartz
 
What's New with Schema and Structured Data - Max Prin - SMX Advanced 2019
Max Prin
 
How to use Google Webmaster Tools & Get Keyword Data Back
Swoop Digital
 
Guide to Google Webmaster Tools
Supernova Media
 
Google webmaster tools
ianolsonsb
 
Getting the best out of Google Analytics - Quadra Digital
Switch Digital Jersey
 

What's hot (20)

PPTX
Max Prin - TechSEO Boost 2017 - SEO Best Practices For JavaScript-Based Websites
Max Prin
 
PPTX
Google WebMaster Tool
Ali Ahmed
 
PPTX
How to Use Google Search Console
Boostability
 
PPTX
Google Search Console: An Ultimate Guide
Tyler Horvath
 
PDF
Using Google Analytics and Google Webmaster Tools to improve your site
Mickey Mellen
 
PDF
Google Webmaster Tools for WordPress
East Bay WordPress Meetup
 
PDF
Top 5 Ways to Analyze Your Website: Google Search Console
Elementive
 
PPTX
Google Webmaster Tool Guide
itsyousuf
 
PPT
SEO Myths Busted II
FinishJoomla
 
PPT
Joomla 1.6 Core SEO and Best Practices
FinishJoomla
 
PPT
Joomla 1.7 SEO
FinishJoomla
 
PDF
The Technical SEO Renaissance
Michael King
 
PPTX
Creating Custom Actions in SharePoint 2010
Geoff Varosky
 
PPTX
Google's Search Signals For Page Experience - SMX Advanced 2021 Patrick Stox
Ahrefs
 
PPTX
JavaScript SEO Ungagged 2019 Patrick Stox
patrickstox
 
PDF
Google Search Console
Hekmat Sarwarzada
 
PPTX
How to build simple web apps to automate your SEO tasks - BrightonSEO Spring ...
Charly Wargnier
 
PPTX
the SEO cyborg - Moz 2018 (full edition)
Alexis Sanders
 
PDF
Advanced Technical SEO - Index Bloat & Discovery: from Facets to Javascript F...
Kahena Digital Marketing
 
PDF
The Real Problems Behind Indexing | 5 Hours of Technical SEO
Onely
 
Max Prin - TechSEO Boost 2017 - SEO Best Practices For JavaScript-Based Websites
Max Prin
 
Google WebMaster Tool
Ali Ahmed
 
How to Use Google Search Console
Boostability
 
Google Search Console: An Ultimate Guide
Tyler Horvath
 
Using Google Analytics and Google Webmaster Tools to improve your site
Mickey Mellen
 
Google Webmaster Tools for WordPress
East Bay WordPress Meetup
 
Top 5 Ways to Analyze Your Website: Google Search Console
Elementive
 
Google Webmaster Tool Guide
itsyousuf
 
SEO Myths Busted II
FinishJoomla
 
Joomla 1.6 Core SEO and Best Practices
FinishJoomla
 
Joomla 1.7 SEO
FinishJoomla
 
The Technical SEO Renaissance
Michael King
 
Creating Custom Actions in SharePoint 2010
Geoff Varosky
 
Google's Search Signals For Page Experience - SMX Advanced 2021 Patrick Stox
Ahrefs
 
JavaScript SEO Ungagged 2019 Patrick Stox
patrickstox
 
Google Search Console
Hekmat Sarwarzada
 
How to build simple web apps to automate your SEO tasks - BrightonSEO Spring ...
Charly Wargnier
 
the SEO cyborg - Moz 2018 (full edition)
Alexis Sanders
 
Advanced Technical SEO - Index Bloat & Discovery: from Facets to Javascript F...
Kahena Digital Marketing
 
The Real Problems Behind Indexing | 5 Hours of Technical SEO
Onely
 
Ad

Similar to Advanced Schema Markup Techniques As Told by Super Saiyans (20)

PDF
Advanced Structured Data: Beyond Rich Snippets
Justin Briggs
 
PPTX
Semantic web support for POSH
Dinu Suman
 
PPTX
Microdata semantic-extend
Seek Tan
 
PPTX
Structured data
Son Dang
 
PPTX
Microformats and SEO
Glenn Jones
 
PPTX
Building Viral Social Experiences
Jonathan LeBlanc
 
PDF
Seo Cheat Sheet
Anchal Thakur
 
PDF
Seo cheat-sheet
Elena Michelle
 
PDF
TOSSUG HTML5 讀書會 新標籤與表單
偉格 高
 
PPT
Energizing Social Commerce with Open Graph
Praveen Alavilli
 
PDF
Searching the Web of Data (Tutorial)
Gerard de Melo
 
PPTX
Microformats and SEO
Glenn Jones
 
PDF
Open Data, Visualization & Usability for Online News Delivery
Mohan Krishnan
 
PDF
Desenvolvimento web com Ruby on Rails (parte 2)
Joao Lucas Santana
 
PPTX
Get Structured, Get Sexy... Get Schema!
Mitch Canter
 
PPTX
jQuery Mobile - Desenvolvimento para dispositivos móveis
Pablo Garrido
 
PDF
Facebook Open Graph implementation in the Harvard Gazette
Harvard Web Working Group
 
TXT
Festival newsletter
Ketan Kamble
 
PDF
The Offspring of SEO and Semantic Web: SEO++
Jay Myers
 
KEY
Microformats - a quick primer
Chad Henderson
 
Advanced Structured Data: Beyond Rich Snippets
Justin Briggs
 
Semantic web support for POSH
Dinu Suman
 
Microdata semantic-extend
Seek Tan
 
Structured data
Son Dang
 
Microformats and SEO
Glenn Jones
 
Building Viral Social Experiences
Jonathan LeBlanc
 
Seo Cheat Sheet
Anchal Thakur
 
Seo cheat-sheet
Elena Michelle
 
TOSSUG HTML5 讀書會 新標籤與表單
偉格 高
 
Energizing Social Commerce with Open Graph
Praveen Alavilli
 
Searching the Web of Data (Tutorial)
Gerard de Melo
 
Microformats and SEO
Glenn Jones
 
Open Data, Visualization & Usability for Online News Delivery
Mohan Krishnan
 
Desenvolvimento web com Ruby on Rails (parte 2)
Joao Lucas Santana
 
Get Structured, Get Sexy... Get Schema!
Mitch Canter
 
jQuery Mobile - Desenvolvimento para dispositivos móveis
Pablo Garrido
 
Facebook Open Graph implementation in the Harvard Gazette
Harvard Web Working Group
 
Festival newsletter
Ketan Kamble
 
The Offspring of SEO and Semantic Web: SEO++
Jay Myers
 
Microformats - a quick primer
Chad Henderson
 
Ad

Recently uploaded (20)

PDF
Best Tool to Split VCF Contacts Instantly on Windows.pdf
markwillsonmw004
 
PPTX
Unlocking Smarter Growth A Performance Marketing Guide in 2025.pptx
Orage Technologies
 
PPTX
Self_and_Personality class 12 psychology
dynamicplays04
 
PDF
The AI-Powered Paid Media Playbook | Amsive Webinar
Amsive
 
PDF
Digital Marketing Trends: Experts Insights on How to Gain a Competitive Edge ...
DigiMarCon - Digital Marketing, Media and Advertising Conferences & Exhibitions
 
PDF
A Marketing Whodunit: The Case of the Missing Margin - David Rollo, SmartSpen...
DigiMarCon - Digital Marketing, Media and Advertising Conferences & Exhibitions
 
PDF
GBS Company Profile || Trending Branding
Pratibha Singh
 
PDF
Unfiltered. Real. Relatable. Rich Vibes Publication on Medium
Rich Vibes Publication
 
PPTX
Top 10 Social Media Strategies to Boost Your Digital Marketing in 2024
hrithiksrivastava683
 
PPTX
Free SEO Tips to Rank on Google Organic
hrithiksrivastava683
 
PDF
How Strategic Marketing Drives Executive-Level Growth - Driving Growth, Shapi...
DigiMarCon - Digital Marketing, Media and Advertising Conferences & Exhibitions
 
PDF
The Unshakeable Business Case for Empathetic CX
VWO
 
PDF
Live SEO Audits: Bring Your Site (or Your Competitors) and Let's Uncover What...
DigiMarCon - Digital Marketing, Media and Advertising Conferences & Exhibitions
 
PDF
AI, Algorithms & Authority: Building Magnetic Brands in 2025's Digital Battle...
DigiMarCon - Digital Marketing, Media and Advertising Conferences & Exhibitions
 
PDF
Becoming a Better You: How to Discover a Better Version of Yourself - Jamie T...
DigiMarCon - Digital Marketing, Media and Advertising Conferences & Exhibitions
 
PDF
The Early-Stage Growth Hack You’re Overlooking.pdf
AminaSeigell
 
PPTX
The Consumer Decision Process by Audrey Arthur
audreyarthur3
 
PPTX
Presentation - Marketing Agency Benefits.pptx
khadijaaaism
 
PDF
Why Brands Choose Viacon for Digital Growth.pdf
Viacon
 
PDF
Emotional Intelligence in AI: The New Marketing Superpower - Jennifer Jones-M...
DigiMarCon - Digital Marketing, Media and Advertising Conferences & Exhibitions
 
Best Tool to Split VCF Contacts Instantly on Windows.pdf
markwillsonmw004
 
Unlocking Smarter Growth A Performance Marketing Guide in 2025.pptx
Orage Technologies
 
Self_and_Personality class 12 psychology
dynamicplays04
 
The AI-Powered Paid Media Playbook | Amsive Webinar
Amsive
 
Digital Marketing Trends: Experts Insights on How to Gain a Competitive Edge ...
DigiMarCon - Digital Marketing, Media and Advertising Conferences & Exhibitions
 
A Marketing Whodunit: The Case of the Missing Margin - David Rollo, SmartSpen...
DigiMarCon - Digital Marketing, Media and Advertising Conferences & Exhibitions
 
GBS Company Profile || Trending Branding
Pratibha Singh
 
Unfiltered. Real. Relatable. Rich Vibes Publication on Medium
Rich Vibes Publication
 
Top 10 Social Media Strategies to Boost Your Digital Marketing in 2024
hrithiksrivastava683
 
Free SEO Tips to Rank on Google Organic
hrithiksrivastava683
 
How Strategic Marketing Drives Executive-Level Growth - Driving Growth, Shapi...
DigiMarCon - Digital Marketing, Media and Advertising Conferences & Exhibitions
 
The Unshakeable Business Case for Empathetic CX
VWO
 
Live SEO Audits: Bring Your Site (or Your Competitors) and Let's Uncover What...
DigiMarCon - Digital Marketing, Media and Advertising Conferences & Exhibitions
 
AI, Algorithms & Authority: Building Magnetic Brands in 2025's Digital Battle...
DigiMarCon - Digital Marketing, Media and Advertising Conferences & Exhibitions
 
Becoming a Better You: How to Discover a Better Version of Yourself - Jamie T...
DigiMarCon - Digital Marketing, Media and Advertising Conferences & Exhibitions
 
The Early-Stage Growth Hack You’re Overlooking.pdf
AminaSeigell
 
The Consumer Decision Process by Audrey Arthur
audreyarthur3
 
Presentation - Marketing Agency Benefits.pptx
khadijaaaism
 
Why Brands Choose Viacon for Digital Growth.pdf
Viacon
 
Emotional Intelligence in AI: The New Marketing Superpower - Jennifer Jones-M...
DigiMarCon - Digital Marketing, Media and Advertising Conferences & Exhibitions
 

Advanced Schema Markup Techniques As Told by Super Saiyans

  • 1. Advanced Schema Markup As Told By Super Saiyans
  • 2. What is Schema? • The purpose of using structured data markup is to help search engines better understand your business. • It’s important that you select the schema type that best describes your business to make it that much easier for search engines to understand your business.
  • 3. Example <div itemscope itemtype="http://schema.org/LocalBusiness"> <span itemprop="name">Dynamic Web Solutions</span> <link itemprop="url" href="http://www.dynamicwebsolutions.com/"> <a itemprop="telephone" href="tel:8043032883”</a> </div> <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> <span itemprop="streetAddress">1813 E. Broad St./span> <span itemprop="addressLocality">Richmond</span> <span itemprop="addressRegion">VA</span> <span itemprop="postalCode">23221</span> </div>
  • 4. But let’s take it to the next level.
  • 5. The additionalType Property • What if you can’t find an accurate schema that best describes your business? Or, what if you’re afraid you don’t think your type of schema is specific enough? • Use an additional ontology called Productontology. It allows you to specify products and even services, bit it also be used to help extend other schemas to get more specific.
  • 6. The additionalType Property • We want to find the matching entity of your product or service on Wikipedia and create a URI with Productontology. Then use the additionalType property to create an association between the general schema type and the more specific description. • For example, Cheryl owns a deli. But there isn’t an exact schema type for deli so she has to settle for the schema type, Food Establishment. But she wants to get more specific than just Food Establishment.
  • 7. The additionalType Property • First, find the Wikipedia page related to your specific service or product. – http://en.wikipedia.org/wiki/Delicatessen • Then, using the Productonology URI we take the last part of the Wiki URL and add it to the Productontology URL – http://www.productontology.org/id/ – http://www.productontology.org/id/Delicatessen • Then use the additionalType property to mark it up and create the association.
  • 8. The additionalType Property <div itemscope itemtype=“http://schema.org/FoodEstablishment”> <link itemprop=”additionalType” href=“http://www.productontology.org/id/Delicatessen” /> <span itemprop=”name”>Cheryl’s Dank Deli</span> <div itemprop=”address” itemscope itemtype=“http://schema.org/PostalAddress”> <span itemprop=”streetAddress”>100 Main St.</span> <span itemprop=”addressLocality”>Richmond</span>, <span itemprop=”addressRegion”>VA</span> <span itemprop=”postalCode”>23221</span> </div> <span itemprop=”telephone”>(804) 123-4567</span> </div>
  • 9. We just took it to a whole new level…
  • 10. …but let’s see if we can take it even further.
  • 11. The sameAs Property • When you create citations it become a waiting game as you wait for Google to find your new citations and make the connections between those listings, your business and your websites. • The SameAs property can help make this process quicker and easier. You can tell search engines that the business you’ve marked up is the same one found at a certain citation URL.
  • 12. The sameAs Property Example <div itemscope itemtype=http://schema.org/LocalBusiness> <span itemprop="name">Dynamic Web Solutions</span> <link itemprop="url" href=http://www.dynamicwebsolutions.com/> <link itemprop="sameAs" href=https://plus.google.com/+DynamicWebSolutions> </div>
  • 13. The geo and hasMap Properties • One of the most important things for Local SEO is making it absolutely clear to search engines where your business is located. Using the geo and hasMap properties is sure to make things crystal clear.
  • 14. The geo and hasMap Properties <div itemscope itemtype="http://schema.org/LocalBusiness"> <span itemprop="name">Dynamic Web Solutions</span> <link itemprop="url" href="http://www.dynamicwebsolutions.com/"> <link itemprop="sameAs" href="https://plus.google.com/+DynamicWebSolutions”> <link itemprop="hasMap" href="https://goo.gl/maps/x6Lf8"> <a itemprop="telephone" href="tel:18043032883”</a> <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> <span itemprop="streetAddress">1813 E. Broad St./span> <span itemprop="addressLocality">Richmond</span> <span itemprop="addressRegion">VA</span> <span itemprop="postalCode">23221</span> </div> <span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"> <meta itemprop="latitude" content="37.538912" /> <meta itemprop="longitude" content="-77.424745" /> </span> </div>
  • 15. The Knowledge Graph and Your Logo • Clients often come to us with the questions, “why isn’t my logo showing up, can you fix this?” • Google recommends marking up your logo because, as stated on their Webmaster Central blog, “markup like this is a strong signal to our algorithms to show this image in preference over others, for example when we show Knowledge Graph on the right hand side based on users’ queries.”
  • 16. The Knowledge Graph and Your Logo & Telephone Example <div itemscope itemtype="http://schema.org/LocalBusiness"> <span itemprop="name">Dynamic Web Solutions</span> <link itemprop="url" href="http://www.dynamicwebsolutions.com/"> <img itemprop="logo" src="https://www.dynamicwebsolutions.com/site/wp- content/uploads/2014/11/DWS-Logo.jpg" /> <link itemprop="sameAs" href="https://plus.google.com/+DynamicWebSolutions”> <link itemprop="hasMap" href="https://goo.gl/maps/x6Lf8"> <a itemprop="telephone" href="tel:+18043032883>(804)303- 2883”</a>
  • 17. Schema that was so weak and powerless <div itemscope itemtype="http://schema.org/LocalBusiness"> <span itemprop="name">Dynamic Web Solutions</span> <link itemprop="url" href="http://www.dynamicwebsolutions.com/"> <a itemprop="telephone" href="tel:+"tel:18043032883”</a> </div> <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> <span itemprop="streetAddress">1813 E. Broad St./span> <span itemprop="addressLocality">Richmond</span> <span itemprop="addressRegion">VA</span> <span itemprop="postalCode">23221</span> </div>
  • 19. The strongest in the universe <div itemscope itemtype="http://schema.org/LocalBusiness"> <span itemprop="name">Dynamic Web Solutions</span> <link itemprop="url" href="http://www.dynamicwebsolutions.com/"> <img itemprop="logo" src="https://www.dynamicwebsolutions.com/site/wp- content/uploads/2014/11/DWS-Logo.jpg" /> <link itemprop="sameAs" href="https://plus.google.com/+DynamicWebSolutions”> <link itemprop="hasMap" href="https://goo.gl/maps/x6Lf8"> <a itemprop="telephone" href="tel:+"tel:+18043032883>(804)303- 2883”</a> <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> <span itemprop="streetAddress">1813 E. Broad St./span> <span itemprop="addressLocality">Richmond</span> <span itemprop="addressRegion">VA</span> <span itemprop="postalCode">23221</span> </div> <span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"> <meta itemprop="latitude" content="37.538912" /> <meta itemprop="longitude" content="-77.424745" /> </span> </div>