SlideShare a Scribd company logo
SEO BASICS
Foundations and Best Practices for
Search Engine Optimization
Experience Architect for ITHAKA
10 + years of practice
Design software, websites, services and multi-devices
Waterfall and Agile working environments
Government, Health Care, ECommerce, Higher Education
Former Digital Librarian
@atomaton
Data Centers
SEARCH RESULT
Title
The first blue line of any search
result is the title of the webpage.
Click the title to go to the site.
<title>
Title of Page | include keyword
or phrase close to the beginning
</title>
<meta name=“description”
content=“this is snippet text”>
Snippet
Below the URL is text that helps
show how the page relates to your
query. The words you search for will
show in bold to make it easier for
you to decide if the page has what
you're looking for.
URL
In green, you'll see the web
address of the site.
http://school.edu/use-hyphens
SEO DEFINITION
Achieving a high rank in the
search results of a search
engine organically
SEARCH EVOLUTION
1900s
Crawled once a month
end of month indexed
2010
introduced distributed indexing
2011
Machine learning
200 factors for signal boosting
2014
Synonym engine
2015
Mobile friendliness favored
600 updates a year
“Make pages primarily for users,
not for search engines. Don't
deceive your users or present
different content to search
engines than you display to users,
a practice commonly referred to
as "cloaking.”
UX
“Make a site with a clear
hierarchy and text links.”
“Every page should be
reachable from at least one
static text link.”
IA
“Create a useful,
information-rich site, and
write pages that clearly
and accurately describe
your content”
Content
Strategy
“Make sure that your <title>
elements and ALT attributes
are descriptive and
accurate.”
“Use keywords to create
descriptive, human-friendly
URLs. Provide one version of
a URL to reach a document,
using 301 redirects or the
rel="canonical" attribute to
address duplicate content.”
HTML
“Ensure a clean, keyword rich
URL structure is in place.”
“Create keyword-rich content
and match keywords to what
users are searching for.”
“Produce fresh content
regularly.”
Content
Strategy
“Make sure content is not buried inside
rich media (Adobe Flash Player, JavaScript,
Ajax) and verify that rich media doesn't
hide links from crawlers.”
“Don’t put the text that you want indexed
inside images. For example, if you want
your company name or address to be
indexed, make sure it is not displayed
inside a company logo.”
Limitations
NON-TEXT CONTENT
Animations
Flash files
Photos/Images
Video
Audio
Plug-in content
content in rich media
format is still difficult for
search engines to parse.
<img src="smiley.gif" alt="Smiley face">
BLOCKED CODE
Errors in a website's crawling directives may lead to blocking
search engines entirely.
ROBOT.TXT
a file at the root of your site that indicates
those parts of your site you don’t want
accessed by search engine crawlers.
User-agent: *
Disallow:
FORMS
Search engines cannot see
content beyond protected pages
Examples
login or survey barriers
FORMS/FRAMES
FRAMES
Present structural issues for the
engines in terms of organization
and following.
Bad for accessibility and printing
VOLUMINUS LINKS
Pages with hundreds of links on
them are at risk of not getting all of
those links crawled and indexed.
Search engines will only crawl so
many links on a given page
BAD LINK STRUCTURE
Bad link structure will inhibit a bot from
crawling all your pages. if it is crawled, the
minimally-exposed content may be deemed
unimportant by the engine's index.
Orphaned content
Lack of Hierarchy
Links not in HTML
<?xml version="1.0" encoding="utf-8"?>
<urlset>
<url>
<loc>http://example.com/</loc>
<lastmod>2006-11-18</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
</urlset>
XML SITEMAP
MIXED SIGNALS/JARGON
MIXED MESSAGE
Title of page and content of
that page are not in harmony
Mixed messages send
confusing signals to search
engines.
JARGON
Text that is not written in the
common terms that people use
to search. For example, writing
about "food cooling units"
when people actually search
for "refrigerators."
DUPLICATE CONTENT
Websites using a CMS (Content Management System)
often create duplicate versions of the same page
Major problem for search engines looking for
completely original content.
<link rel="canonical" href=“http://www.school.edu>
Link Exchanges
Link Farms
Paid Links
Cloaking
Keyword Stuffing
FARMS
Fake or low-value websites are built or
maintained purely as link sources to
artificially inflate popularity.
EXCHANGES
Sites create link pages that point back and
forth to one another in an attempt to inflate
link popularity.
LINK FARMS/EXCHANGES
Links bought from sites
and pages willing to
place a link in exchange
for money.
PAID LINKS
Serving different content to
BOTS than to regular users.
Pages appear in search
results even though their
content is actually unrelated
to what users see/want
Google takes cloaking very
seriously.
CLOAKING
Keyword stuffing is a search
engine optimization (SEO)
technique, in which a web page is
loaded with keywords in the meta
tags or in content of a web page.
Keyword stuffing may lead to a
website being banned or
penalized in search ranking on
major search engines either
temporarily or permanently.
Google takes stuffing very
seriously.
KEYWORD STUFFING
BEST PRACTICES
• URL structure
• Anchor Text
• HTML Tags
• Meta Tags
• Canonical Tags
• Redirects
• Link Building
• Mobile Friendliness
TITLE TAG
Descriptive and readable for humans and bots
Begin with keyword or phrase
End with brand, school, or department name
75 Characters or less
Unique titles for each page
Do not stuff it with keywords (SPAM ALERT)
<head>
<title>
An accurate concise
description of a page's
content.
</title>
</head>
URL
Descriptive
Short
Include keyword
Use hyphens (-)
The best URLs are human-readable and
without lots of parameters, numbers, and
symbols.
http://www.sr.ithaka.org/blog/competency-based-creducation/
Transform dynamic URLs
mod_rewrite for Apache
ISAPI_rewrite for Microsoft
META DESCRIPTION
Use action-oriented language
Provide a solution or benefit
Make it specific and relevant
Keep it under 160 characters
Avoid keyword stuffing
Primary source for the snippet
of text displayed beneath a
listing in the results.
<meta name="Description"
content=“This content will show
up as the snippet” />
META KEYWORD
Include for internal search engines
Spammed to death, and
dropped by all the major
engines as an important ranking
signal.
<meta name=”keywords"
content=“This content will show
up as the snippet” />
ALT TAG
<img src=“bookCVR.gif” alt=”Title Author book cover">
Provide alt text for images
Web search
Image search
Accessibility
ANCHOR TEXT
<a href="http://www.example.com">Example Anchor Text</a>
SEO speak for hyperlink
Search engines use this text to help determine
the subject matter of the linked-to document.
Link relevancy is determined by both the
content of the source page and the content of
the anchor text.
Most basic format of a link, and it is eminently
understandable to the search engines
One of the strongest signals
8 words maximum
Succinct and relevant to the target page
Include Keyword
<a class="link-button" href="/educational-
transformation/">Verb Noun Keyword</a>
ANCHOR TEXT: BUTTON
META ROBOT TAG
used to control search engine
crawler activity on a per-page level.
<META NAME="ROBOTS" CONTENT=”NOINDEX, NOSNIPPET">
index/noindex
crawled and kept in the engines' index
for retrieval.
follow/nofollow
To crawled or not
noarchive
used to restrict search engines from
saving a cached copy of the page.
nosnippet
No descriptive block of text next to the
page's title and URL in the search
results.
NO FOLLOW
When to use it
Paid Links
Comments
User Generated Content
Search engines consider links to be votes that
pass credit to other pages.
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
DUPLICATE CONTENT
To search engines, these appear as separate pages. Because the
content is identical on each page, this can cause the search engines
to devalue the content and its potential rankings.
https://news.example.com/Information -Literacy/155672.html (syndicated post)
https://blog.example.com/library/Information -Literacy/ (original post)
https://blog.example.com/library/Information -Literacy/
https://blog.example.com/faculty/Information -Literacy/
Different Sections
Syndication
CANONICAL TAG
The canonical tag so tells search
robots which page is the singular,
authoritative version that should
count in web results.
link rel="canonical" href="http://www.example.com/"/>
Use the canonical tag within the page that
contains duplicate content.
The target of the canonical tag points to the
master URL that you want to rank for.
301 REDIRECTS
Allows you to provide one version
of a URL to reach a document
A 301 redirect is a permanent
redirect which passes between 90-
99% of link juice (ranking power) to
the redirected page
https://example.com/home
https://home.example.com
https://www.example.com
ROBOT.TXT
Robots Exclusion Standard
Robots.txt is a plain-text file
Placed at the root of a domain
http://www.google.com/robots.tx
t
User-agent: *
Disallow: /images/
Disallow: /search
XML SITEMAP
An XML Sitemap is a file on your
server with which you can help
Google easily crawl & index all the
pages on your site.
http://www.sitemaps.org/protocol.
html
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap
/0.9">
<url>
<loc>http://www.example.com/</loc>
<lastmod>2005-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://www.example.com/catalog?item=12&am
p;desc=vacation_hawaii</loc>
<changefreq>weekly</changefreq>
</url>
</urlset>
Create great, unique, usable content
Convince a professor to include in public syllabus
Submit to TRUSTWORTHY directories
Email bloggers about topic
Comment on relevant blogs
LINK BUILDING
MOBILE “Friendliness”
Google recommends responsive design
it’s easier to maintain and tends to have
fewer implementation issues.
PROS
Easier /cheaper to maintain.
One URL for all devices.
No complicated device detection/redirection.
CONS
Large pages, fine for desktop, slow on mobile.
Not a total mobile-centric user experience.
Responsive
MOBILE “Friendliness”
Google recommends that you provide
them with a hint that you’re altering the
content based on user agent.
Send Vary HTTP header to let them know
that Googlebot for smartphones should
pay a visit to crawl the mobile-optimized
version of the URL.
Dynamic
PROS
One URL
Mobile-centric user experience.
CONS
Complex technical implementation.
Higher cost of maintenance.
MOBILE “Friendliness”
PROS
Differentiation of mobile content
optimize for mobile-specific search intent
Tailor a fully mobile-centric user experience
CONS
Higher cost of maintenance
More complicated SEO requirements
Prone to error
Separate Mobile Site
KEYWORD CHECKLIST
 Keyword at the beginning of the title element
 Keyword appears in the URL
 Keyword is in the headline
 Keyword included in meta description
 Content includes keyword (2+) and related terms
 Images include keyword alt attributes
 Anchor text includes keyword point to page.
