SlideShare a Scribd company logo
14, NOVEMBER 2017
Andrea Volpini
Co-founder & CEO at WordLift
AI-Powered SEO
Build Your Own Knowledge
Graph and make your content
easy to be found.
I help publishers expand traffic
with
...using semantic web technologies
an organic sustainable growth
semantic web
@cyberandywww.smxl.it #SMXLmilan
Keep readers engaged by helping
machines understand what your
content is about
+18.47%
New Users
from Google
+17.3%
Avg.
Time Spent
+13.75%
Session
Duration
after 3 months on a design blog from Poland
readers engaged
@cyberandywww.smxl.it #SMXLmilan
! download the research paper "
@cyberandywww.smxl.it #SMXLmilan
@cyberandywww.smxl.it #SMXLmilan
How many of you
are using
semantic markup?
Insights from our favorite crawler
+
@cyberandywww.smxl.it #SMXLmilan
How long would it take to mention all
relevant concepts in an article using
Schema?
relevant concepts
Schema
@cyberandywww.smxl.it #SMXLmilan
What is Linguistic
Semantics?

A preliminary introduction
PERSON
THING
(REFERENT)
STRING
(SYMBOL)
@cyberandywww.smxl.it #SMXLmilan
Sharing Meaning
Across the
Globe 

Here Comes the Semantic Web
Martha
Andy
birthPlace
Italy
Website A Website B Website C
knows
Linked Data
@cyberandywww.smxl.it #SMXLmilan
Computers use URLs as unique identifiers
ANDY ENTERS 

LINKED DATA
http://mywebsite.com/Andy
Andy presents himself to computers
using a Linked Data persistent URL
unique identifiers
@cyberandywww.smxl.it #SMXLmilan
RDF in a nutshell
1. Assign URIs to entities
(“things”)
○ Example: Andy the Person as the URI
ns:Andy
2. Link entities using typed
links (triples)
○ Example: ns:Andy, type, Person
3. An RDF model is a set of
triples in a machine
readable format
4. Publish on the web
ns:Andy
<schema:Person>
<Entiy>
“Andrea Volpini”
subClassof
rdf:type
rdfs:label
RDF
@cyberandywww.smxl.it #SMXLmilan
5-stars linked data markup5 stars linked data
@cyberandywww.smxl.it #SMXLmilan
While you write, WordLift…
☝Runs a full text analysis
a. WordLift analyses the content of an article and
identifies matching entities and topics from large
big data graphs such as Dbpedia, Freebase and
Geonames or from the user’s internal vocabulary
b. All extracted concepts are organized in four
categories: Who (Person, Organization), Where
(Place), When (Event), What (Creative Work, Product,
Intangible)
✌Transforms articles into an 5-stars linked data graph
that machines can process
% Provides meaningful recommendations to let readers
explore your content
@cyberandywww.smxl.it #SMXLmilan
How 5-stars Linked
Data affects
findability
Search is Everywhere
“Findability” is not simply SEO
It’s the ability to find and use
content by establishing a context, by
making content easier to be found and
by guiding the user to the “next steps”
Building conversational interfaces that plug into
Google Assistant, Cortana and Amazon Echo is part
of this process
@cyberandywww.smxl.it #SMXLmilan
Ok Google,
what is
personal
assistant
search
optimization ?
personal
assistant
search
optimization
@cyberandywww.smxl.it #SMXLmilan
“Findability” in the era of Semantic Search
Answer
#2
2 links
instead of 1
Interpretation
Search Intent
@cyberandywww.smxl.it #SMXLmilan
Input Features
@cyberandywww.smxl.it #SMXLmilan
How can a computer understand human language?
Intent Knowledge Answer
“When is SMXL
Milan 2017
taking place?”
“type”:
“event”
“date-time”:
“startDate”
…
Interpretation
Google gets the answer from the graph-based representation of knowledge
(subject-predicate-object describing the event) that are found in our
webpage
subject-predicate-object
@cyberandywww.smxl.it #SMXLmilan
Where does this answer come from?
author
Entity
Schema.Org - Make Your Data Shine
AUTHORSHIP MATTERS
URL
Article Website
@cyberandywww.smxl.it #SMXLmilan
The will be
shown as a backlink of
Boris’s website in the
Google Search consol !
Article
Schema.Org - Let’s look at the data
Google Search Console
@cyberandywww.smxl.it #SMXLmilan
Moving from building pages to creating structured data helps
you create relationships between entities that matters.
Connecting all information related to an event like SMXL
Milan across multiple pages has been strategic to stand out
on Google search.
● Increased dwell time
● Enriched user experience with improved navigation
● New ways to engage readers with conversational interfaces
RELATIONSHIPS REALLY MATTER
@cyberandywww.smxl.it #SMXLmilan
The Entity Based Content Model
Ok Google,
what is an
entity in
WordLift?
entity
WordLift
@cyberandywww.smxl.it #SMXLmilan
Let’s have a look at how content is
organized
SMXL Milan
2017
<Event>
Andrea
Volpini
<Person>
Richard
Wallis
<Person>
Martha
van
Berkel
<Person
>
URL
image
type
relation
relation
relation
Metadata Pillar Content Cluster Content
@cyberandywww.smxl.it #SMXLmilan
… Wait, is this content or data?
It’s both!
<Person>
<Person>
<Person>
<Event>
Domain Specific Knowledge (Domain Entities and Properties) Meta Knowledge (Classes/Concepts)
subclassOfsubclassOf
subclassOf
subclassOf<Place>
<Entity>
subclassOf
@cyberandywww.smxl.it #SMXLmilan
How to make
your website
talk
Long Live AI - The Web is dying
and bots will be the new Websites
WordLift: all you need to knowChatbots
intent
USER
KNOWLEDGE
(WEBSITE &NLP & BOTMESSAGING
answer
intent +
context
query
resultsresponse
PLATFORM FRAMEWORK DATA GRAPH)
@cyberandywww.smxl.it #SMXLmilan
Chatbots: a simple use-case
“When is
SMXL 2017
taking
place?”
USER
KNOWLEDGE
(WEBSITE &
DATA GRAPH)
NLP & BOT
FRAMEWORK
MESSAGIN
G
PLATFORM
“The event
will start
November
the 13th”
@fact-category = webinar
@sys.date-time = startDate
Surface = Phone
curl 

