SlideShare une entreprise Scribd logo
1  sur  50
1.6 billion
people use the internet
Search Engine Optimization
• Present Context
• Search Engine Algorithms
• On-Site Optimization
• Off-Site Optimization
SEO Present Context
• “Is the art and the science of getting a website
to appear prominently in organic search
results when a search submits a query
relevant to that website.” (Lieb, 2009)
• How to get your site ranked at the top in
and others
SEO Present Context
• How to optimize / rank higher for keywords
like
– Web hosting services
– Computer backpacks
– Best hotels in Cebu
• Higher rankings = higher number of visitors =
higher chance for conversions = higher income
SEO Present Context
• SEO can be performed by web designers, web
developers, marketers, salespeople, writers
and even spammers
• The world of SEO is competitive but rewarding
– People either find your site or your competitors’
– Anyone can do SEO but the best one gets the top
– SEOs wear white hats, black hats or in between
• A score from 0 to 10 assigned by
on every webpage it has indexed that
establishes the credibility of that page
SEO Search Engine Algorithms
• Can you guess how it works?
SEO Search Engine Algorithms
SEO Search Engine Algorithms
• Google describes PageRank (PR) as
– It reflects the importance of web pages by considering
more than 500 million variables
– Important pages receive higher PR and more likely to
appear at the top of search results
– Each page casts a vote on another page by providing a
link to it
• Therefore, use links to pass on credibility and
establish PR and in turn influence rankings
SEO Search Engine Algorithms
Adobe
.com
10
UPV
.edu.ph
7
Multiply
.com
7
BabyDesertWolf.
blogspot.com
3
Wikipedia
.com
9
SEO Search Engine Algorithms
• If we put a link to
– http://babydesertwolf.blogspot.com/
• In this Wikipedia article with PR 7:
– http://en.wikipedia.org/wiki/Bloggers
• Is all the PR passed on? NO
SEO Search Engine Algorithms
• Think of PageRank as energy in the food chain:
• There’s a diminishing effect on each new level
SEO Search Engine Algorithms
• Some websites (like Wikipedia and Multiply)
don’t want to forward PR and adds this attribute:
– <a href=“http://babydesertwolf.blogspot.com/” rel=“nofollow”>
James Nogra’s Blog</a>
• They can’t vouch for your credibility or don’t
want to pass on the “link love” or “link juice”
• Link still counted by Google but with lesser value
than “rel=dofollow” links.
SEO Search Engine Algorithms
• A page with all these text:
James Nogra, James Arnold Nogra, Arnold Nogra, Kring2x Nogra, Kring
Nogra, Nogra Bloggers, Baby Desert Wolf, Baby Wolf, Baby Desert,
Desert Wolf Blog … and similar pages STUFFED with keywords
• Hundreds of dubious web pages linking to or
redirecting to one site:
ABlog.com – <a href=“BabyDesertWolf.blogspot.com”>Cebu Blogger</a>
Cebu-Log.com – <a href=“BabyDesertWolf.blogspot.com”>Nice Blog</a>
• Won’t be counted and may even cause your site
to be removed from search engines
SEO On-Site/Off-Site
• So what does it mean for your site (and your
SEO efforts)?
• You have to improve your code to standards
and optimized for the keywords you want
• You have to build links from reputable sites
SEO On-Site/Off-Site
• It’s that easy (or not…)
• This section discusses techniques provided in
– Google’s SEO Starter Guide
– The Truth About SEO by Rebecca Lieb
– Professional SEO with PHP by Sirovich & Darie
• And some things I’ve learned along the way
SEO On-Site Optimization
1. The title: The first line of any search result.
2. The snippet: A description or an excerpt from the webpage.
3. The URL: The webpage's address.
4. Cached link: A link to an earlier version of this page.
SEO On-Site Optimization
• The TITLE tag
– Create unique and accurate page titles
– Homepage title should be different from others
• Compare:
– <title>Luggage, Travel Accessories, Business Cases &
More - DiscountLuggage </title>
– <title>Luggage, Luggages, Suitcase, Suitcases, Bag, Bags,
Baggage, Baggages</title>
SEO On-Site Optimization
• Example in HTML code:
• Google search results for: baseball cards
SEO On-Site Optimization
• The META tag
– Summarize the content of every page
– Provide a unique description for every page
• Compare:
– MacBook: http://www.apple.com/macbookpro/
• <meta name="Description" content="Meet the new MacBook Pro
family. Now precision engineering, advanced technology, and
innovation comes in three sizes: 13-, 15- and 17-inches.">
– MacBook Air: http://www.apple.com/macbookair/
• <meta name="Description" content=“Still the thinnest and lightest
Mac notebook, the new MacBook Air has a bigger hard drive, better
graphics, and even more power.">
SEO On-Site Optimization
• Example in HTML code:
• Google search results for: baseball cards
SEO On-Site Optimization
• The A (Anchor) tag
– Write understandable text for links
– Format links to be human and bot-friendly
• Compare:
– <a href=“http://www.sunstar.com.ph/cebu”>Click here</a>
– <a href=“http://www.sunstar.com.ph/cebu”>Sunstar Cebu</a>
– <a href=“http://www.sunstar.com.ph/cebu”>Best Cebu Newspaper</a>
SEO On-Site Optimization
• How do you optimize this?
SEO On-Site Optimization
• The IMG (Image) tag
– Provide descriptive filenames for your pictures
– Use alt and title attributes to specify alternative
text to your images
• Compare:
– <img src=“IMG_4202.jpg”>
– <img src=“ComSci-Class-2010.jpg” alt=“UPVCC BSCS Class 2010”
title=“UPVCC Computer Science students having fun while waiting for
yearbook picture-taking”>
SEO On-Site Optimization
• Suggested Placement:
– <a href=“large/ComSci-Class-2010.jpg”><img
src=“thumb/ComSci-Class-2010-th.jpg” alt=“…”
title=“…”></a><p>Insert description here</p>
– Imagine how four years of college life just fly by. If destined
to be, we shall all be graduating in April 2010. Click on the
thumbnail to fully see how we long for that day.
SEO On-Site Optimization
• The H tags (H1, …, H6)
– Outline the content of your site based on importance
– <H1> makes text bigger than <H2> and so on.
• Compare:
– <font size=“24”><p>Advanced SEO</p></font>
<font size=“18”><p>Web Analytics</p></font>
<font size=“18”><p>Usability Testing</p></font>
– <h1>Advanced SEO</h1>
<h2>Analytics</h2>
<h2>Usability Testing</h2>
SEO On-Site Optimization
• Example in HTML code:
SEO On-Site Optimization
• The URL Structure
– Avoid extremely long URLs showing only numbers,
session IDs or gibberish characters
– Rewrite URLs into folders or categories
• Compare:
– Good:
• http://www.johnsluggage.com/product/rain-
gear/505590/victorinox-automatic-umbrella.html
– Bad:
• http://www.johnsluggage.com/Admin/Edit/
Shop_Product/default/default/?id=505590
SEO On-Site Optimization
• Example:
– http://seophp.example.com/product.php?category_id=
5&product_id=99
• Maybe rewritten into:
– http://seophp.example.com/Products/Tools-C5/Super-Drill-
P99.html
SEO On-Site Optimization
• Use words in URLs instead of having generic names
– Optimizing for cebu hotels:
• http://www.hotelclub.net/hotel.reservations/
Cebu.htm
– Definitely better than:
• http://www.hotelclub.net/folder1/folder2/page53.htm
SEO On-Site Optimization
• Create a SITEMAP or a
simple directory structure
• Avoid using
“…/dir1/dir2/dir3/dir4/…”
• Dir1
– Dir2
» Dir3
• Dir4
• Chances are bots &
spiders would ignore
pages buried too deep
in too many folders.
SEO On-Site Optimization
• A sitemap is a page
on the site listing all
the relevant web
pages (think: index)
• A Sitemap is an XML
file which provides
search engines with
standard URL listing
SEO On-Site Optimization
• Watch out for these:
– Flash (SWF) files – can’t be “parsed” by spiders
– Google wouldn’t know what they’re talking about
SEO On-Site Optimization
• Watch out for these:
– JavaScript output is read by not the code
– Spiders can’t also be asked to fill in forms or login
– Same holds true for AJAX
SEO On-Site Optimization
• Is there a shortcut? Yes and No.
• Try Wordpress, Joomla, Drupal or any other
Content Management System (CMS) out there
• The Shortcuts: Wordpress has plug-ins for SEO
• The Blockade: Takes time to learn CMS
SEO Off-Site Optimization
• First things first: Have a domain and a host!
• Submit your site to search engines
• Submit your site to directories, notably
– The Open Directory Project – http://www.dmoz.org/
– And hundreds more using DigiXmas software
SEO Off-Site Optimization
• Have the following ready:
– Mozilla Firefox
– Add-ons:
• Search Status
• SEOQuake
• Lazarus Form Recovery
• Xmarks Bookmark Synchronizer
• LastPass Password Manager
–Proxies & Anonymizers
SEO Off-Site Optimization
• Build links and more links in BLOGS
– As blog entries
– As blog comments
SEO Off-Site Optimization
• Find BLOGS to comment on by
– Typing keywords site:domain in Google
• canon cameras site:blogspot.com
– Looking at Google Blog Search
• http://blogsearch.google.com/
– Using G-Lock Fast Blog Finder software
SEO Off-Site Optimization
• Ask or offer to exchange links between
related sites
• Submit URL to review sites such as
RateItAll.com and Ratings.Net
• Submit new content to social bookmarking
sites such as Digg.com, Faves.com, etc.
SEO Off-Site Optimization
• Submit unique content to article directories
and latest news to Press Release sites
• Try to leave URLs in
– Relevant Wikipedia articles
– Related Digg submissions
– Up-to-date Twitter posts
– Forum accounts and signatures
– Profile and resume sites
SEO Off-Site Optimization
• “Don’t be evil!”
– Don’t automate/clone blog comments
– Don’t spam blogs – leaving absurd comments
– Don’t create thousands of dummy sites linking to
yours in an instant
– Don’t buy links for the sake of having hundreds
of them
– Don’t try to fool Google with keyword stuffing,
whitespace spam and cloaking redirects
SEO Off-Site Optimization
• SEO is not the end-all-be-all of your web life
– Newer domains give way to older ones
– Rankings fluctuate - the Google Dance
– If you can’t beat competition, try paid advertising
– Rankings say something on SEO performance but
Web Analytics tell everything about conversions
SEO To Be Continued…
• Coming Up:
– Laboratory: On-Site Optimization
– Laboratory: Off-Site Optimization
– Best Practices and Worst Abuses
– Introduction to Web Analytics
SEO To Be Continued…
• Web References:
– Google Ranking Factors
• http://www.vaughns-1-pagers.com/internet/google-ranking-
factors.htm
– SEO Autopsy: See Your Site Like Google Does
• http://www.rsspieces.com/seo-autopsy-see-your-site-like-a-search-
– Presentation Zen: Learning from Bill Gates & Steve Jobs
• http://www.presentationzen.com/presentationzen/2007/09/steve-bill-
redu.html
– Dante Lee Blog: Only 1.6 Billion People Use the Internet
• http://www.dantelee.com/2009/10/only-16-billion-people-use-
internet.html
SEO To Be Continued…
• Presenter: Rommel Paras
– SEO Specialist, RankPay.com
– Internet Services Assistant, Digital Pipelines
– The Computer Guy, John’s Fifth Avenue
• Web Engineering class of Mr. Alan Espritu