CONTENT STRATEGY CHECKLIST
 Unique
 Authentic
 High quality
 Fresh
 Value to visitor
 Audit Content to ID ROT: redundent, outdated, and trivial
 Establish an editorial workflow and content governance
IA CHECKLIST
 Navigation is easily consumed/understood by users and bots
 Layout of information is scannable/readable
 All pages are linked at least once (no orphans)
 Sitemaps present and up to date
 Search result and page content consistent
BOT CHECKLIST
 URL is static
 Content is unique to URL
 Content and Links are in HTML
 Robot.txt does not block crawler
 Meta robot tag allows crawling and indexing
 Title is 75 characters or less
 URL is 90 characters or less
 Meta description is 160 characters or less
 URL is included in XML sitemap
PERFORMANCE CHECKLIST
 Page load .5 second
 Content loads in under 4 seconds
 Renders in all browsers
 Mobile friendly: Optimized for all devices (Responsive)
TOOLS / LINKS
https://www.google.com/webmasters/tools
https://developers.google.com/speed/pagespeed/insights/
https://www.google.com/webmasters/tools/mobile-friendly/
http://www.sitemaps.org/protocol.html
http://searchengineland.com/
https://moz.com/

More Related Content

What's hot

On page seo ppt_presentation
On page seo ppt_presentationOn page seo ppt_presentation
On page seo ppt_presentation
ssusere32ae6
 