'https://wordlift.io/blog/en/wp-
admin/admin-ajax.php' 
--data 'action=wl_jsonld&id=5758'
"startDate":
"2017-11-13"
Text
response +
“startDate”
We use the same on-page structured data that Google
uses on its SERP
Chatbots
@cyberandywww.smxl.it #SMXLmilan
@fact-category
Interpretation
SPARQL Query
Result
SELECT * WHERE {
BIND( <http://schema.org/Event> as ?type )
?subject a ?type ;
rdfs:label ?label ;
schema:startDate ?startDate .
FILTER ( xsd:dateTime( ?startDate ) > now() )}
We use a query language called SPARQL to compute the results
“When are the next events ?”
Chatbots: a more advanced way of pulling
data from your graph
Chatbots
next
@sys.date-period
events
@fact-category
@cyberandywww.smxl.it #SMXLmilan
1. By entity >> (show me all content on AI)
2. By date >> (show me all contents on AI written
in the last two weeks)
3. By engagement >> (show me all contents on AI
that have more than 20 interactions)
4. By author >> (show me last 10 articles by Ben
Dickso n on AI)
5. By type >> (show me all articles that have to
do with our events)
6. By class >> (show me all articles that have to
do with dbo:Software)
WordLift Knowledge Graph - Querying Capabilities
AI
AI
last two weeks
AI
Ben Dickson AI
events
dbo:Software
@cyberandywww.smxl.it #SMXLmilan
Get smarter
with your own
data
Semantics on Analytics: let’s
turn entities into insights
<EVENT SPARQL QUERY GOES HERE>
Sessions by EntitiesSessions Entities
@cyberandywww.smxl.it #SMXLmilan
When does harvest (ernte in German) peak?
@cyberandywww.smxl.it #SMXLmilan
harvest
Questions?
@cyberandywww.smxl.it #SMXLmilan
@cyberandywww.smxl.it #SMXLmilan
Hey Google, talk to
Doctor
Search Marketing
Andrea Volpini


andrea@wordlift.io
https://wordlift.io
https://github.com/insideout10/wordlift-plugin

This work is licensed under a Creative Commons
Attribution 4.0 International License.
@cyberandywww.smxl.it #SMXLmilan
“I don't believe you”, is the first thing I said to the Wordlift team
when they told me what their plugin could do. For us, as a publisher
of business articles and a total dedication to original content, the
benefits seemed almost too good to be true.
Creating good content is hard enough in itself. Plugins like Wordlift
make us feel like that effort isn’t in vain and our stories will be
found by the right people, bringing them inspiration and knowledge.
Your Content deserves this.
Ramia Marielle El Agamy, Editor-in-Chief
at Tharawat Magazine

More Related Content

PPTX
EAT: Have We Been Looking At It Backwards
PPTX
BrightonSEO - Master Crawl Budget Optimization for Enterprise Websites
PDF
brightonSEO - Stress Is Contagious Don't Catch It From Your Clients
PPTX
How To EAT Links.pptx
PDF
How to produce great multilingual content, even when you can't read it | Laur...
PDF
BrightonSEO-Pres.pdf
PPTX
Diginius - DuckDuckGo, Privacy and the Future of Search
PDF
The Hidden Gems of Low search volume
EAT: Have We Been Looking At It Backwards
BrightonSEO - Master Crawl Budget Optimization for Enterprise Websites
brightonSEO - Stress Is Contagious Don't Catch It From Your Clients
How To EAT Links.pptx
How to produce great multilingual content, even when you can't read it | Laur...
BrightonSEO-Pres.pdf
Diginius - DuckDuckGo, Privacy and the Future of Search
The Hidden Gems of Low search volume

What's hot (20)

PDF
Turning A Neglected YouTube Channel into a Traffic Generation Machine
PPTX
Brighton SEO - Luis Bueno Tabernero - How to do an ASO Audit like in the 90's...
PPTX
The Quickest Win in SEO – How to do Internal Linking the Right Way
PDF
Google Discover Optimisation with Google Web Stories
PDF
SMX Session - State of Search 2023
PPTX
Swipe left: Why your content is getting ghosted
PPTX
Beth Barnham Schema Auditing BrightonSEO Slides.pptx
PDF
BrightonSEO April 2023 Similar AI: Automation recipes for SEO success
PPTX
Hacking GA4 for SEO - Brighton SEO - Apr 2023
PDF
eCommerce Internal Linking - Into the Spider-Verse (BrightonSEO edition)
PPTX
chima mmeje brighton seo speaker slide april22
PDF
BrightonSEO October 2022 - Martijn Scheybeler - SEO Testing: Find Out What Wo...
PDF
How to control googlebot
PPTX
Brighton SEO Talk HS FINAL.pptx
PPTX
How to leverage SEO and other channels to expand into Chinese market
PDF
Core Web Vitals Audit - Sophie Gibson - PDF - BrightonSEO.pdf
PPTX
How to leverage indexation tracking to monitor issues and improve performance
PDF
Tech SEO for the Omni-Channel at Brighton SEO 2022
PDF
Hreflang tags: everything you need to know to start implementing them
PPTX
The Big SEO Migration - Learnings from a first time hiker
Turning A Neglected YouTube Channel into a Traffic Generation Machine
Brighton SEO - Luis Bueno Tabernero - How to do an ASO Audit like in the 90's...
The Quickest Win in SEO – How to do Internal Linking the Right Way
Google Discover Optimisation with Google Web Stories
SMX Session - State of Search 2023
Swipe left: Why your content is getting ghosted
Beth Barnham Schema Auditing BrightonSEO Slides.pptx
BrightonSEO April 2023 Similar AI: Automation recipes for SEO success
Hacking GA4 for SEO - Brighton SEO - Apr 2023
eCommerce Internal Linking - Into the Spider-Verse (BrightonSEO edition)
chima mmeje brighton seo speaker slide april22
BrightonSEO October 2022 - Martijn Scheybeler - SEO Testing: Find Out What Wo...
How to control googlebot
Brighton SEO Talk HS FINAL.pptx
How to leverage SEO and other channels to expand into Chinese market
Core Web Vitals Audit - Sophie Gibson - PDF - BrightonSEO.pdf
How to leverage indexation tracking to monitor issues and improve performance
Tech SEO for the Omni-Channel at Brighton SEO 2022
Hreflang tags: everything you need to know to start implementing them
The Big SEO Migration - Learnings from a first time hiker
Ad

Similar to AI-powered SEO - Structured Data & Semantics - WordLift for SMXL Milan 2017 (20)

PDF
Making Websites Talk: the rise of Voice Search and Conversational Interfaces
PDF
Blow Up Your Promotion Strategy with Data-Driven Content With Roland Frasier!
PDF
"How to Creates Massive Revenue without a Sales Team” by Kevin Indig, SEO Nin...
PDF
Kevin Indig @ The family: Massive revenue without a sales-team
PDF
SearchLeeds 2018 - Dawn Anderson - Power from what lies beneath ... The icebe...
PDF
Ungagged 2015 Las Vegas 17 SEO, Conversion & Monetization Templates
PPTX
Future Proofing Your SEO with Andy Crestodina
PPTX
From semantic platforms to semantic apps
PDF
BrightonSEO Takeaways September 2017
PDF
Search V Next Final
PDF
Scaling organic growth by building products - Turing Fest 2018
PPTX
Talent Sleuthing in the Intelligence Community - Jo Weech; recruitDC Spring 2018
PDF
Redlink - Semantic Technologies for News & Media
PDF
New routes for your contents: Dynamic Semantic Publishing for News & Media Pu...
PPTX
SEO in the Age of Siri and Alexa
PDF
The Iceberg Approach - Power from what lies beneath in SEO for a mobile-first...
PPTX
Machine Learning for Marketers - CTAConf 2019
PPTX
The Relationship Between SEO & Content
PPT
miKrow presentation at ESWC2011
PPTX
Content Strategy Applied Deck (Oct 17)
Making Websites Talk: the rise of Voice Search and Conversational Interfaces
Blow Up Your Promotion Strategy with Data-Driven Content With Roland Frasier!
"How to Creates Massive Revenue without a Sales Team” by Kevin Indig, SEO Nin...
Kevin Indig @ The family: Massive revenue without a sales-team
SearchLeeds 2018 - Dawn Anderson - Power from what lies beneath ... The icebe...
Ungagged 2015 Las Vegas 17 SEO, Conversion & Monetization Templates
Future Proofing Your SEO with Andy Crestodina
From semantic platforms to semantic apps
BrightonSEO Takeaways September 2017
Search V Next Final
Scaling organic growth by building products - Turing Fest 2018
Talent Sleuthing in the Intelligence Community - Jo Weech; recruitDC Spring 2018
Redlink - Semantic Technologies for News & Media
New routes for your contents: Dynamic Semantic Publishing for News & Media Pu...
SEO in the Age of Siri and Alexa
The Iceberg Approach - Power from what lies beneath in SEO for a mobile-first...
Machine Learning for Marketers - CTAConf 2019
The Relationship Between SEO & Content
miKrow presentation at ESWC2011
Content Strategy Applied Deck (Oct 17)
Ad

More from Andrea Volpini (20)

PDF
Seo automation using gpt 3 and transformer-based language models
PDF
Schema Markup Essentials by Semrush
PDF
How AI/ML Can Supercharge Your SEO (a TNW round table)
PDF
Wordlift Roadmap for 2018
PDF
Is semantic markup really helping websites improve their online visibility?
PDF
WordLift - SEMANTiCS 2016
PDF
New Thinking in the Practice of Digital Journalism
PDF
Web Storytelling and Open Data Publishing for Tourism
PDF
What do we want computers to do for us?
PDF
Semantic SEO in the post Hummingbird Era and WordLift
PDF
Semantic SEO nell’Era Post Hummingbird e WordLift 3.0
PDF
Linked Open GeoData for Enel Drive (W3C LOD2014)
PDF
WordLift 3.0 - Dynamic Semantic Publishing for WordPress
PDF
Hybrid TV & OTT TV for Telco 3.0
PDF
Wordlift 2.5 Sneak-Peek
PDF
RedLink GmbH (Introduction)
PDF
HelixCloud Webinar
PDF
Semantic Marketing
PDF
WordLift 2.0 presented on the Semantic Web Meetup in Rome
PDF
Google Currents
Seo automation using gpt 3 and transformer-based language models
Schema Markup Essentials by Semrush
How AI/ML Can Supercharge Your SEO (a TNW round table)
Wordlift Roadmap for 2018
Is semantic markup really helping websites improve their online visibility?
WordLift - SEMANTiCS 2016
New Thinking in the Practice of Digital Journalism
Web Storytelling and Open Data Publishing for Tourism
What do we want computers to do for us?
Semantic SEO in the post Hummingbird Era and WordLift
Semantic SEO nell’Era Post Hummingbird e WordLift 3.0
Linked Open GeoData for Enel Drive (W3C LOD2014)
WordLift 3.0 - Dynamic Semantic Publishing for WordPress
Hybrid TV & OTT TV for Telco 3.0
Wordlift 2.5 Sneak-Peek
RedLink GmbH (Introduction)
HelixCloud Webinar
Semantic Marketing
WordLift 2.0 presented on the Semantic Web Meetup in Rome
Google Currents

Recently uploaded (20)

PDF
Pay-Per-Click Marketing: Strategies That Actually Work in 2025
PPTX
Assignment 2 Task 1 - How Consumers Use Technology and Its Impact on Their Lives
PDF
E_Book_Customer_Relation_Management_0.pdf
PPTX
The evolution of the internet - its impacts on consumers
PDF
EVOLUTION OF RURAL MARKETING IN INDIAN CIVILIZATION
PPTX
Best Digital marketing service provider in Chandigarh.pptx
PDF
Hidden gems in Microsoft ads with Navah Hopkins
PPTX
Ipsos+Protocols+Playbook+V1.2+(DEC2024)+final+IntClientUseOnly.pptx
PDF
Unit 1 -2 THE 4 As of RURAL MARKETING MIX.pdf
PDF
Future Retail Disruption Trends and Observations
PDF
UNIT 2 - 5 DISTRIBUTION IN RURAL MARKETS.pdf
PPTX
Amazon - STRATEGIC.......................pptx
PDF
How the Minnesota Vikings Used Community to Drive 170% Growth and Acquire 34K...
PDF
Building a strong social media presence.
DOCX
Parkville marketing plan .......MR.docx
PPTX
Ranking a Webpage with SEO (And Tracking It with the Right Attribution Type a...
PPTX
Fixing-AI-Hallucinations-The-NeuroRanktm-Approach.pptx
PDF
MARG’s Door & Window Hardware Catalogue | Trending Branding Digital Solutions
PDF
Prove and Prioritize Profitability in Every Marketing Campaign - Zach Sherrod...
PDF
Proven AI Visibility: From SEO Strategy To GEO Tactics
Pay-Per-Click Marketing: Strategies That Actually Work in 2025
Assignment 2 Task 1 - How Consumers Use Technology and Its Impact on Their Lives
E_Book_Customer_Relation_Management_0.pdf
The evolution of the internet - its impacts on consumers
EVOLUTION OF RURAL MARKETING IN INDIAN CIVILIZATION
Best Digital marketing service provider in Chandigarh.pptx
Hidden gems in Microsoft ads with Navah Hopkins
Ipsos+Protocols+Playbook+V1.2+(DEC2024)+final+IntClientUseOnly.pptx
Unit 1 -2 THE 4 As of RURAL MARKETING MIX.pdf
Future Retail Disruption Trends and Observations
UNIT 2 - 5 DISTRIBUTION IN RURAL MARKETS.pdf
Amazon - STRATEGIC.......................pptx
How the Minnesota Vikings Used Community to Drive 170% Growth and Acquire 34K...
Building a strong social media presence.
Parkville marketing plan .......MR.docx
Ranking a Webpage with SEO (And Tracking It with the Right Attribution Type a...
Fixing-AI-Hallucinations-The-NeuroRanktm-Approach.pptx
MARG’s Door & Window Hardware Catalogue | Trending Branding Digital Solutions
Prove and Prioritize Profitability in Every Marketing Campaign - Zach Sherrod...
Proven AI Visibility: From SEO Strategy To GEO Tactics

AI-powered SEO - Structured Data & Semantics - WordLift for SMXL Milan 2017

  • 1. 14, NOVEMBER 2017 Andrea Volpini Co-founder & CEO at WordLift AI-Powered SEO Build Your Own Knowledge Graph and make your content easy to be found.
  • 2. I help publishers expand traffic with ...using semantic web technologies an organic sustainable growth semantic web @cyberandywww.smxl.it #SMXLmilan
  • 3. Keep readers engaged by helping machines understand what your content is about +18.47% New Users from Google +17.3% Avg. Time Spent +13.75% Session Duration after 3 months on a design blog from Poland readers engaged @cyberandywww.smxl.it #SMXLmilan ! download the research paper "
  • 6. How many of you are using semantic markup? Insights from our favorite crawler +
  • 8. How long would it take to mention all relevant concepts in an article using Schema? relevant concepts Schema @cyberandywww.smxl.it #SMXLmilan
  • 9. What is Linguistic Semantics?
 A preliminary introduction
  • 11. Sharing Meaning Across the Globe 
 Here Comes the Semantic Web
  • 12. Martha Andy birthPlace Italy Website A Website B Website C knows Linked Data @cyberandywww.smxl.it #SMXLmilan
  • 13. Computers use URLs as unique identifiers ANDY ENTERS 
 LINKED DATA http://mywebsite.com/Andy Andy presents himself to computers using a Linked Data persistent URL unique identifiers @cyberandywww.smxl.it #SMXLmilan
  • 14. RDF in a nutshell 1. Assign URIs to entities (“things”) ○ Example: Andy the Person as the URI ns:Andy 2. Link entities using typed links (triples) ○ Example: ns:Andy, type, Person 3. An RDF model is a set of triples in a machine readable format 4. Publish on the web ns:Andy <schema:Person> <Entiy> “Andrea Volpini” subClassof rdf:type rdfs:label RDF @cyberandywww.smxl.it #SMXLmilan
  • 15. 5-stars linked data markup5 stars linked data @cyberandywww.smxl.it #SMXLmilan
  • 16. While you write, WordLift… ☝Runs a full text analysis a. WordLift analyses the content of an article and identifies matching entities and topics from large big data graphs such as Dbpedia, Freebase and Geonames or from the user’s internal vocabulary b. All extracted concepts are organized in four categories: Who (Person, Organization), Where (Place), When (Event), What (Creative Work, Product, Intangible) ✌Transforms articles into an 5-stars linked data graph that machines can process % Provides meaningful recommendations to let readers explore your content @cyberandywww.smxl.it #SMXLmilan
  • 17. How 5-stars Linked Data affects findability Search is Everywhere
  • 18. “Findability” is not simply SEO It’s the ability to find and use content by establishing a context, by making content easier to be found and by guiding the user to the “next steps” Building conversational interfaces that plug into Google Assistant, Cortana and Amazon Echo is part of this process @cyberandywww.smxl.it #SMXLmilan
  • 19. Ok Google, what is personal assistant search optimization ? personal assistant search optimization @cyberandywww.smxl.it #SMXLmilan
  • 20. “Findability” in the era of Semantic Search Answer #2 2 links instead of 1 Interpretation Search Intent @cyberandywww.smxl.it #SMXLmilan
  • 21. Input Features @cyberandywww.smxl.it #SMXLmilan How can a computer understand human language?
  • 22. Intent Knowledge Answer “When is SMXL Milan 2017 taking place?” “type”: “event” “date-time”: “startDate” … Interpretation Google gets the answer from the graph-based representation of knowledge (subject-predicate-object describing the event) that are found in our webpage subject-predicate-object @cyberandywww.smxl.it #SMXLmilan Where does this answer come from?
  • 23. author Entity Schema.Org - Make Your Data Shine AUTHORSHIP MATTERS URL Article Website @cyberandywww.smxl.it #SMXLmilan
  • 24. The will be shown as a backlink of Boris’s website in the Google Search consol ! Article Schema.Org - Let’s look at the data Google Search Console @cyberandywww.smxl.it #SMXLmilan
  • 25. Moving from building pages to creating structured data helps you create relationships between entities that matters. Connecting all information related to an event like SMXL Milan across multiple pages has been strategic to stand out on Google search. ● Increased dwell time ● Enriched user experience with improved navigation ● New ways to engage readers with conversational interfaces RELATIONSHIPS REALLY MATTER @cyberandywww.smxl.it #SMXLmilan The Entity Based Content Model
  • 26. Ok Google, what is an entity in WordLift? entity WordLift @cyberandywww.smxl.it #SMXLmilan
  • 27. Let’s have a look at how content is organized SMXL Milan 2017 <Event> Andrea Volpini <Person> Richard Wallis <Person> Martha van Berkel <Person > URL image type relation relation relation Metadata Pillar Content Cluster Content @cyberandywww.smxl.it #SMXLmilan
  • 28. … Wait, is this content or data? It’s both! <Person> <Person> <Person> <Event> Domain Specific Knowledge (Domain Entities and Properties) Meta Knowledge (Classes/Concepts) subclassOfsubclassOf subclassOf subclassOf<Place> <Entity> subclassOf @cyberandywww.smxl.it #SMXLmilan
  • 29. How to make your website talk Long Live AI - The Web is dying and bots will be the new Websites
  • 30. WordLift: all you need to knowChatbots intent USER KNOWLEDGE (WEBSITE &NLP & BOTMESSAGING answer intent + context query resultsresponse PLATFORM FRAMEWORK DATA GRAPH) @cyberandywww.smxl.it #SMXLmilan
  • 31. Chatbots: a simple use-case “When is SMXL 2017 taking place?” USER KNOWLEDGE (WEBSITE & DATA GRAPH) NLP & BOT FRAMEWORK MESSAGIN G PLATFORM “The event will start November the 13th” @fact-category = webinar @sys.date-time = startDate Surface = Phone curl 
 'https://wordlift.io/blog/en/wp- admin/admin-ajax.php' --data 'action=wl_jsonld&id=5758' "startDate": "2017-11-13" Text response + “startDate” We use the same on-page structured data that Google uses on its SERP Chatbots @cyberandywww.smxl.it #SMXLmilan
  • 32. @fact-category Interpretation SPARQL Query Result SELECT * WHERE { BIND( <http://schema.org/Event> as ?type ) ?subject a ?type ; rdfs:label ?label ; schema:startDate ?startDate . FILTER ( xsd:dateTime( ?startDate ) > now() )} We use a query language called SPARQL to compute the results “When are the next events ?” Chatbots: a more advanced way of pulling data from your graph Chatbots next @sys.date-period events @fact-category @cyberandywww.smxl.it #SMXLmilan
  • 33. 1. By entity >> (show me all content on AI) 2. By date >> (show me all contents on AI written in the last two weeks) 3. By engagement >> (show me all contents on AI that have more than 20 interactions) 4. By author >> (show me last 10 articles by Ben Dickso n on AI) 5. By type >> (show me all articles that have to do with our events) 6. By class >> (show me all articles that have to do with dbo:Software) WordLift Knowledge Graph - Querying Capabilities AI AI last two weeks AI Ben Dickson AI events dbo:Software @cyberandywww.smxl.it #SMXLmilan
  • 34. Get smarter with your own data Semantics on Analytics: let’s turn entities into insights
  • 35. <EVENT SPARQL QUERY GOES HERE> Sessions by EntitiesSessions Entities @cyberandywww.smxl.it #SMXLmilan
  • 36. When does harvest (ernte in German) peak? @cyberandywww.smxl.it #SMXLmilan harvest
  • 38. @cyberandywww.smxl.it #SMXLmilan Hey Google, talk to Doctor Search Marketing
  • 39. Andrea Volpini 
 andrea@wordlift.io https://wordlift.io https://github.com/insideout10/wordlift-plugin
 This work is licensed under a Creative Commons Attribution 4.0 International License. @cyberandywww.smxl.it #SMXLmilan
  • 40. “I don't believe you”, is the first thing I said to the Wordlift team when they told me what their plugin could do. For us, as a publisher of business articles and a total dedication to original content, the benefits seemed almost too good to be true. Creating good content is hard enough in itself. Plugins like Wordlift make us feel like that effort isn’t in vain and our stories will be found by the right people, bringing them inspiration and knowledge. Your Content deserves this. Ramia Marielle El Agamy, Editor-in-Chief at Tharawat Magazine