Contenu connexe

Tendances

WordPress_Workshop_Feb_2014_consolidated
WordPress_Workshop_Feb_2014_consolidatedWordPress_Workshop_Feb_2014_consolidated
WordPress_Workshop_Feb_2014_consolidated
Anvith KS
 
Top 10 Must Do&rsquo;s in the Ever-changing World of SEO
Top 10 Must Do&rsquo;s in the Ever-changing World of SEOTop 10 Must Do&rsquo;s in the Ever-changing World of SEO
Top 10 Must Do&rsquo;s in the Ever-changing World of SEO
Act-On Software
 
On Page Optimization
On Page Optimization On Page Optimization
On Page Optimization
Bala Abirami
 

Tendances (20)

WordPress_Workshop_Feb_2014_consolidated
WordPress_Workshop_Feb_2014_consolidatedWordPress_Workshop_Feb_2014_consolidated
WordPress_Workshop_Feb_2014_consolidated
 
Top 10 Must Do&rsquo;s in the Ever-changing World of SEO
Top 10 Must Do&rsquo;s in the Ever-changing World of SEOTop 10 Must Do&rsquo;s in the Ever-changing World of SEO
Top 10 Must Do&rsquo;s in the Ever-changing World of SEO
 
SEO Fundamentals
SEO FundamentalsSEO Fundamentals
SEO Fundamentals
 