On page optimization
On page optimizationOn page optimization
On page optimization
shieepoo
 
SEO Training in Mahabubnagar
SEO Training in MahabubnagarSEO Training in Mahabubnagar
SEO Training in Mahabubnagar
Subhash Malgam
 
SEO for Business Catalyst Websites - Partner Orientation Webinar
SEO for Business Catalyst Websites - Partner Orientation WebinarSEO for Business Catalyst Websites - Partner Orientation Webinar
SEO for Business Catalyst Websites - Partner Orientation Webinar
Katherine Anderson
 
Search engine optimization ppt
Search engine optimization pptSearch engine optimization ppt
Search engine optimization ppt
pooja patil
 
SEO On Page & Activities 2018
SEO On Page & Activities 2018SEO On Page & Activities 2018
SEO On Page & Activities 2018
Kamaldeep Singh SEO
 
SEO - On Page | Off Page | Deep Linking | Link Building | Articles |Blogs | C...
SEO - On Page | Off Page | Deep Linking | Link Building | Articles |Blogs | C...SEO - On Page | Off Page | Deep Linking | Link Building | Articles |Blogs | C...
SEO - On Page | Off Page | Deep Linking | Link Building | Articles |Blogs | C...
Harjeet Dhillon
 
Search Enginesv2
Search Enginesv2Search Enginesv2
Search Enginesv2
athiracyborg
 
Technical SEO Introduction
Technical SEO IntroductionTechnical SEO Introduction
Technical SEO Introduction
Eitan Helman
 
On-Page SEO
On-Page  SEO On-Page  SEO
.NET Foundation website suggestions for improvement
.NET Foundation website suggestions for improvement.NET Foundation website suggestions for improvement
.NET Foundation website suggestions for improvement
Lee Englestone
 
Seo basics
Seo basicsSeo basics
Seo basics
Neha Bakshi
 
SEO Best Practices
SEO Best PracticesSEO Best Practices
SEO Best Practices
Shankar Kumar
 
Seo 90-minutes-biznik
Seo 90-minutes-biznikSeo 90-minutes-biznik
Seo 90-minutes-biznik
Brian Rauschenbach-So
 
Get the best Seo training in Pune at brainmine.
Get the best Seo training in Pune at brainmine.Get the best Seo training in Pune at brainmine.
Get the best Seo training in Pune at brainmine.
Seo Brainmine
 
Digital Markeing
Digital MarkeingDigital Markeing
Digital Markeing
UTTAMTADWAL
 
Seo on page ppt
Seo on page pptSeo on page ppt
Seo on page ppt
Bhuvnesh Blog
 

What's hot (20)

On page seo ppt_presentation
On page seo ppt_presentationOn page seo ppt_presentation
On page seo ppt_presentation
 
