SlideShare a Scribd company logo
1 of 37
Download to read offline
Libraries in Search Engines
Search Engine Optimization (SEO) for
Libraries
NCompass Live
Nebraska Library Commission
September 18, 2013
Jason Clark
Head of Digital Access & Web Services
Montana State University Library
Scott Young: Digital Initiatives Librarian at Montana State University. Scott works to
make information more open and accessible through front-end web development,
semantic web development, user experience research, and social media. Catch up with
him on Twitter @hello_scott_.
Jason Clark: Head of Digital Access and Web Services at Montana State University
Library
Patrick O’Brien: Semantic Web Research Director at Montana State University Library.
Kenning Arlitsch: Dean of the Library at Montana State University. His book, co-
authored with Patrick OBrien is titled Improving the Visibility and Use of Digital
Repositories through SEO, and was published in February 2013. He occasionally tweets
from @kenning_msu.
A Research Team Effort
pinboard.in tag
pinboard.in/u:jasonclark/t:libseo/
twitter as channel (#hashtag)
@jaclark #libseo
Overview
•What is Search Engine Optimization
(SEO)?
•Black Hat vs. White Hat SEO
•Why do SEO?
•Baseline SEO techniques
•Questions
Search Engine Optimization
•The act of creating indexable and
crawlable content for commercial search
engine robots
SEO
Black Hat SEO
http://www.flickr.com/photos/22245459@N06/2386354917
https://en.wikipedia.org/wiki/Clark_Stanley
Black Hat SEO
•Creation of "shadow" domains that funnel
users to a site by using deceptive
redirects.
•"Doorway" pages loaded with keywords
•Link “farms” - pages without real content
•Hidden markup stuffed with keywords
White Hat SEO
•Approved SEO techniques
•Based on search engine guidelines and
documentation for indexing
•Align with user’s expectations for a search
result
http://www.w3.org/History/19921103-hypertext/hypertext/WWW/Link.html
Terms: HTML + CSS
Does everybody know what these elements are?
CSS
- style rules for HTML documents
HTML
- markup tags that structure docs
- browsers read them and display according to rules
"Discovery happens elsewhere."
- Lorcan Dempsey (in 2007)
Vice President and Chief Strategist of the Online Computer Library Center (OCLC)
http://orweblog.oclc.org/archives/001430.html
"Search engines continue to dominate, topping
the list of electronic sources most used to find
online content (93%), followed closely by
Wikipedia (88%). The key difference in usage
between search engines and Wikipedia is the
frequency - 75% of students who use search
engines do so daily, compared to 20% of those
who use Wikipedia."
Perceptions of Libraries, 2010: Context and Community: a Report to the
OCLC Membership. OCLC, 2011.
http://www.oclc.org/content/dam/oclc/reports/2010perceptions/2010perceptions_all_singlepage.pdf
http://www.oclc.org/content/dam/oclc/reports/2010perceptions/collegestudents.pdf
SEO - Baseline Techniques
● Keyword analysis
● Writing titles and descriptions
● Creating indexable content
○ - sitemaps, linked architecture
● Reduce noise in the index
○ - rel canonical, noindex nofollow
● Introduce semantic markup
Keyword Analysis
• Research your market
• Write or rewrite your web copy, titles,
descriptions based on this research
• Set up Google Adwords Account
•Keyword Planner
Writing Titles and Descriptions
Writing web copy for the robot and the human
<title></title>
<meta name=”description” />
Writing Titles and Descriptions
Title
"Keyword Phrase | Context"
Example:
“Staff Directory and People Listing: Montana
State University MSU Library”
Writing Titles and Descriptions
Description
a short, declarative sentence that incorporates
your keywords, as you laid it out in your page
title
Example:
"A listing of staff employed at Montana State
University MSU Library including library
departments, roles, job titles, phone numbers
and contact information."
Creating Indexable Content
• Clear hierarchy and site architecture
• Directory in URL shows hierarchy
• Breadcrumb links
“Every page should be reachable from at
least one static text link.”
https://support.google.com/webmasters/answer/35769
Creating Indexable Content
• Set up machine-readable sitemap
• Listing all pages that you want to be
indexed and indexing priorities for those
pages
“Google adheres to Sitemap Protocol 0.9 as
defined by sitemaps.org.”
https://support.google.com/webmasters/answer/156184
Creating Indexable Content
• Set up machine-readable sitemap
• Listing all pages that you want to be
indexed and indexing priorities for those
pages
“Google adheres to Sitemap Protocol 0.9 as
defined by sitemaps.org.”
https://support.google.com/webmasters/answer/156184
Reduce “Noise” in the Index
• Redundant content
• Dynamic pages, search result pages
• Not every page is unique
Techniques:
1. robots.txt directives
2. link relations and index directive markup
Reduce “Noise” in the Index
robots.txt
• set of commands in text file at top level of
your site
Disallow: /staff/
#allow primary mobile page
Allow: /finding-aids/m/index.php
Allow: /finding-aids/m/$
Reduce “Noise” in the Index
Link relations and index directive markup
• markup that identifies canonicalization or
whether to index a page
<link rel="canonical"
href="http://arc.lib.montana.edu/finding-
aids/item/23" />
<a rel="nofollow"
href="http://arc.lib.montana.edu/finding-
aids/item/23"></a>
<meta name="robots" content="nofollow,noindex" />
Introducing Semantic Markup
• HTML5 semantic tags and microdata that
helps classify page types and types of
content on the page
“If Google understands the content on your
pages, we can create rich snippets—detailed
information intended to help users with
specific queries.”
https://support.google.com/webmasters/answer/99170?hl=en&ref_topic=1088472
BM (Before Microdata)
AM (After Microdata)
<dl>
<dt>Title</dt>
<dd>A River Runs Through It and Other
Stories</dd>
<dt>Author</dt>
<dd>Norman Maclean</dd>
<dt>Publication date</dt>
<dd>October 1, 2001</dd>
<dt>ID</dt>
<dd>0226500667</dd>
</dl>
<dl itemscope itemtype="http://schema.org/Book">
<dt>Title</dt>
<dd itemprop="title">A River Runs Through It and
Other Stories</dd>
<dt>Author</dt>
<dd itemprop="author">Norman Maclean</dd>
<dt>Publication date</dt>
<dd itemprop="pubdate">October 1, 2001</dd>
<dt>ID</dt>
<dd itemprop="isbn">0226500667</dd>
</dl>
Schema.org
A lingua franca for web classification and markup
Google, Bing, Yahoo
SEO in Libraries
Arlitsch, Kenning, and Patrick S. O'Brien. "Invisible
institutional repositories: Addressing the low indexing
ratios of IRs in Google Scholar." Library Hi Tech 30.1
(2012): 60-81.
Onaifo, Daniel, and Diane Rasmussen. "Increasing
libraries' content findability on the web with search
engine optimization." Library Hi Tech 31.1 (2013): 87-
108.
Arlitsch, Kenning, and Patrick S. O'Brien. Improving the
Visibility and Use of Digital Repositories Through Seo: A
Lita Guide. Chicago: ALA TechSource, 2013. Print.
Questions?
twitter.com/jaclark
www.lib.montana.edu/~jason/talks.php

More Related Content

What's hot

Promises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library CatalogsPromises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library CatalogsEmily Nimsakont
 
How Libraries Use Publisher Metadata Redux (Steven Shadle)
How Libraries Use Publisher Metadata Redux (Steven Shadle)How Libraries Use Publisher Metadata Redux (Steven Shadle)
How Libraries Use Publisher Metadata Redux (Steven Shadle)Charleston Conference
 
Web 2.0...it’s okay to play!
Web 2.0...it’s okay to play!Web 2.0...it’s okay to play!
Web 2.0...it’s okay to play!daveyp
 
Exploring a world of networked information built from free-text metadata
Exploring a world of networked information built from free-text metadataExploring a world of networked information built from free-text metadata
Exploring a world of networked information built from free-text metadataShenghui Wang
 
What is Linked Data, and What Does It Mean for Libraries?
What is Linked Data, and What Does It Mean for Libraries?What is Linked Data, and What Does It Mean for Libraries?
What is Linked Data, and What Does It Mean for Libraries?Emily Nimsakont
 
User Responses to Finding Aids
User Responses to Finding AidsUser Responses to Finding Aids
User Responses to Finding Aidsamandajholgate
 
Online Collections Crawlability for Libraries, Archives, and Museums
Online Collections Crawlability for Libraries, Archives, and MuseumsOnline Collections Crawlability for Libraries, Archives, and Museums
Online Collections Crawlability for Libraries, Archives, and Museumsmherbison
 
Enhancing HIP
Enhancing HIPEnhancing HIP
Enhancing HIPdaveyp
 
Interoperability and Its Role In Standardization, Plus A ResourceSync Overview
Interoperability and Its Role In Standardization, Plus A ResourceSync OverviewInteroperability and Its Role In Standardization, Plus A ResourceSync Overview
Interoperability and Its Role In Standardization, Plus A ResourceSync OverviewPeter Murray
 
The Power of Sharing Linked Data: Bibliothekartag 2014
The Power of Sharing Linked Data: Bibliothekartag 2014The Power of Sharing Linked Data: Bibliothekartag 2014
The Power of Sharing Linked Data: Bibliothekartag 2014Richard Wallis
 
The Future of the OPAC...?
The Future of the OPAC...?The Future of the OPAC...?
The Future of the OPAC...?daveyp
 
Let's Get Visible! with Karla Smith, Winnefox Library System
Let's Get Visible! with Karla Smith, Winnefox Library SystemLet's Get Visible! with Karla Smith, Winnefox Library System
Let's Get Visible! with Karla Smith, Winnefox Library SystemWiLS
 
User centred design and students' library search behaviours
User centred design and students' library search behavioursUser centred design and students' library search behaviours
User centred design and students' library search behavioursVernon Fowler
 
Offline First Applications
Offline First ApplicationsOffline First Applications
Offline First Applicationstechmaddy
 
Consuming Linked Data 4/5 Semtech2011
Consuming Linked Data 4/5 Semtech2011Consuming Linked Data 4/5 Semtech2011
Consuming Linked Data 4/5 Semtech2011Juan Sequeda
 

What's hot (20)

Promises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library CatalogsPromises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library Catalogs
 
Library Linked Data and the Future of Bibliographic Control
Library Linked Data and the Future of Bibliographic ControlLibrary Linked Data and the Future of Bibliographic Control
Library Linked Data and the Future of Bibliographic Control
 
How Libraries Use Publisher Metadata Redux (Steven Shadle)
How Libraries Use Publisher Metadata Redux (Steven Shadle)How Libraries Use Publisher Metadata Redux (Steven Shadle)
How Libraries Use Publisher Metadata Redux (Steven Shadle)
 
Web 2.0...it’s okay to play!
Web 2.0...it’s okay to play!Web 2.0...it’s okay to play!
Web 2.0...it’s okay to play!
 
Exploring a world of networked information built from free-text metadata
Exploring a world of networked information built from free-text metadataExploring a world of networked information built from free-text metadata
Exploring a world of networked information built from free-text metadata
 
What is Linked Data, and What Does It Mean for Libraries?
What is Linked Data, and What Does It Mean for Libraries?What is Linked Data, and What Does It Mean for Libraries?
What is Linked Data, and What Does It Mean for Libraries?
 
User Responses to Finding Aids
User Responses to Finding AidsUser Responses to Finding Aids
User Responses to Finding Aids
 
Search Engines
Search EnginesSearch Engines
Search Engines
 
Online Collections Crawlability for Libraries, Archives, and Museums
Online Collections Crawlability for Libraries, Archives, and MuseumsOnline Collections Crawlability for Libraries, Archives, and Museums
Online Collections Crawlability for Libraries, Archives, and Museums
 
Enhancing HIP
Enhancing HIPEnhancing HIP
Enhancing HIP
 
Interoperability and Its Role In Standardization, Plus A ResourceSync Overview
Interoperability and Its Role In Standardization, Plus A ResourceSync OverviewInteroperability and Its Role In Standardization, Plus A ResourceSync Overview
Interoperability and Its Role In Standardization, Plus A ResourceSync Overview
 
The Power of Sharing Linked Data: Bibliothekartag 2014
The Power of Sharing Linked Data: Bibliothekartag 2014The Power of Sharing Linked Data: Bibliothekartag 2014
The Power of Sharing Linked Data: Bibliothekartag 2014
 
The Future of the OPAC...?
The Future of the OPAC...?The Future of the OPAC...?
The Future of the OPAC...?
 
Let's Get Visible! with Karla Smith, Winnefox Library System
Let's Get Visible! with Karla Smith, Winnefox Library SystemLet's Get Visible! with Karla Smith, Winnefox Library System
Let's Get Visible! with Karla Smith, Winnefox Library System
 
User centred design and students' library search behaviours
User centred design and students' library search behavioursUser centred design and students' library search behaviours
User centred design and students' library search behaviours
 
Offline first geeknight
Offline first geeknightOffline first geeknight
Offline first geeknight
 
Offline First Applications
Offline First ApplicationsOffline First Applications
Offline First Applications
 
Google and their stance on Link Evolution
Google and their stance on Link EvolutionGoogle and their stance on Link Evolution
Google and their stance on Link Evolution
 
Consuming Linked Data 4/5 Semtech2011
Consuming Linked Data 4/5 Semtech2011Consuming Linked Data 4/5 Semtech2011
Consuming Linked Data 4/5 Semtech2011
 
NISO Webinar: The Future of Integrated Library Systems PART 2: User Interaction
NISO Webinar: The Future of Integrated Library Systems PART 2: User InteractionNISO Webinar: The Future of Integrated Library Systems PART 2: User Interaction
NISO Webinar: The Future of Integrated Library Systems PART 2: User Interaction
 

Viewers also liked

Big Talk From Small Libraries: Technology classes sequence
Big Talk From Small Libraries: Technology classes sequenceBig Talk From Small Libraries: Technology classes sequence
Big Talk From Small Libraries: Technology classes sequenceNebraska Library Commission
 
NCompass Live: Your Government Online: Independent Federal Government Agencies
NCompass Live: Your Government Online: Independent Federal Government AgenciesNCompass Live: Your Government Online: Independent Federal Government Agencies
NCompass Live: Your Government Online: Independent Federal Government AgenciesNebraska Library Commission
 
Big Talk From Small Libraries: Technology Classes at South Sioux City Public ...
Big Talk From Small Libraries: Technology Classes at South Sioux City Public ...Big Talk From Small Libraries: Technology Classes at South Sioux City Public ...
Big Talk From Small Libraries: Technology Classes at South Sioux City Public ...Nebraska Library Commission
 
Big Talk From Small Libraries: Budgeting Handout
Big Talk From Small Libraries: Budgeting HandoutBig Talk From Small Libraries: Budgeting Handout
Big Talk From Small Libraries: Budgeting HandoutNebraska Library Commission
 
Big Talk From Small Librarise: Programming on a Shoestring Budget
Big Talk From Small Librarise: Programming on a Shoestring BudgetBig Talk From Small Librarise: Programming on a Shoestring Budget
Big Talk From Small Librarise: Programming on a Shoestring BudgetNebraska Library Commission
 
NCompass Live: “Intended Process” as Director-Facilitated Trustee Education: ...
NCompass Live: “Intended Process” as Director-Facilitated Trustee Education: ...NCompass Live: “Intended Process” as Director-Facilitated Trustee Education: ...
NCompass Live: “Intended Process” as Director-Facilitated Trustee Education: ...Nebraska Library Commission
 

Viewers also liked (7)

Big Talk From Small Libraries: Technology classes sequence
Big Talk From Small Libraries: Technology classes sequenceBig Talk From Small Libraries: Technology classes sequence
Big Talk From Small Libraries: Technology classes sequence
 
NCompass Live: Your Government Online: Independent Federal Government Agencies
NCompass Live: Your Government Online: Independent Federal Government AgenciesNCompass Live: Your Government Online: Independent Federal Government Agencies
NCompass Live: Your Government Online: Independent Federal Government Agencies
 
Big Talk From Small Libraries: Technology Classes at South Sioux City Public ...
Big Talk From Small Libraries: Technology Classes at South Sioux City Public ...Big Talk From Small Libraries: Technology Classes at South Sioux City Public ...
Big Talk From Small Libraries: Technology Classes at South Sioux City Public ...
 
Big Talk From Small Libraries: Budgeting Handout
Big Talk From Small Libraries: Budgeting HandoutBig Talk From Small Libraries: Budgeting Handout
Big Talk From Small Libraries: Budgeting Handout
 
Big Talk From Small Librarise: Programming on a Shoestring Budget
Big Talk From Small Librarise: Programming on a Shoestring BudgetBig Talk From Small Librarise: Programming on a Shoestring Budget
Big Talk From Small Librarise: Programming on a Shoestring Budget
 
23 Things: The Next Generation
23 Things: The Next Generation23 Things: The Next Generation
23 Things: The Next Generation
 
NCompass Live: “Intended Process” as Director-Facilitated Trustee Education: ...
NCompass Live: “Intended Process” as Director-Facilitated Trustee Education: ...NCompass Live: “Intended Process” as Director-Facilitated Trustee Education: ...
NCompass Live: “Intended Process” as Director-Facilitated Trustee Education: ...
 

Similar to NCompass Live: Libraries in Search Engines: Search Engine Optimization (SEO) for Libraries

Web services and the Development of Semantic Applications
Web services and the Development of Semantic ApplicationsWeb services and the Development of Semantic Applications
Web services and the Development of Semantic ApplicationsTrish Whetzel
 
Internet Research: Finding Websites, Blogs, Wikis, and More
Internet Research: Finding Websites, Blogs, Wikis, and MoreInternet Research: Finding Websites, Blogs, Wikis, and More
Internet Research: Finding Websites, Blogs, Wikis, and Moreeclark131
 
Marc and beyond: 3 Linked Data Choices
 Marc and beyond: 3 Linked Data Choices  Marc and beyond: 3 Linked Data Choices
Marc and beyond: 3 Linked Data Choices Richard Wallis
 
Evaluation of Web Scale Discovery Services
Evaluation of Web Scale Discovery ServicesEvaluation of Web Scale Discovery Services
Evaluation of Web Scale Discovery ServicesNikesh Narayanan
 
Bioschemas Workshop
Bioschemas WorkshopBioschemas Workshop
Bioschemas WorkshopNiall Beard
 
Schema.org extension for biological database @ Biohackathon2013
Schema.org extension for biological database @ Biohackathon2013Schema.org extension for biological database @ Biohackathon2013
Schema.org extension for biological database @ Biohackathon2013Maori Ito
 
Three Linked Data choices for Libraries
Three Linked Data choices for LibrariesThree Linked Data choices for Libraries
Three Linked Data choices for LibrariesRichard Wallis
 
Exposing Library Content with the NISO Metasearch XML Gateway Protocol
Exposing Library Content with the NISO Metasearch XML Gateway ProtocolExposing Library Content with the NISO Metasearch XML Gateway Protocol
Exposing Library Content with the NISO Metasearch XML Gateway ProtocolElectronic Resources & Libraries
 
Building a Semantic search Engine in a library
Building a Semantic search Engine in a libraryBuilding a Semantic search Engine in a library
Building a Semantic search Engine in a librarySEECS NUST
 
Web2.0.2012 - lesson 8 - Google world
Web2.0.2012 - lesson 8 - Google worldWeb2.0.2012 - lesson 8 - Google world
Web2.0.2012 - lesson 8 - Google worldCarlo Vaccari
 
Study on Web Content Extraction Techniques
Study on Web Content Extraction TechniquesStudy on Web Content Extraction Techniques
Study on Web Content Extraction Techniquesijtsrd
 
Discovery bookmarklet - Metro Science Librarians SIG
Discovery bookmarklet - Metro Science Librarians SIGDiscovery bookmarklet - Metro Science Librarians SIG
Discovery bookmarklet - Metro Science Librarians SIGValerie Forrestal
 
Introduction to search engine optimzation
Introduction to search engine optimzationIntroduction to search engine optimzation
Introduction to search engine optimzationPrashant Sharma
 
Cloud web scale discovery services landscape an overview
Cloud web scale discovery services landscape an overviewCloud web scale discovery services landscape an overview
Cloud web scale discovery services landscape an overviewNikesh Narayanan
 
Structuring Serendipitous Collaboration - Nick Inglis at Collab365 Conference
Structuring Serendipitous Collaboration - Nick Inglis at Collab365 ConferenceStructuring Serendipitous Collaboration - Nick Inglis at Collab365 Conference
Structuring Serendipitous Collaboration - Nick Inglis at Collab365 ConferenceNick Inglis
 
Search Engine Optimization for the Research Librarian, or, How Librarians Can...
Search Engine Optimization for the Research Librarian, or, How Librarians Can...Search Engine Optimization for the Research Librarian, or, How Librarians Can...
Search Engine Optimization for the Research Librarian, or, How Librarians Can...melissagasparotto
 
CILIP Conference - x metadata evolution the final mile - Richard Wallis
CILIP Conference - x metadata evolution the final mile - Richard WallisCILIP Conference - x metadata evolution the final mile - Richard Wallis
CILIP Conference - x metadata evolution the final mile - Richard WallisCILIP
 
Metadata for media companies - Ebu master class, Helsinki 2.5.2016
Metadata for media companies - Ebu master class, Helsinki 2.5.2016Metadata for media companies - Ebu master class, Helsinki 2.5.2016
Metadata for media companies - Ebu master class, Helsinki 2.5.2016Micke Hindsberg
 

Similar to NCompass Live: Libraries in Search Engines: Search Engine Optimization (SEO) for Libraries (20)

Web services and the Development of Semantic Applications
Web services and the Development of Semantic ApplicationsWeb services and the Development of Semantic Applications
Web services and the Development of Semantic Applications
 
Internet Research: Finding Websites, Blogs, Wikis, and More
Internet Research: Finding Websites, Blogs, Wikis, and MoreInternet Research: Finding Websites, Blogs, Wikis, and More
Internet Research: Finding Websites, Blogs, Wikis, and More
 
Marc and beyond: 3 Linked Data Choices
 Marc and beyond: 3 Linked Data Choices  Marc and beyond: 3 Linked Data Choices
Marc and beyond: 3 Linked Data Choices
 
Evaluation of Web Scale Discovery Services
Evaluation of Web Scale Discovery ServicesEvaluation of Web Scale Discovery Services
Evaluation of Web Scale Discovery Services
 
Bioschemas Workshop
Bioschemas WorkshopBioschemas Workshop
Bioschemas Workshop
 
Schema.org extension for biological database @ Biohackathon2013
Schema.org extension for biological database @ Biohackathon2013Schema.org extension for biological database @ Biohackathon2013
Schema.org extension for biological database @ Biohackathon2013
 
Three Linked Data choices for Libraries
Three Linked Data choices for LibrariesThree Linked Data choices for Libraries
Three Linked Data choices for Libraries
 
Exposing Library Content with the NISO Metasearch XML Gateway Protocol
Exposing Library Content with the NISO Metasearch XML Gateway ProtocolExposing Library Content with the NISO Metasearch XML Gateway Protocol
Exposing Library Content with the NISO Metasearch XML Gateway Protocol
 
Building a Semantic search Engine in a library
Building a Semantic search Engine in a libraryBuilding a Semantic search Engine in a library
Building a Semantic search Engine in a library
 
Web2.0.2012 - lesson 8 - Google world
Web2.0.2012 - lesson 8 - Google worldWeb2.0.2012 - lesson 8 - Google world
Web2.0.2012 - lesson 8 - Google world
 
Study on Web Content Extraction Techniques
Study on Web Content Extraction TechniquesStudy on Web Content Extraction Techniques
Study on Web Content Extraction Techniques
 
Gaurav web mining
Gaurav web miningGaurav web mining
Gaurav web mining
 
Discovery bookmarklet - Metro Science Librarians SIG
Discovery bookmarklet - Metro Science Librarians SIGDiscovery bookmarklet - Metro Science Librarians SIG
Discovery bookmarklet - Metro Science Librarians SIG
 
Introduction to search engine optimzation
Introduction to search engine optimzationIntroduction to search engine optimzation
Introduction to search engine optimzation
 
Cloud web scale discovery services landscape an overview
Cloud web scale discovery services landscape an overviewCloud web scale discovery services landscape an overview
Cloud web scale discovery services landscape an overview
 
Structuring Serendipitous Collaboration - Nick Inglis at Collab365 Conference
Structuring Serendipitous Collaboration - Nick Inglis at Collab365 ConferenceStructuring Serendipitous Collaboration - Nick Inglis at Collab365 Conference
Structuring Serendipitous Collaboration - Nick Inglis at Collab365 Conference
 
Search Engine Optimization for the Research Librarian, or, How Librarians Can...
Search Engine Optimization for the Research Librarian, or, How Librarians Can...Search Engine Optimization for the Research Librarian, or, How Librarians Can...
Search Engine Optimization for the Research Librarian, or, How Librarians Can...
 
Seo
SeoSeo
Seo
 
CILIP Conference - x metadata evolution the final mile - Richard Wallis
CILIP Conference - x metadata evolution the final mile - Richard WallisCILIP Conference - x metadata evolution the final mile - Richard Wallis
CILIP Conference - x metadata evolution the final mile - Richard Wallis
 
Metadata for media companies - Ebu master class, Helsinki 2.5.2016
Metadata for media companies - Ebu master class, Helsinki 2.5.2016Metadata for media companies - Ebu master class, Helsinki 2.5.2016
Metadata for media companies - Ebu master class, Helsinki 2.5.2016
 

More from Nebraska Library Commission

NCompass Live: Program Planning with a Marketing Mindset
NCompass Live: Program Planning with a Marketing MindsetNCompass Live: Program Planning with a Marketing Mindset
NCompass Live: Program Planning with a Marketing MindsetNebraska Library Commission
 
Big Talk From Small Libraries 2024: Afterschool Meals Program: Sign-In Sheet ...
Big Talk From Small Libraries 2024: Afterschool Meals Program: Sign-In Sheet ...Big Talk From Small Libraries 2024: Afterschool Meals Program: Sign-In Sheet ...
Big Talk From Small Libraries 2024: Afterschool Meals Program: Sign-In Sheet ...Nebraska Library Commission
 
Big Talk From Small Libraries 2024: Afterschool Meals Program: Sign-In & Out ...
Big Talk From Small Libraries 2024: Afterschool Meals Program: Sign-In & Out ...Big Talk From Small Libraries 2024: Afterschool Meals Program: Sign-In & Out ...
Big Talk From Small Libraries 2024: Afterschool Meals Program: Sign-In & Out ...Nebraska Library Commission
 
Big Talk From Small Libraries 2024: Afterschool Meals Program: Leftover Meal ...
Big Talk From Small Libraries 2024: Afterschool Meals Program: Leftover Meal ...Big Talk From Small Libraries 2024: Afterschool Meals Program: Leftover Meal ...
Big Talk From Small Libraries 2024: Afterschool Meals Program: Leftover Meal ...Nebraska Library Commission
 
Big Talk From Small Libraries 2024: Afterschool Meals Program: Daily Meal Cou...
Big Talk From Small Libraries 2024: Afterschool Meals Program: Daily Meal Cou...Big Talk From Small Libraries 2024: Afterschool Meals Program: Daily Meal Cou...
Big Talk From Small Libraries 2024: Afterschool Meals Program: Daily Meal Cou...Nebraska Library Commission
 
Big Talk From Small Libraries 2024: Afterschool Meals Program: Allergies & ...
Big Talk From Small Libraries 2024:  Afterschool Meals  Program: Allergies & ...Big Talk From Small Libraries 2024:  Afterschool Meals  Program: Allergies & ...
Big Talk From Small Libraries 2024: Afterschool Meals Program: Allergies & ...Nebraska Library Commission
 
Big Talk From Small Libraries 2024: Memory Cafés: A Community Program
Big Talk From Small Libraries 2024:  Memory Cafés: A Community ProgramBig Talk From Small Libraries 2024:  Memory Cafés: A Community Program
Big Talk From Small Libraries 2024: Memory Cafés: A Community ProgramNebraska Library Commission
 
Big Talk From Small Libraries 2024: Genrefying your Public Library
Big Talk From Small Libraries 2024:  Genrefying your Public LibraryBig Talk From Small Libraries 2024:  Genrefying your Public Library
Big Talk From Small Libraries 2024: Genrefying your Public LibraryNebraska Library Commission
 
Big Talk From Small Libraries 2024: Case Study: Implementing an Afterschool ...
Big Talk From Small Libraries 2024:  Case Study: Implementing an Afterschool ...Big Talk From Small Libraries 2024:  Case Study: Implementing an Afterschool ...
Big Talk From Small Libraries 2024: Case Study: Implementing an Afterschool ...Nebraska Library Commission
 
Big Talk From Small Libraries 2024: Farmer’s Day Fundraising
Big Talk From Small Libraries 2024: Farmer’s Day FundraisingBig Talk From Small Libraries 2024: Farmer’s Day Fundraising
Big Talk From Small Libraries 2024: Farmer’s Day FundraisingNebraska Library Commission
 
Big Talk From Small Libraries 2024: Towering Bookstacks and Heavy Doors: Less...
Big Talk From Small Libraries 2024: Towering Bookstacks and Heavy Doors: Less...Big Talk From Small Libraries 2024: Towering Bookstacks and Heavy Doors: Less...
Big Talk From Small Libraries 2024: Towering Bookstacks and Heavy Doors: Less...Nebraska Library Commission
 
Big Talk From Small Libraries 2024: Accepting Credit Cards with PayPort
Big Talk From Small Libraries 2024: Accepting Credit Cards with PayPortBig Talk From Small Libraries 2024: Accepting Credit Cards with PayPort
Big Talk From Small Libraries 2024: Accepting Credit Cards with PayPortNebraska Library Commission
 
Big Talk From Small Libraries 2024: Leveraging Student Projects and Organizat...
Big Talk From Small Libraries 2024: Leveraging Student Projects and Organizat...Big Talk From Small Libraries 2024: Leveraging Student Projects and Organizat...
Big Talk From Small Libraries 2024: Leveraging Student Projects and Organizat...Nebraska Library Commission
 
NCompass Live: Winning Grants for Your Library Programming
NCompass Live: Winning Grants for Your Library ProgrammingNCompass Live: Winning Grants for Your Library Programming
NCompass Live: Winning Grants for Your Library ProgrammingNebraska Library Commission
 
NCompass Live: ConnectEd Nebraska: Bridging the Digital Divide through Innova...
NCompass Live: ConnectEd Nebraska: Bridging the Digital Divide through Innova...NCompass Live: ConnectEd Nebraska: Bridging the Digital Divide through Innova...
NCompass Live: ConnectEd Nebraska: Bridging the Digital Divide through Innova...Nebraska Library Commission
 
NCompass Live: Best of the Best Teen Reads of 2023
NCompass Live: Best of the Best Teen Reads of 2023NCompass Live: Best of the Best Teen Reads of 2023
NCompass Live: Best of the Best Teen Reads of 2023Nebraska Library Commission
 

More from Nebraska Library Commission (20)

NCompass Live: Program Planning with a Marketing Mindset
NCompass Live: Program Planning with a Marketing MindsetNCompass Live: Program Planning with a Marketing Mindset
NCompass Live: Program Planning with a Marketing Mindset
 
Big Talk From Small Libraries 2024: Afterschool Meals Program: Sign-In Sheet ...
Big Talk From Small Libraries 2024: Afterschool Meals Program: Sign-In Sheet ...Big Talk From Small Libraries 2024: Afterschool Meals Program: Sign-In Sheet ...
Big Talk From Small Libraries 2024: Afterschool Meals Program: Sign-In Sheet ...
 
Big Talk From Small Libraries 2024: Afterschool Meals Program: Sign-In & Out ...
Big Talk From Small Libraries 2024: Afterschool Meals Program: Sign-In & Out ...Big Talk From Small Libraries 2024: Afterschool Meals Program: Sign-In & Out ...
Big Talk From Small Libraries 2024: Afterschool Meals Program: Sign-In & Out ...
 
Big Talk From Small Libraries 2024: Afterschool Meals Program: Leftover Meal ...
Big Talk From Small Libraries 2024: Afterschool Meals Program: Leftover Meal ...Big Talk From Small Libraries 2024: Afterschool Meals Program: Leftover Meal ...
Big Talk From Small Libraries 2024: Afterschool Meals Program: Leftover Meal ...
 
Big Talk From Small Libraries 2024: Afterschool Meals Program: Daily Meal Cou...
Big Talk From Small Libraries 2024: Afterschool Meals Program: Daily Meal Cou...Big Talk From Small Libraries 2024: Afterschool Meals Program: Daily Meal Cou...
Big Talk From Small Libraries 2024: Afterschool Meals Program: Daily Meal Cou...
 
Big Talk From Small Libraries 2024: Afterschool Meals Program: Allergies & ...
Big Talk From Small Libraries 2024:  Afterschool Meals  Program: Allergies & ...Big Talk From Small Libraries 2024:  Afterschool Meals  Program: Allergies & ...
Big Talk From Small Libraries 2024: Afterschool Meals Program: Allergies & ...
 
Big Talk From Small Libraries 2024: Memory Cafés: A Community Program
Big Talk From Small Libraries 2024:  Memory Cafés: A Community ProgramBig Talk From Small Libraries 2024:  Memory Cafés: A Community Program
Big Talk From Small Libraries 2024: Memory Cafés: A Community Program
 
Big Talk From Small Libraries 2024: Genrefying your Public Library
Big Talk From Small Libraries 2024:  Genrefying your Public LibraryBig Talk From Small Libraries 2024:  Genrefying your Public Library
Big Talk From Small Libraries 2024: Genrefying your Public Library
 
Big Talk From Small Libraries 2024: Case Study: Implementing an Afterschool ...
Big Talk From Small Libraries 2024:  Case Study: Implementing an Afterschool ...Big Talk From Small Libraries 2024:  Case Study: Implementing an Afterschool ...
Big Talk From Small Libraries 2024: Case Study: Implementing an Afterschool ...
 
Big Talk From Small Libraries 2024: Farmer’s Day Fundraising
Big Talk From Small Libraries 2024: Farmer’s Day FundraisingBig Talk From Small Libraries 2024: Farmer’s Day Fundraising
Big Talk From Small Libraries 2024: Farmer’s Day Fundraising
 
Big Talk From Small Libraries 2024: Towering Bookstacks and Heavy Doors: Less...
Big Talk From Small Libraries 2024: Towering Bookstacks and Heavy Doors: Less...Big Talk From Small Libraries 2024: Towering Bookstacks and Heavy Doors: Less...
Big Talk From Small Libraries 2024: Towering Bookstacks and Heavy Doors: Less...
 
Big Talk From Small Libraries 2024: Accepting Credit Cards with PayPort
Big Talk From Small Libraries 2024: Accepting Credit Cards with PayPortBig Talk From Small Libraries 2024: Accepting Credit Cards with PayPort
Big Talk From Small Libraries 2024: Accepting Credit Cards with PayPort
 
Big Talk From Small Libraries 2024: Leveraging Student Projects and Organizat...
Big Talk From Small Libraries 2024: Leveraging Student Projects and Organizat...Big Talk From Small Libraries 2024: Leveraging Student Projects and Organizat...
Big Talk From Small Libraries 2024: Leveraging Student Projects and Organizat...
 
NCompass Live: Winning Grants for Your Library Programming
NCompass Live: Winning Grants for Your Library ProgrammingNCompass Live: Winning Grants for Your Library Programming
NCompass Live: Winning Grants for Your Library Programming
 
NCompass Live: ConnectEd Nebraska: Bridging the Digital Divide through Innova...
NCompass Live: ConnectEd Nebraska: Bridging the Digital Divide through Innova...NCompass Live: ConnectEd Nebraska: Bridging the Digital Divide through Innova...
NCompass Live: ConnectEd Nebraska: Bridging the Digital Divide through Innova...
 
NCompass Live: WiFi In the Library
NCompass Live: WiFi In the LibraryNCompass Live: WiFi In the Library
NCompass Live: WiFi In the Library
 
NCompass Live: Best of the Best Teen Reads of 2023
NCompass Live: Best of the Best Teen Reads of 2023NCompass Live: Best of the Best Teen Reads of 2023
NCompass Live: Best of the Best Teen Reads of 2023
 
NCompass Live: Auditing Library Websites
NCompass Live: Auditing Library WebsitesNCompass Live: Auditing Library Websites
NCompass Live: Auditing Library Websites
 
NCompass Live: Meet the NLC, Part 2
NCompass Live: Meet the NLC, Part 2NCompass Live: Meet the NLC, Part 2
NCompass Live: Meet the NLC, Part 2
 
NCompass Live: Meet the NLC, Part 1
NCompass Live: Meet the NLC, Part 1NCompass Live: Meet the NLC, Part 1
NCompass Live: Meet the NLC, Part 1
 

Recently uploaded

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 

Recently uploaded (20)

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 

NCompass Live: Libraries in Search Engines: Search Engine Optimization (SEO) for Libraries

  • 1. Libraries in Search Engines Search Engine Optimization (SEO) for Libraries NCompass Live Nebraska Library Commission September 18, 2013 Jason Clark Head of Digital Access & Web Services Montana State University Library
  • 2.
  • 3. Scott Young: Digital Initiatives Librarian at Montana State University. Scott works to make information more open and accessible through front-end web development, semantic web development, user experience research, and social media. Catch up with him on Twitter @hello_scott_. Jason Clark: Head of Digital Access and Web Services at Montana State University Library Patrick O’Brien: Semantic Web Research Director at Montana State University Library. Kenning Arlitsch: Dean of the Library at Montana State University. His book, co- authored with Patrick OBrien is titled Improving the Visibility and Use of Digital Repositories through SEO, and was published in February 2013. He occasionally tweets from @kenning_msu. A Research Team Effort
  • 5. twitter as channel (#hashtag) @jaclark #libseo
  • 6. Overview •What is Search Engine Optimization (SEO)? •Black Hat vs. White Hat SEO •Why do SEO? •Baseline SEO techniques •Questions
  • 7. Search Engine Optimization •The act of creating indexable and crawlable content for commercial search engine robots SEO
  • 10. Black Hat SEO •Creation of "shadow" domains that funnel users to a site by using deceptive redirects. •"Doorway" pages loaded with keywords •Link “farms” - pages without real content •Hidden markup stuffed with keywords
  • 11. White Hat SEO •Approved SEO techniques •Based on search engine guidelines and documentation for indexing •Align with user’s expectations for a search result
  • 13. Terms: HTML + CSS Does everybody know what these elements are? CSS - style rules for HTML documents HTML - markup tags that structure docs - browsers read them and display according to rules
  • 14. "Discovery happens elsewhere." - Lorcan Dempsey (in 2007) Vice President and Chief Strategist of the Online Computer Library Center (OCLC) http://orweblog.oclc.org/archives/001430.html
  • 15.
  • 16.
  • 17. "Search engines continue to dominate, topping the list of electronic sources most used to find online content (93%), followed closely by Wikipedia (88%). The key difference in usage between search engines and Wikipedia is the frequency - 75% of students who use search engines do so daily, compared to 20% of those who use Wikipedia." Perceptions of Libraries, 2010: Context and Community: a Report to the OCLC Membership. OCLC, 2011. http://www.oclc.org/content/dam/oclc/reports/2010perceptions/2010perceptions_all_singlepage.pdf http://www.oclc.org/content/dam/oclc/reports/2010perceptions/collegestudents.pdf
  • 18. SEO - Baseline Techniques ● Keyword analysis ● Writing titles and descriptions ● Creating indexable content ○ - sitemaps, linked architecture ● Reduce noise in the index ○ - rel canonical, noindex nofollow ● Introduce semantic markup
  • 19. Keyword Analysis • Research your market • Write or rewrite your web copy, titles, descriptions based on this research • Set up Google Adwords Account •Keyword Planner
  • 20. Writing Titles and Descriptions Writing web copy for the robot and the human <title></title> <meta name=”description” />
  • 21. Writing Titles and Descriptions Title "Keyword Phrase | Context" Example: “Staff Directory and People Listing: Montana State University MSU Library”
  • 22. Writing Titles and Descriptions Description a short, declarative sentence that incorporates your keywords, as you laid it out in your page title Example: "A listing of staff employed at Montana State University MSU Library including library departments, roles, job titles, phone numbers and contact information."
  • 23. Creating Indexable Content • Clear hierarchy and site architecture • Directory in URL shows hierarchy • Breadcrumb links “Every page should be reachable from at least one static text link.” https://support.google.com/webmasters/answer/35769
  • 24. Creating Indexable Content • Set up machine-readable sitemap • Listing all pages that you want to be indexed and indexing priorities for those pages “Google adheres to Sitemap Protocol 0.9 as defined by sitemaps.org.” https://support.google.com/webmasters/answer/156184
  • 25. Creating Indexable Content • Set up machine-readable sitemap • Listing all pages that you want to be indexed and indexing priorities for those pages “Google adheres to Sitemap Protocol 0.9 as defined by sitemaps.org.” https://support.google.com/webmasters/answer/156184
  • 26. Reduce “Noise” in the Index • Redundant content • Dynamic pages, search result pages • Not every page is unique Techniques: 1. robots.txt directives 2. link relations and index directive markup
  • 27. Reduce “Noise” in the Index robots.txt • set of commands in text file at top level of your site Disallow: /staff/ #allow primary mobile page Allow: /finding-aids/m/index.php Allow: /finding-aids/m/$
  • 28. Reduce “Noise” in the Index Link relations and index directive markup • markup that identifies canonicalization or whether to index a page <link rel="canonical" href="http://arc.lib.montana.edu/finding- aids/item/23" /> <a rel="nofollow" href="http://arc.lib.montana.edu/finding- aids/item/23"></a> <meta name="robots" content="nofollow,noindex" />
  • 29. Introducing Semantic Markup • HTML5 semantic tags and microdata that helps classify page types and types of content on the page “If Google understands the content on your pages, we can create rich snippets—detailed information intended to help users with specific queries.” https://support.google.com/webmasters/answer/99170?hl=en&ref_topic=1088472
  • 32. <dl> <dt>Title</dt> <dd>A River Runs Through It and Other Stories</dd> <dt>Author</dt> <dd>Norman Maclean</dd> <dt>Publication date</dt> <dd>October 1, 2001</dd> <dt>ID</dt> <dd>0226500667</dd> </dl>
  • 33. <dl itemscope itemtype="http://schema.org/Book"> <dt>Title</dt> <dd itemprop="title">A River Runs Through It and Other Stories</dd> <dt>Author</dt> <dd itemprop="author">Norman Maclean</dd> <dt>Publication date</dt> <dd itemprop="pubdate">October 1, 2001</dd> <dt>ID</dt> <dd itemprop="isbn">0226500667</dd> </dl>
  • 34. Schema.org A lingua franca for web classification and markup Google, Bing, Yahoo
  • 35. SEO in Libraries Arlitsch, Kenning, and Patrick S. O'Brien. "Invisible institutional repositories: Addressing the low indexing ratios of IRs in Google Scholar." Library Hi Tech 30.1 (2012): 60-81. Onaifo, Daniel, and Diane Rasmussen. "Increasing libraries' content findability on the web with search engine optimization." Library Hi Tech 31.1 (2013): 87- 108.
  • 36. Arlitsch, Kenning, and Patrick S. O'Brien. Improving the Visibility and Use of Digital Repositories Through Seo: A Lita Guide. Chicago: ALA TechSource, 2013. Print.