Search Engine Optimization Primer
Search Engine Optimization PrimerSearch Engine Optimization Primer
Search Engine Optimization Primer
 
3 ½ Simple Ways to Improve SEO - Practical Ways to Rank Higher
3 ½ Simple Ways to Improve SEO - Practical Ways to Rank Higher3 ½ Simple Ways to Improve SEO - Practical Ways to Rank Higher
3 ½ Simple Ways to Improve SEO - Practical Ways to Rank Higher
 
Search Engine Optimization Review
Search Engine Optimization ReviewSearch Engine Optimization Review
Search Engine Optimization Review
 
Dan whitehouse seo presentation - xbox
Dan whitehouse  seo presentation - xboxDan whitehouse  seo presentation - xbox
Dan whitehouse seo presentation - xbox
 
Copywriting for seo
Copywriting for seoCopywriting for seo
Copywriting for seo
 
Web Design Terms
Web Design TermsWeb Design Terms
Web Design Terms
 
SEO for Developers
SEO for DevelopersSEO for Developers
SEO for Developers
 
Choose Your Own Adventure: SEO For Web Developers | Unified Diff
Choose Your Own Adventure: SEO For Web Developers | Unified DiffChoose Your Own Adventure: SEO For Web Developers | Unified Diff
Choose Your Own Adventure: SEO For Web Developers | Unified Diff
 