On page optimization
On page optimizationOn page optimization
On page optimization
 
SEO Training in Mahabubnagar
SEO Training in MahabubnagarSEO Training in Mahabubnagar
SEO Training in Mahabubnagar
 
SEO for Business Catalyst Websites - Partner Orientation Webinar
SEO for Business Catalyst Websites - Partner Orientation WebinarSEO for Business Catalyst Websites - Partner Orientation Webinar
SEO for Business Catalyst Websites - Partner Orientation Webinar
 
Search engine optimization ppt
Search engine optimization pptSearch engine optimization ppt
Search engine optimization ppt
 
SEO On Page & Activities 2018
SEO On Page & Activities 2018SEO On Page & Activities 2018
SEO On Page & Activities 2018
 
SEO - On Page | Off Page | Deep Linking | Link Building | Articles |Blogs | C...
SEO - On Page | Off Page | Deep Linking | Link Building | Articles |Blogs | C...SEO - On Page | Off Page | Deep Linking | Link Building | Articles |Blogs | C...
SEO - On Page | Off Page | Deep Linking | Link Building | Articles |Blogs | C...
 
Search Enginesv2
Search Enginesv2Search Enginesv2
Search Enginesv2
 
Technical SEO Introduction
Technical SEO IntroductionTechnical SEO Introduction
Technical SEO Introduction
 
On-Page SEO
On-Page  SEO On-Page  SEO
On-Page SEO
 
.NET Foundation website suggestions for improvement
.NET Foundation website suggestions for improvement.NET Foundation website suggestions for improvement
.NET Foundation website suggestions for improvement
 
Seo basics
Seo basicsSeo basics
Seo basics
 
SEO Best Practices
SEO Best PracticesSEO Best Practices
SEO Best Practices
 
Lvr ppt
Lvr pptLvr ppt
Lvr ppt
 
Beginners guide to seo
Beginners guide to seoBeginners guide to seo
Beginners guide to seo
 
Seo 90-minutes-biznik
Seo 90-minutes-biznikSeo 90-minutes-biznik
Seo 90-minutes-biznik
 
Get the best Seo training in Pune at brainmine.
Get the best Seo training in Pune at brainmine.Get the best Seo training in Pune at brainmine.
Get the best Seo training in Pune at brainmine.
 
Digital Markeing
Digital MarkeingDigital Markeing
Digital Markeing
 
Seo
SeoSeo
Seo
 
Seo on page ppt
Seo on page pptSeo on page ppt
Seo on page ppt
 

Similar to SEO Basics: Foundations and Best Practices for Search Engine Optimization

Search engine optimization (seo)
Search engine optimization (seo)Search engine optimization (seo)
Search engine optimization (seo)patrick_bean
 
Seo onpage & offpage
Seo onpage & offpageSeo onpage & offpage
Seo onpage & offpage
John Yadav
 
SEO Basics
SEO BasicsSEO Basics
learn seo, seo marketing
learn seo, seo marketinglearn seo, seo marketing
learn seo, seo marketing
rsayyad88
 
A complete digital marketing sop divay jain ( profshine tech )
A complete digital marketing sop  divay jain ( profshine tech )A complete digital marketing sop  divay jain ( profshine tech )
A complete digital marketing sop divay jain ( profshine tech )
Divay Jain
 
SEO Demystified
SEO DemystifiedSEO Demystified
SEO Demystifiedshimona1
 
Seo onpage & offpage, SEO A to Z Course, SEO for Beginners.
Seo onpage & offpage, SEO A to Z Course, SEO for Beginners.Seo onpage & offpage, SEO A to Z Course, SEO for Beginners.
Seo onpage & offpage, SEO A to Z Course, SEO for Beginners.
Digital Marketing Training Institute
 
SEO for Editors 2009
SEO for Editors 2009SEO for Editors 2009
SEO for Editors 2009
Mohamed Abdel Kareem
 
On Page Optimization Ii
On Page Optimization IiOn Page Optimization Ii
On Page Optimization Ii
balaabirami
 
Improve your Wordpress SEO Strategy
Improve your Wordpress SEO StrategyImprove your Wordpress SEO Strategy
Improve your Wordpress SEO Strategy
Killian Kostiha
 
Seo by Vũ Lê
Seo by Vũ LêSeo by Vũ Lê
Seo by Vũ LêVũ Lê
 
Marketing checklist
Marketing checklistMarketing checklist
Marketing checklist
Pratyush Pattnaik
 
On-Site SEO Web 2.0 Expo 2010
On-Site SEO Web 2.0 Expo 2010On-Site SEO Web 2.0 Expo 2010
On-Site SEO Web 2.0 Expo 2010
Rhea Drysdale
 
SEO-Presentation-2023.pptx
SEO-Presentation-2023.pptxSEO-Presentation-2023.pptx
SEO-Presentation-2023.pptx
VijayYadav877384
 