SEO
SEOSEO
SEO
 
Studio 2055: Bring My Brand to Life, Dr. Frankenstein!
Studio 2055: Bring My Brand to Life, Dr. Frankenstein!Studio 2055: Bring My Brand to Life, Dr. Frankenstein!
Studio 2055: Bring My Brand to Life, Dr. Frankenstein!
 
SEO for Wordpress
SEO for WordpressSEO for Wordpress
SEO for Wordpress
 
SEO made simple - SCDL Presentation
SEO made simple - SCDL PresentationSEO made simple - SCDL Presentation
SEO made simple - SCDL Presentation
 
Search Engine Marketing (Oldschool) - an introduction.
Search Engine Marketing (Oldschool) - an introduction.Search Engine Marketing (Oldschool) - an introduction.
Search Engine Marketing (Oldschool) - an introduction.
 
Advanced seo gs v2
Advanced seo gs v2Advanced seo gs v2
Advanced seo gs v2
 
کارگاه سئو
کارگاه سئوکارگاه سئو
کارگاه سئو
 
Content-Driven WordPress Development - WordCamp Omaha 2014
Content-Driven WordPress Development - WordCamp Omaha 2014Content-Driven WordPress Development - WordCamp Omaha 2014
Content-Driven WordPress Development - WordCamp Omaha 2014
 
On Page Optimization
On Page Optimization On Page Optimization
On Page Optimization
 

Similaire à SEO Seminar Presentation

Similaire à SEO Seminar Presentation (20)

SEO for Bloggers for SNAP conference
SEO for Bloggers for SNAP conferenceSEO for Bloggers for SNAP conference
SEO for Bloggers for SNAP conference
 
Search Engine Optimization (SEO)
Search Engine Optimization (SEO)Search Engine Optimization (SEO)
Search Engine Optimization (SEO)
 
Unleash your SEO powers to grow your business online
Unleash your SEO powers to grow your business onlineUnleash your SEO powers to grow your business online
Unleash your SEO powers to grow your business online
 
Seo Beginners Guide SriG Systems
Seo Beginners Guide SriG SystemsSeo Beginners Guide SriG Systems
Seo Beginners Guide SriG Systems
 
Advanced SEO Technoiques-2014
Advanced SEO Technoiques-2014Advanced SEO Technoiques-2014
Advanced SEO Technoiques-2014
 
Search Engine Optimisation Basics
Search Engine Optimisation BasicsSearch Engine Optimisation Basics
Search Engine Optimisation Basics
 
Arts Marketing Association North-East Network Meeting: The Evolution of Searc...
Arts Marketing Association North-East Network Meeting: The Evolution of Searc...Arts Marketing Association North-East Network Meeting: The Evolution of Searc...
Arts Marketing Association North-East Network Meeting: The Evolution of Searc...
 
BITM3730 11-14.pptx
BITM3730 11-14.pptxBITM3730 11-14.pptx
BITM3730 11-14.pptx
 
Demand Quest SEO Training - Session 2
Demand Quest SEO Training - Session 2Demand Quest SEO Training - Session 2
Demand Quest SEO Training - Session 2
 
Control What You Can Control in WordPress. On Page SEO FTW!
Control What You Can Control in WordPress. On Page SEO FTW!Control What You Can Control in WordPress. On Page SEO FTW!
Control What You Can Control in WordPress. On Page SEO FTW!
 
Search Engine Optimization: Rank Higher, Sell More!
Search Engine Optimization: Rank Higher, Sell More!Search Engine Optimization: Rank Higher, Sell More!
Search Engine Optimization: Rank Higher, Sell More!
 
Search Engine Optimization Tutorial
Search Engine Optimization TutorialSearch Engine Optimization Tutorial
Search Engine Optimization Tutorial
 
Demand Quest SEO training session 2
Demand Quest SEO training session 2Demand Quest SEO training session 2
Demand Quest SEO training session 2
 
10 Technical SEO Wins to Dominate Google Search
10 Technical SEO Wins to Dominate Google Search10 Technical SEO Wins to Dominate Google Search
10 Technical SEO Wins to Dominate Google Search
 
BITM3730 11-14.pptx
BITM3730 11-14.pptxBITM3730 11-14.pptx
BITM3730 11-14.pptx
 
Seo Onpage Optimization Guide
Seo Onpage Optimization Guide Seo Onpage Optimization Guide
Seo Onpage Optimization Guide
 
Seo Onpage Optimization Training
Seo Onpage Optimization TrainingSeo Onpage Optimization Training
Seo Onpage Optimization Training
 
The SEO Utility Belt
The SEO Utility BeltThe SEO Utility Belt
The SEO Utility Belt
 
SEO for Bloggers for EVO 2011
SEO for Bloggers for EVO 2011SEO for Bloggers for EVO 2011
SEO for Bloggers for EVO 2011
 
Clase 03
Clase 03Clase 03
Clase 03
 

Dernier

FULL ENJOY Call Girls In Majnu.Ka.Tilla Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu.Ka.Tilla Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu.Ka.Tilla Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu.Ka.Tilla Delhi Contact Us 8377877756
dollysharma2066
 
Riding the Wave of AI Disruption - Navigating the AI Fear Cycle in Marketing ...
Riding the Wave of AI Disruption - Navigating the AI Fear Cycle in Marketing ...Riding the Wave of AI Disruption - Navigating the AI Fear Cycle in Marketing ...
Riding the Wave of AI Disruption - Navigating the AI Fear Cycle in Marketing ...
DigiMarCon - Digital Marketing, Media and Advertising Conferences & Exhibitions
 

Dernier (20)

Labour Day Celebrating Workers and Their Contributions.pptx
Labour Day Celebrating Workers and Their Contributions.pptxLabour Day Celebrating Workers and Their Contributions.pptx
Labour Day Celebrating Workers and Their Contributions.pptx
 
BDSM⚡Call Girls in Sector 144 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 144 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 144 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 144 Noida Escorts >༒8448380779 Escort Service
 
Social media, ppt. Features, characteristics
Social media, ppt. Features, characteristicsSocial media, ppt. Features, characteristics
Social media, ppt. Features, characteristics
 
Generative AI Master Class - Generative AI, Unleash Creative Opportunity - Pe...
Generative AI Master Class - Generative AI, Unleash Creative Opportunity - Pe...Generative AI Master Class - Generative AI, Unleash Creative Opportunity - Pe...
Generative AI Master Class - Generative AI, Unleash Creative Opportunity - Pe...
 
Digital Strategy Master Class - Andrew Rupert
Digital Strategy Master Class - Andrew RupertDigital Strategy Master Class - Andrew Rupert
Digital Strategy Master Class - Andrew Rupert
 
Unraveling the Mystery of The Circleville Letters.pptx
Unraveling the Mystery of The Circleville Letters.pptxUnraveling the Mystery of The Circleville Letters.pptx
Unraveling the Mystery of The Circleville Letters.pptx
 
Foundation First - Why Your Website and Content Matters - David Pisarek
Foundation First - Why Your Website and Content Matters - David PisarekFoundation First - Why Your Website and Content Matters - David Pisarek
Foundation First - Why Your Website and Content Matters - David Pisarek
 
FULL ENJOY Call Girls In Majnu.Ka.Tilla Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu.Ka.Tilla Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu.Ka.Tilla Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu.Ka.Tilla Delhi Contact Us 8377877756
 
Google 3rd-Party Cookie Deprecation [Update] + 5 Best Strategies
Google 3rd-Party Cookie Deprecation [Update] + 5 Best StrategiesGoogle 3rd-Party Cookie Deprecation [Update] + 5 Best Strategies
Google 3rd-Party Cookie Deprecation [Update] + 5 Best Strategies
 
Navigating the SEO of Tomorrow, Competitive Benchmarking, China as an e-Comme...
Navigating the SEO of Tomorrow, Competitive Benchmarking, China as an e-Comme...Navigating the SEO of Tomorrow, Competitive Benchmarking, China as an e-Comme...
Navigating the SEO of Tomorrow, Competitive Benchmarking, China as an e-Comme...
 
Digital-Marketing-Into-by-Zoraiz-Ahmad.pptx
Digital-Marketing-Into-by-Zoraiz-Ahmad.pptxDigital-Marketing-Into-by-Zoraiz-Ahmad.pptx
Digital-Marketing-Into-by-Zoraiz-Ahmad.pptx
 
Five Essential Tools for International SEO - Natalia Witczyk - SearchNorwich 15
Five Essential Tools for International SEO - Natalia Witczyk - SearchNorwich 15Five Essential Tools for International SEO - Natalia Witczyk - SearchNorwich 15
Five Essential Tools for International SEO - Natalia Witczyk - SearchNorwich 15
 