On Page SEO
On Page SEOOn Page SEO
On Page SEO
Abhishek Mitra
 
Digital Marketing Services
Digital Marketing ServicesDigital Marketing Services
Digital Marketing ServicesArchana Thakur
 
Sunita seo power point file
Sunita seo power point fileSunita seo power point file
Sunita seo power point file
Sunita Chaugule
 
DotNetNuke SEO
DotNetNuke SEODotNetNuke SEO
DotNetNuke SEO
Nik Kalyani
 

Similar to SEO Basics: Foundations and Best Practices for Search Engine Optimization (20)

Search engine optimization (seo)
Search engine optimization (seo)Search engine optimization (seo)
Search engine optimization (seo)
 
Seo onpage & offpage
Seo onpage & offpageSeo onpage & offpage
Seo onpage & offpage
 
SEO Basics
SEO BasicsSEO Basics
SEO Basics
 
learn seo, seo marketing
learn seo, seo marketinglearn seo, seo marketing
learn seo, seo marketing
 
A complete digital marketing sop divay jain ( profshine tech )
A complete digital marketing sop  divay jain ( profshine tech )A complete digital marketing sop  divay jain ( profshine tech )
A complete digital marketing sop divay jain ( profshine tech )
 
SEO Demystified
SEO DemystifiedSEO Demystified
SEO Demystified
 
Seo onpage & offpage, SEO A to Z Course, SEO for Beginners.
Seo onpage & offpage, SEO A to Z Course, SEO for Beginners.Seo onpage & offpage, SEO A to Z Course, SEO for Beginners.
Seo onpage & offpage, SEO A to Z Course, SEO for Beginners.
 
SEO for Editors 2009
SEO for Editors 2009SEO for Editors 2009
SEO for Editors 2009
 
On Page Optimization Ii
On Page Optimization IiOn Page Optimization Ii
On Page Optimization Ii
 
Improve your Wordpress SEO Strategy
Improve your Wordpress SEO StrategyImprove your Wordpress SEO Strategy
Improve your Wordpress SEO Strategy
 
Seo by Vũ Lê
Seo by Vũ LêSeo by Vũ Lê
Seo by Vũ Lê
 
Sahejpreet SEO basics
Sahejpreet SEO basicsSahejpreet SEO basics
Sahejpreet SEO basics
 
Marketing checklist
Marketing checklistMarketing checklist
Marketing checklist
 
Website Audit Presentation
Website Audit PresentationWebsite Audit Presentation
Website Audit Presentation
 
On-Site SEO Web 2.0 Expo 2010
On-Site SEO Web 2.0 Expo 2010On-Site SEO Web 2.0 Expo 2010
On-Site SEO Web 2.0 Expo 2010
 
SEO-Presentation-2023.pptx
SEO-Presentation-2023.pptxSEO-Presentation-2023.pptx
SEO-Presentation-2023.pptx
 
On Page SEO
On Page SEOOn Page SEO
On Page SEO
 
Digital Marketing Services
Digital Marketing ServicesDigital Marketing Services
Digital Marketing Services
 
Sunita seo power point file
Sunita seo power point fileSunita seo power point file
Sunita seo power point file
 
DotNetNuke SEO
DotNetNuke SEODotNetNuke SEO
DotNetNuke SEO
 

Recently uploaded

test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
Arif0071
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
keoku
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
ufdana
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
laozhuseo02
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
3ipehhoa
 
BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
natyesu
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
nirahealhty
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
laozhuseo02
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
Gal Baras
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
Javier Lasa
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Brad Spiegel Macon GA
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
GTProductions1
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
JungkooksNonexistent
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
JeyaPerumal1
 
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptxInternet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
VivekSinghShekhawat2
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Sanjeev Rampal
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
eutxy
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
3ipehhoa
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
Rogerio Filho
 

Recently uploaded (20)

test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
 
BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
 
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptxInternet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
 

SEO Basics: Foundations and Best Practices for Search Engine Optimization

  • 1. SEO BASICS Foundations and Best Practices for Search Engine Optimization
  • 2. Experience Architect for ITHAKA 10 + years of practice Design software, websites, services and multi-devices Waterfall and Agile working environments Government, Health Care, ECommerce, Higher Education Former Digital Librarian @atomaton
  • 3.
  • 4.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10. SEARCH RESULT Title The first blue line of any search result is the title of the webpage. Click the title to go to the site. <title> Title of Page | include keyword or phrase close to the beginning </title> <meta name=“description” content=“this is snippet text”> Snippet Below the URL is text that helps show how the page relates to your query. The words you search for will show in bold to make it easier for you to decide if the page has what you're looking for. URL In green, you'll see the web address of the site. http://school.edu/use-hyphens
  • 11. SEO DEFINITION Achieving a high rank in the search results of a search engine organically
  • 12. SEARCH EVOLUTION 1900s Crawled once a month end of month indexed 2010 introduced distributed indexing 2011 Machine learning 200 factors for signal boosting 2014 Synonym engine 2015 Mobile friendliness favored 600 updates a year
  • 13. “Make pages primarily for users, not for search engines. Don't deceive your users or present different content to search engines than you display to users, a practice commonly referred to as "cloaking.” UX
  • 14. “Make a site with a clear hierarchy and text links.” “Every page should be reachable from at least one static text link.” IA
  • 15. “Create a useful, information-rich site, and write pages that clearly and accurately describe your content” Content Strategy
  • 16. “Make sure that your <title> elements and ALT attributes are descriptive and accurate.” “Use keywords to create descriptive, human-friendly URLs. Provide one version of a URL to reach a document, using 301 redirects or the rel="canonical" attribute to address duplicate content.” HTML
  • 17. “Ensure a clean, keyword rich URL structure is in place.” “Create keyword-rich content and match keywords to what users are searching for.” “Produce fresh content regularly.” Content Strategy
  • 18. “Make sure content is not buried inside rich media (Adobe Flash Player, JavaScript, Ajax) and verify that rich media doesn't hide links from crawlers.” “Don’t put the text that you want indexed inside images. For example, if you want your company name or address to be indexed, make sure it is not displayed inside a company logo.” Limitations
  • 19. NON-TEXT CONTENT Animations Flash files Photos/Images Video Audio Plug-in content content in rich media format is still difficult for search engines to parse. <img src="smiley.gif" alt="Smiley face">
  • 20. BLOCKED CODE Errors in a website's crawling directives may lead to blocking search engines entirely. ROBOT.TXT a file at the root of your site that indicates those parts of your site you don’t want accessed by search engine crawlers. User-agent: * Disallow:
  • 21. FORMS Search engines cannot see content beyond protected pages Examples login or survey barriers FORMS/FRAMES FRAMES Present structural issues for the engines in terms of organization and following. Bad for accessibility and printing
  • 22. VOLUMINUS LINKS Pages with hundreds of links on them are at risk of not getting all of those links crawled and indexed. Search engines will only crawl so many links on a given page
  • 23. BAD LINK STRUCTURE Bad link structure will inhibit a bot from crawling all your pages. if it is crawled, the minimally-exposed content may be deemed unimportant by the engine's index. Orphaned content Lack of Hierarchy Links not in HTML <?xml version="1.0" encoding="utf-8"?> <urlset> <url> <loc>http://example.com/</loc> <lastmod>2006-11-18</lastmod> <changefreq>daily</changefreq> <priority>0.8</priority> </url> </urlset> XML SITEMAP
  • 24. MIXED SIGNALS/JARGON MIXED MESSAGE Title of page and content of that page are not in harmony Mixed messages send confusing signals to search engines. JARGON Text that is not written in the common terms that people use to search. For example, writing about "food cooling units" when people actually search for "refrigerators."
  • 25. DUPLICATE CONTENT Websites using a CMS (Content Management System) often create duplicate versions of the same page Major problem for search engines looking for completely original content. <link rel="canonical" href=“http://www.school.edu>
  • 26. Link Exchanges Link Farms Paid Links Cloaking Keyword Stuffing
  • 27. FARMS Fake or low-value websites are built or maintained purely as link sources to artificially inflate popularity. EXCHANGES Sites create link pages that point back and forth to one another in an attempt to inflate link popularity. LINK FARMS/EXCHANGES
  • 28. Links bought from sites and pages willing to place a link in exchange for money. PAID LINKS
  • 29. Serving different content to BOTS than to regular users. Pages appear in search results even though their content is actually unrelated to what users see/want Google takes cloaking very seriously. CLOAKING
  • 30. Keyword stuffing is a search engine optimization (SEO) technique, in which a web page is loaded with keywords in the meta tags or in content of a web page. Keyword stuffing may lead to a website being banned or penalized in search ranking on major search engines either temporarily or permanently. Google takes stuffing very seriously. KEYWORD STUFFING
  • 31. BEST PRACTICES • URL structure • Anchor Text • HTML Tags • Meta Tags • Canonical Tags • Redirects • Link Building • Mobile Friendliness
  • 32. TITLE TAG Descriptive and readable for humans and bots Begin with keyword or phrase End with brand, school, or department name 75 Characters or less Unique titles for each page Do not stuff it with keywords (SPAM ALERT) <head> <title> An accurate concise description of a page's content. </title> </head>
  • 33. URL Descriptive Short Include keyword Use hyphens (-) The best URLs are human-readable and without lots of parameters, numbers, and symbols. http://www.sr.ithaka.org/blog/competency-based-creducation/ Transform dynamic URLs mod_rewrite for Apache ISAPI_rewrite for Microsoft
  • 34. META DESCRIPTION Use action-oriented language Provide a solution or benefit Make it specific and relevant Keep it under 160 characters Avoid keyword stuffing Primary source for the snippet of text displayed beneath a listing in the results. <meta name="Description" content=“This content will show up as the snippet” />
  • 35. META KEYWORD Include for internal search engines Spammed to death, and dropped by all the major engines as an important ranking signal. <meta name=”keywords" content=“This content will show up as the snippet” />
  • 36. ALT TAG <img src=“bookCVR.gif” alt=”Title Author book cover"> Provide alt text for images Web search Image search Accessibility
  • 37. ANCHOR TEXT <a href="http://www.example.com">Example Anchor Text</a> SEO speak for hyperlink Search engines use this text to help determine the subject matter of the linked-to document. Link relevancy is determined by both the content of the source page and the content of the anchor text. Most basic format of a link, and it is eminently understandable to the search engines One of the strongest signals 8 words maximum Succinct and relevant to the target page Include Keyword
  • 39. META ROBOT TAG used to control search engine crawler activity on a per-page level. <META NAME="ROBOTS" CONTENT=”NOINDEX, NOSNIPPET"> index/noindex crawled and kept in the engines' index for retrieval. follow/nofollow To crawled or not noarchive used to restrict search engines from saving a cached copy of the page. nosnippet No descriptive block of text next to the page's title and URL in the search results.
  • 40. NO FOLLOW When to use it Paid Links Comments User Generated Content Search engines consider links to be votes that pass credit to other pages. <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
  • 41. DUPLICATE CONTENT To search engines, these appear as separate pages. Because the content is identical on each page, this can cause the search engines to devalue the content and its potential rankings. https://news.example.com/Information -Literacy/155672.html (syndicated post) https://blog.example.com/library/Information -Literacy/ (original post) https://blog.example.com/library/Information -Literacy/ https://blog.example.com/faculty/Information -Literacy/ Different Sections Syndication
  • 42. CANONICAL TAG The canonical tag so tells search robots which page is the singular, authoritative version that should count in web results. link rel="canonical" href="http://www.example.com/"/> Use the canonical tag within the page that contains duplicate content. The target of the canonical tag points to the master URL that you want to rank for.
  • 43. 301 REDIRECTS Allows you to provide one version of a URL to reach a document A 301 redirect is a permanent redirect which passes between 90- 99% of link juice (ranking power) to the redirected page https://example.com/home https://home.example.com https://www.example.com
  • 44. ROBOT.TXT Robots Exclusion Standard Robots.txt is a plain-text file Placed at the root of a domain http://www.google.com/robots.tx t User-agent: * Disallow: /images/ Disallow: /search
  • 45. XML SITEMAP An XML Sitemap is a file on your server with which you can help Google easily crawl & index all the pages on your site. http://www.sitemaps.org/protocol. html <urlset xmlns="http://www.sitemaps.org/schemas/sitemap /0.9"> <url> <loc>http://www.example.com/</loc> <lastmod>2005-01-01</lastmod> <changefreq>monthly</changefreq> <priority>0.8</priority> </url> <url> <loc>http://www.example.com/catalog?item=12&am p;desc=vacation_hawaii</loc> <changefreq>weekly</changefreq> </url> </urlset>
  • 46. Create great, unique, usable content Convince a professor to include in public syllabus Submit to TRUSTWORTHY directories Email bloggers about topic Comment on relevant blogs LINK BUILDING
  • 47. MOBILE “Friendliness” Google recommends responsive design it’s easier to maintain and tends to have fewer implementation issues. PROS Easier /cheaper to maintain. One URL for all devices. No complicated device detection/redirection. CONS Large pages, fine for desktop, slow on mobile. Not a total mobile-centric user experience. Responsive
  • 48. MOBILE “Friendliness” Google recommends that you provide them with a hint that you’re altering the content based on user agent. Send Vary HTTP header to let them know that Googlebot for smartphones should pay a visit to crawl the mobile-optimized version of the URL. Dynamic PROS One URL Mobile-centric user experience. CONS Complex technical implementation. Higher cost of maintenance.
  • 49. MOBILE “Friendliness” PROS Differentiation of mobile content optimize for mobile-specific search intent Tailor a fully mobile-centric user experience CONS Higher cost of maintenance More complicated SEO requirements Prone to error Separate Mobile Site
  • 50. KEYWORD CHECKLIST  Keyword at the beginning of the title element  Keyword appears in the URL  Keyword is in the headline  Keyword included in meta description  Content includes keyword (2+) and related terms  Images include keyword alt attributes  Anchor text includes keyword point to page.
  • 51. CONTENT STRATEGY CHECKLIST  Unique  Authentic  High quality  Fresh  Value to visitor  Audit Content to ID ROT: redundent, outdated, and trivial  Establish an editorial workflow and content governance
  • 52. IA CHECKLIST  Navigation is easily consumed/understood by users and bots  Layout of information is scannable/readable  All pages are linked at least once (no orphans)  Sitemaps present and up to date  Search result and page content consistent
  • 53. BOT CHECKLIST  URL is static  Content is unique to URL  Content and Links are in HTML  Robot.txt does not block crawler  Meta robot tag allows crawling and indexing  Title is 75 characters or less  URL is 90 characters or less  Meta description is 160 characters or less  URL is included in XML sitemap
  • 54. PERFORMANCE CHECKLIST  Page load .5 second  Content loads in under 4 seconds  Renders in all browsers  Mobile friendly: Optimized for all devices (Responsive)