Creator Influencer Strategy Master Class - Corinne Rose Guirgis
Creator Influencer Strategy Master Class - Corinne Rose GuirgisCreator Influencer Strategy Master Class - Corinne Rose Guirgis
Creator Influencer Strategy Master Class - Corinne Rose Guirgis
 
A.I. and The Social Media Shift - Mohit Rajhans
A.I. and The Social Media Shift - Mohit RajhansA.I. and The Social Media Shift - Mohit Rajhans
A.I. and The Social Media Shift - Mohit Rajhans
 
Unlocking the Mystery of the Voynich Manuscript
Unlocking the Mystery of the Voynich ManuscriptUnlocking the Mystery of the Voynich Manuscript
Unlocking the Mystery of the Voynich Manuscript
 
Cash payment girl 9257726604 Hand ✋ to Hand over girl
Cash payment girl 9257726604 Hand ✋ to Hand over girlCash payment girl 9257726604 Hand ✋ to Hand over girl
Cash payment girl 9257726604 Hand ✋ to Hand over girl
 
SEO for Revenue, Grow Your Business, Not Just Your Rankings - Dale Bertrand
SEO for Revenue, Grow Your Business, Not Just Your Rankings - Dale BertrandSEO for Revenue, Grow Your Business, Not Just Your Rankings - Dale Bertrand
SEO for Revenue, Grow Your Business, Not Just Your Rankings - Dale Bertrand
 
Pillar-Based Marketing Master Class - Ryan Brock
Pillar-Based Marketing Master Class - Ryan BrockPillar-Based Marketing Master Class - Ryan Brock
Pillar-Based Marketing Master Class - Ryan Brock
 
Riding the Wave of AI Disruption - Navigating the AI Fear Cycle in Marketing ...
Riding the Wave of AI Disruption - Navigating the AI Fear Cycle in Marketing ...Riding the Wave of AI Disruption - Navigating the AI Fear Cycle in Marketing ...
Riding the Wave of AI Disruption - Navigating the AI Fear Cycle in Marketing ...
 
How to utilize calculated properties in your HubSpot setups
How to utilize calculated properties in your HubSpot setupsHow to utilize calculated properties in your HubSpot setups
How to utilize calculated properties in your HubSpot setups
 