Editor's Notes

  1. Good Morning Thank you Kimberly and Rodger
  2. Overview Concepts Nomenclature and strategies For You Your team hire a 3rd Party
  3. Building a Keyword INDEX Use links to discover how pages are related to each other and in what ways. Links are votes for popularity and importance Trustworthy sites tend to link to other trusted sites. Links are a way of identifying expert documents on a given subject complex algorithms perform nuanced evaluations of sites and pages based on this information. 2 Personas 1. Bot 2.Searcher
  4. search engines discover how pages are related to each other and in what ways. Links are votes for popularity and importance Trustworthy sites tend to link to other trusted sites. complex algorithms to perform nuanced evaluations of sites and pages based on this information. Links are a way of identifying expert documents on a given subject
  5. Technical and creative process Goal of driving more traffic many strategies technique process and tools White hat strategies Tool I have created that will help with SEO= Content Strategy IA UI Development
  6. MACHINE LEARNING Started with human evaluators searching for low quality content. Machine learning attempt to mimic the human evaluators Once the machine could accurately predict what the humans judged as low quality they let it loose in the “Panda” update in 2011 and changed 20% of all Google search results.
  7. Technically crawlable Unless you're an advanced user with a good technical understanding of how search engines index and follow links in frames, it's best to stay away from them.
  8. . This restriction is necessary to cut down on spam and conserve rankings.
  9. LINK BAIT
  10. Title Tags Alt Tags Meta Tags Description Keywords Robot Canonical
  11. closer to the start of the title tag your keywords are, the more helpful they'll be for ranking, and the more likely a user will be to click them in the search results. , or as close to the beginning as possible/reasonable Exception: if you're targeting multiple keywords (or an especially long keyword phrase), and having them in the title tag is essential to ranking, it may be advisable to go longer.
  12. easily and accurately predict the content you'd expect to find on the page minimizing length and trailing slashes Google recommend that you use Hyphens instead of underscores (_) in your URLs. Not all web applications accurately interpret separators like underscores (_), plus signs (+), or spaces (%20), so instead use the hyphen character (-) to separate words in a URL, as in the "google- fresh-factor" URL example above.
  13. Assign images in gif, jpg, or png format "alt attributes" in HTML to give search engines a text description of the visual content. closer to the start of the title tag your keywords are, the more helpful they'll be for ranking, and the more likely a user will be to click them in the search results. , or as close to the beginning as possible/reasonable Exception: if you're targeting multiple keywords (or an especially long keyword phrase), and having them in the title tag is essential to ranking, it may be advisable to go longer.
  14. One of the strongest signals Link relevancy is strong signal MATCH and content of link content of link Content of source page search engines discover how pages are related to each other and in what ways. Explain what users will find at the other end of the link, and include some of the key information-carrying terms in the anchor text itself to enhance scannability and search engine optimization (SEO). Don't use "click here" or other non-descriptive link text. If many sites think that a particular page is relevant for a given set of terms, that page can manage to rank well eve if the terms NEVER appear in the text itself
  15. placed in the HEAD section of an HTML page By default, all pages are assumed to have the "follow" attribute. You can add them by hand or automatically using a CMS.  Talk to your webmaster about this and your options Created by Google Yahoo and Microsoft in 2005 (and blogging platforms) to battle commenting spam
  16. adding the rel="nofollow" attribute to the link tag tells the search engines that the site owners do not want this link to be interpreted as an endorsement of the target page. Created by Google Yahoo and Microsoft in 2005 (and blogging platforms) to battle commenting spam
  17. Common with modern Content Management Systems. For example, you might offer a regular version of a page and a print-optimized version. Duplicate content can even appear on multiple websites. For search engines, this presents a big problem: which version of this content should they show to searchers? I
  18. tells search engines that the page in question should be treated as though it were a copy of the URL http://moz.com/blog and that all of the link and content metrics the engines apply should flow back to that URL.
  19. https://www.tumblr.com/robots.txt https://moz.com/robots.txt http://searchengineland.com/robots.txt http://www.google.com/robots.txt
  20. Content Management System PRODUCE AUTOMATICALLY submit that sitemap to Google in Google Webmaster Tools. Again – best practice. Google has said very recently XML and RSS is still a very useful discovery method for them to pick out recently updated content on your site. VISIT SITEMAPS FOR ALL TAG DEFINITIONS http://www.jstor.org/sitemap.xml http://www.google.com/robots.txt
  21. Conduct Content Inventory and Audit Establish an editorial workflow