SEO Seminar Presentation

  • 1. 1.6 billion people use the internet
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7. Search Engine Optimization • Present Context • Search Engine Algorithms • On-Site Optimization • Off-Site Optimization
  • 8. SEO Present Context • “Is the art and the science of getting a website to appear prominently in organic search results when a search submits a query relevant to that website.” (Lieb, 2009) • How to get your site ranked at the top in and others
  • 9. SEO Present Context • How to optimize / rank higher for keywords like – Web hosting services – Computer backpacks – Best hotels in Cebu • Higher rankings = higher number of visitors = higher chance for conversions = higher income
  • 10. SEO Present Context • SEO can be performed by web designers, web developers, marketers, salespeople, writers and even spammers • The world of SEO is competitive but rewarding – People either find your site or your competitors’ – Anyone can do SEO but the best one gets the top – SEOs wear white hats, black hats or in between
  • 11. • A score from 0 to 10 assigned by on every webpage it has indexed that establishes the credibility of that page SEO Search Engine Algorithms
  • 12. • Can you guess how it works? SEO Search Engine Algorithms
  • 13. SEO Search Engine Algorithms • Google describes PageRank (PR) as – It reflects the importance of web pages by considering more than 500 million variables – Important pages receive higher PR and more likely to appear at the top of search results – Each page casts a vote on another page by providing a link to it • Therefore, use links to pass on credibility and establish PR and in turn influence rankings
  • 14. SEO Search Engine Algorithms Adobe .com 10 UPV .edu.ph 7 Multiply .com 7 BabyDesertWolf. blogspot.com 3 Wikipedia .com 9
  • 15. SEO Search Engine Algorithms • If we put a link to – http://babydesertwolf.blogspot.com/ • In this Wikipedia article with PR 7: – http://en.wikipedia.org/wiki/Bloggers • Is all the PR passed on? NO
  • 16. SEO Search Engine Algorithms • Think of PageRank as energy in the food chain: • There’s a diminishing effect on each new level
  • 17. SEO Search Engine Algorithms • Some websites (like Wikipedia and Multiply) don’t want to forward PR and adds this attribute: – <a href=“http://babydesertwolf.blogspot.com/” rel=“nofollow”> James Nogra’s Blog</a> • They can’t vouch for your credibility or don’t want to pass on the “link love” or “link juice” • Link still counted by Google but with lesser value than “rel=dofollow” links.
  • 18. SEO Search Engine Algorithms • A page with all these text: James Nogra, James Arnold Nogra, Arnold Nogra, Kring2x Nogra, Kring Nogra, Nogra Bloggers, Baby Desert Wolf, Baby Wolf, Baby Desert, Desert Wolf Blog … and similar pages STUFFED with keywords • Hundreds of dubious web pages linking to or redirecting to one site: ABlog.com – <a href=“BabyDesertWolf.blogspot.com”>Cebu Blogger</a> Cebu-Log.com – <a href=“BabyDesertWolf.blogspot.com”>Nice Blog</a> • Won’t be counted and may even cause your site to be removed from search engines
  • 19. SEO On-Site/Off-Site • So what does it mean for your site (and your SEO efforts)? • You have to improve your code to standards and optimized for the keywords you want • You have to build links from reputable sites
  • 20. SEO On-Site/Off-Site • It’s that easy (or not…) • This section discusses techniques provided in – Google’s SEO Starter Guide – The Truth About SEO by Rebecca Lieb – Professional SEO with PHP by Sirovich & Darie • And some things I’ve learned along the way
  • 21. SEO On-Site Optimization 1. The title: The first line of any search result. 2. The snippet: A description or an excerpt from the webpage. 3. The URL: The webpage's address. 4. Cached link: A link to an earlier version of this page.
  • 22. SEO On-Site Optimization • The TITLE tag – Create unique and accurate page titles – Homepage title should be different from others • Compare: – <title>Luggage, Travel Accessories, Business Cases & More - DiscountLuggage </title> – <title>Luggage, Luggages, Suitcase, Suitcases, Bag, Bags, Baggage, Baggages</title>
  • 23. SEO On-Site Optimization • Example in HTML code: • Google search results for: baseball cards
  • 24. SEO On-Site Optimization • The META tag – Summarize the content of every page – Provide a unique description for every page • Compare: – MacBook: http://www.apple.com/macbookpro/ • <meta name="Description" content="Meet the new MacBook Pro family. Now precision engineering, advanced technology, and innovation comes in three sizes: 13-, 15- and 17-inches."> – MacBook Air: http://www.apple.com/macbookair/ • <meta name="Description" content=“Still the thinnest and lightest Mac notebook, the new MacBook Air has a bigger hard drive, better graphics, and even more power.">
  • 25. SEO On-Site Optimization • Example in HTML code: • Google search results for: baseball cards
  • 26. SEO On-Site Optimization • The A (Anchor) tag – Write understandable text for links – Format links to be human and bot-friendly • Compare: – <a href=“http://www.sunstar.com.ph/cebu”>Click here</a> – <a href=“http://www.sunstar.com.ph/cebu”>Sunstar Cebu</a> – <a href=“http://www.sunstar.com.ph/cebu”>Best Cebu Newspaper</a>
  • 27. SEO On-Site Optimization • How do you optimize this?
  • 28. SEO On-Site Optimization • The IMG (Image) tag – Provide descriptive filenames for your pictures – Use alt and title attributes to specify alternative text to your images • Compare: – <img src=“IMG_4202.jpg”> – <img src=“ComSci-Class-2010.jpg” alt=“UPVCC BSCS Class 2010” title=“UPVCC Computer Science students having fun while waiting for yearbook picture-taking”>
  • 29. SEO On-Site Optimization • Suggested Placement: – <a href=“large/ComSci-Class-2010.jpg”><img src=“thumb/ComSci-Class-2010-th.jpg” alt=“…” title=“…”></a><p>Insert description here</p> – Imagine how four years of college life just fly by. If destined to be, we shall all be graduating in April 2010. Click on the thumbnail to fully see how we long for that day.
  • 30. SEO On-Site Optimization • The H tags (H1, …, H6) – Outline the content of your site based on importance – <H1> makes text bigger than <H2> and so on. • Compare: – <font size=“24”><p>Advanced SEO</p></font> <font size=“18”><p>Web Analytics</p></font> <font size=“18”><p>Usability Testing</p></font> – <h1>Advanced SEO</h1> <h2>Analytics</h2> <h2>Usability Testing</h2>
  • 31. SEO On-Site Optimization • Example in HTML code:
  • 32. SEO On-Site Optimization • The URL Structure – Avoid extremely long URLs showing only numbers, session IDs or gibberish characters – Rewrite URLs into folders or categories • Compare: – Good: • http://www.johnsluggage.com/product/rain- gear/505590/victorinox-automatic-umbrella.html – Bad: • http://www.johnsluggage.com/Admin/Edit/ Shop_Product/default/default/?id=505590
  • 33. SEO On-Site Optimization • Example: – http://seophp.example.com/product.php?category_id= 5&product_id=99 • Maybe rewritten into: – http://seophp.example.com/Products/Tools-C5/Super-Drill- P99.html
  • 34. SEO On-Site Optimization • Use words in URLs instead of having generic names – Optimizing for cebu hotels: • http://www.hotelclub.net/hotel.reservations/ Cebu.htm – Definitely better than: • http://www.hotelclub.net/folder1/folder2/page53.htm
  • 35. SEO On-Site Optimization • Create a SITEMAP or a simple directory structure • Avoid using “…/dir1/dir2/dir3/dir4/…” • Dir1 – Dir2 » Dir3 • Dir4 • Chances are bots & spiders would ignore pages buried too deep in too many folders.
  • 36. SEO On-Site Optimization • A sitemap is a page on the site listing all the relevant web pages (think: index) • A Sitemap is an XML file which provides search engines with standard URL listing
  • 37. SEO On-Site Optimization • Watch out for these: – Flash (SWF) files – can’t be “parsed” by spiders – Google wouldn’t know what they’re talking about
  • 38. SEO On-Site Optimization • Watch out for these: – JavaScript output is read by not the code – Spiders can’t also be asked to fill in forms or login – Same holds true for AJAX
  • 39. SEO On-Site Optimization • Is there a shortcut? Yes and No. • Try Wordpress, Joomla, Drupal or any other Content Management System (CMS) out there • The Shortcuts: Wordpress has plug-ins for SEO • The Blockade: Takes time to learn CMS
  • 40. SEO Off-Site Optimization • First things first: Have a domain and a host! • Submit your site to search engines • Submit your site to directories, notably – The Open Directory Project – http://www.dmoz.org/ – And hundreds more using DigiXmas software
  • 41. SEO Off-Site Optimization • Have the following ready: – Mozilla Firefox – Add-ons: • Search Status • SEOQuake • Lazarus Form Recovery • Xmarks Bookmark Synchronizer • LastPass Password Manager –Proxies & Anonymizers
  • 42. SEO Off-Site Optimization • Build links and more links in BLOGS – As blog entries – As blog comments
  • 43. SEO Off-Site Optimization • Find BLOGS to comment on by – Typing keywords site:domain in Google • canon cameras site:blogspot.com – Looking at Google Blog Search • http://blogsearch.google.com/ – Using G-Lock Fast Blog Finder software
  • 44. SEO Off-Site Optimization • Ask or offer to exchange links between related sites • Submit URL to review sites such as RateItAll.com and Ratings.Net • Submit new content to social bookmarking sites such as Digg.com, Faves.com, etc.
  • 45. SEO Off-Site Optimization • Submit unique content to article directories and latest news to Press Release sites • Try to leave URLs in – Relevant Wikipedia articles – Related Digg submissions – Up-to-date Twitter posts – Forum accounts and signatures – Profile and resume sites
  • 46. SEO Off-Site Optimization • “Don’t be evil!” – Don’t automate/clone blog comments – Don’t spam blogs – leaving absurd comments – Don’t create thousands of dummy sites linking to yours in an instant – Don’t buy links for the sake of having hundreds of them – Don’t try to fool Google with keyword stuffing, whitespace spam and cloaking redirects
  • 47. SEO Off-Site Optimization • SEO is not the end-all-be-all of your web life – Newer domains give way to older ones – Rankings fluctuate - the Google Dance – If you can’t beat competition, try paid advertising – Rankings say something on SEO performance but Web Analytics tell everything about conversions
  • 48. SEO To Be Continued… • Coming Up: – Laboratory: On-Site Optimization – Laboratory: Off-Site Optimization – Best Practices and Worst Abuses – Introduction to Web Analytics
  • 49. SEO To Be Continued… • Web References: – Google Ranking Factors • http://www.vaughns-1-pagers.com/internet/google-ranking- factors.htm – SEO Autopsy: See Your Site Like Google Does • http://www.rsspieces.com/seo-autopsy-see-your-site-like-a-search- – Presentation Zen: Learning from Bill Gates & Steve Jobs • http://www.presentationzen.com/presentationzen/2007/09/steve-bill- redu.html – Dante Lee Blog: Only 1.6 Billion People Use the Internet • http://www.dantelee.com/2009/10/only-16-billion-people-use- internet.html
  • 50. SEO To Be Continued… • Presenter: Rommel Paras – SEO Specialist, RankPay.com – Internet Services Assistant, Digital Pipelines – The Computer Guy, John’s Fifth Avenue • Web Engineering class of Mr. Alan Espritu