SlideShare ist ein Scribd-Unternehmen logo
1 von 35
Downloaden Sie, um offline zu lesen
Seminar on Web Search
Search Engine Optimisation (SEO) and Search
Engine Marketing (SEM)

Prof. Beat Signer
Department of Computer Science
Vrije Universiteit Brussel

http://www.beatsigner.com
                                         2 December 2005
Search Engine Result Pages (SERP)




September 9, 2011   Beat Signer - Department of Computer Science - bsigner@vub.ac.be   2
Search Engine Result Pages (SERP) ...




September 9, 2011   Beat Signer - Department of Computer Science - bsigner@vub.ac.be   3
Vertical Search Result Pages




September 9, 2011   Beat Signer - Department of Computer Science - bsigner@vub.ac.be   4
Search Engine Result Page
      There is a variety of information shown on a search
          engine result page (SERP)
              organic search results
              non-organic search results
              meta-information about the result (e.g. number of result pages)
              vertical navigation
              advanced search options
              query refinement suggestions
              ...




September 9, 2011                 Beat Signer - Department of Computer Science - bsigner@vub.ac.be   5
Search Engine Marketing (SEM)
      For many companies Internet marketing
          has become a big business
      Search engine marketing (SEM) aims to
          increase the visibility of a website
              search engine optimisation (SEO)
              paid search advertising (non-organic search)
              social media marketing
      SEO should not be decoupled from a website's
          content, structure, design and used technologies
      SEO has to be seen as an continuous process in a
          rapidly changing environment
              different search engines with regular changes in ranking
September 9, 2011                 Beat Signer - Department of Computer Science - bsigner@vub.ac.be   6
Structural Choices
      Keep the website structure as flat a possible
              minimise link depth
              avoid pages with much more than 100 links
      Think about your website's internal link structure
              which pages are directly linked from the homepage?
              create many internal links for important pages
              be "careful" about where to put outgoing links
                    - PageRank leakage
              use keyword-rich anchor texts
              dynamically create links between related content
                    - e.g. "customer who bought this also bought ..." or "visitors who viewed this
                      also viewed ..."

      Increase the number of pages
September 9, 2011                          Beat Signer - Department of Computer Science - bsigner@vub.ac.be   7
Technological Choices
      Check whether a potential content management
          system (CMS) is SEO friendly
      Dynamic URLs vs. static URLs
              avoid session IDs and parameters in URL
              use URL rewriting to get descriptive URLs containing keywords
      Think carefully about the use of dynamic
          content and links
              e.g. use of JavaScript or Flash
              Rich Internet Applications (RIAs) based on AJAX etc.
              content hidden behind pull-down menus etc.
      Address webpages consistently
              http://www.vub.ac.be  http://www.vub.ac.be/index.php

September 9, 2011                Beat Signer - Department of Computer Science - bsigner@vub.ac.be   8
Consistent Addressing of Webpages




September 9, 2011   Beat Signer - Department of Computer Science - bsigner@vub.ac.be   9
Search Engine Optimisations
      Different things can be optimised
              on-page factors
              off-page factors
      It is assumed that some search engines use more than
          200 on-page and off-page factors for their ranking
      Difference between optimisation and breaking the
          "search engine rules"
              white hat and black hat optimisations
      A bad ranking or removal from index can cost a company
          a lot of money or even mark the end of the company
              e.g. supplemental index ("Google hell")

September 9, 2011                 Beat Signer - Department of Computer Science - bsigner@vub.ac.be   10
Positive On-Page Factors
      Use of keywords at relevant places
              in title tag (preferably one of the first words)
              in URL
              in domain name
              in header tags (e.g. <h1>)
              multiple times in body text
      Provide metadata
              e.g. <meta name="description"> also used by search engines
               to create the text snippets on the SERPs
      Quality of HTML code
      Uniqueness of content across the website
      Page freshness (occasional changes)
September 9, 2011                   Beat Signer - Department of Computer Science - bsigner@vub.ac.be   11
Negative On-Page Factors
      Links to "bad neighbourhood"
      Link selling
              in 2007 Google announced a campaign against
               paid links that transfer PageRank
         Over optimisation penalty (keyword stuffing)
         Text with same colour as background (hidden content)
         Automatic redirect via the refresh meta tag
         Cloaking
              different pages for spider and user
      Malware being hosted on the page

September 9, 2011                 Beat Signer - Department of Computer Science - bsigner@vub.ac.be   12
Negative On-Page Factors ...
         Duplicate or similar content
         Duplicate page titles or meta tags
         Slow page load time
         Any copyright violations
         ...




September 9, 2011           Beat Signer - Department of Computer Science - bsigner@vub.ac.be   13
Positive Off-Page Factors
         Links from pages with a high PageRank
         Keywords in anchor text of inbound links
         Links from topically relevant sites
         High clickthrough rate (CTR) from search engine for a
          given keyword
      Listed in DMOZ / Open Directory Project (ODP) and
          Yahoo directories
      High number of shares on social networks
              e.g. Facebook, Google +1 or Twitter



September 9, 2011                Beat Signer - Department of Computer Science - bsigner@vub.ac.be   14
Positive Off-Page Factors ...
      Site age (stability)
              Google sandbox?
      Domain expiration date
      High PageRank
      ...




September 9, 2011                Beat Signer - Department of Computer Science - bsigner@vub.ac.be   15
Negative Off-Page Factors
      Site often not accessible to crawlers
              e.g. server problem
      High bounce rate
              users immediately press the back button
      Link buying
              rapidly increasing number of inbound links
         Use of link farms
         Participation in link sharing programmes
         Links from bad neighbourhood?
         Competitor attack (e.g. via duplicate content)?

September 9, 2011                 Beat Signer - Department of Computer Science - bsigner@vub.ac.be   16
Black Hat Optimisations (Don'ts)
      Link farms
      Spamdexing in guestbooks, Wikipedia etc.
              "solution": <a rel="nofollow" href="...">...</a>
      Keyword Stuffing
              overuse of keywords
                    - content keyword stuffing
                    - image keyword stuffing
                    - kewords in meta tags
                    - invisible text with keywords

      Selling/buying links
              "big" business until 2007
              costs based on the PageRank of the linking site

September 9, 2011                          Beat Signer - Department of Computer Science - bsigner@vub.ac.be   17
Black Hat Optimisations (Don'ts) ...
      Doorway pages (cloaking)
              doorway pages are normally just designed for search engines
                    - user is automatically redirected to the target page
              e.g. BMW Germany and Ricoh Germany banned
               in February 2006




September 9, 2011                          Beat Signer - Department of Computer Science - bsigner@vub.ac.be   18
Nofollow Link Example
      Nofollow value for hyperlinks introduced by Google in
          2005 to avoid spamdexing
              <a rel="nofollow" href="...">...</a>

      Links with a nofollow value were not counted in the
          PageRank computation
              division by number of outgoing links
              e.g. page with 9 outgoing links and 3 of them are nofollow links
                    - PageRank divided by 6 and distributed across the 6 "really linked pages"

      SEO experts started to use (misuse) the nofollow links
          for PageRank sculpting
              control flow of PageRank within a website


September 9, 2011                         Beat Signer - Department of Computer Science - bsigner@vub.ac.be   19
Nofollow Link Example ...
      In June 2009 Google decided to treat nofollow links
          differently to avoid PageRank sculpting
              division by total number of outgoing links
              e.g. page with 9 outgoing links and 3 of them are nofollow links
                    - PageRank divided by 9 and distributed across the 6 "really linked pages"
              no longer a good solution to prevent Spamdexing since we loose
               (diffuse) some PageRank
      SEO experts start to use alternative techniques to
          replace nofollow links
              e.g. obfuscated JavaScript links




September 9, 2011                         Beat Signer - Department of Computer Science - bsigner@vub.ac.be   20
Where to Get SEO Information
      Guidelines from search
          engine providers
              e.g. Google webmaster
               guidelines
      Various SEO websites
              http://www.seobook.com/
              http://www.seomoz.org/

      Blogs
              Matt Cutts (GoogleGuy)
               http://www.mattcutts.com/blog/

              ...


September 9, 2011                  Beat Signer - Department of Computer Science - bsigner@vub.ac.be   21
Webpage Validation
      Browsers forgive errors in
          HTML documents
              weakens the standard
      HTML pages can be
          checked against standard
              http://validator.w3.org/

      Less HTML errors
              easier parsing for search
               engines
              might also be a ranking factor
               for search engines
              faster rendering

September 9, 2011                 Beat Signer - Department of Computer Science - bsigner@vub.ac.be   22
Google Webmaster Tools
      Various services and infor-
          mation about a website
      Site configuration
              submission of sitemap
              crawler access
              URLs of indexed pages
              settings
                    - e.g. preferred domain

      Your site on the web
              search queries
              keywords
              internal and external links
September 9, 2011                        Beat Signer - Department of Computer Science - bsigner@vub.ac.be   23
Google Webmaster Tools ...
      Diagnostics
              crawl rates and errors
              HTML suggestions
      Use HTML suggestions for on-page factor optimisation
              meta description
                    - duplicate meta descriptions
                    - too long meta descriptions
              title tag
                    - missing or duplicate title tags
                    - too long or too short title tags
              non-indexable content
      Similar tools offered by other search engines
              e.g. Bing Webmaster Tools
September 9, 2011                           Beat Signer - Department of Computer Science - bsigner@vub.ac.be   24
XML Sitemaps
      <?xml version="1.0" encoding="UTF-8"?>
      <urlset xmlns="http://www.example.com/sitemap/0.9">
        <url>
          <loc>http://www.tenera.ch/zyliss-trommelreibe.html</loc>
          <lastmod>2011-07-06</lastmod>
          <changefreq>weekly</changefreq>
          <priority>0.4</priority>
        </url>
        <url>
          <loc>http://www.tenera.ch/tenera-universalmesser.html</loc>
          <lastmod>2010-12-05</lastmod>
          <changefreq>weekly</changefreq>
          <priority>0.1</priority>
        </url>
        ...
      </urlset>



      List of URLs that should be crawled and indexed

September 9, 2011              Beat Signer - Department of Computer Science - bsigner@vub.ac.be   25
XML Sitemaps ...
      All major search engines support the sitemap format
      The URLs of sitemap are not guaranteed to be added to
          a search engine's index
              helps search engine to find pages that are not yet indexed
      Additional metadata might be provided to search engines
              relative page relevance (priority)
              date of last modififaction (lastmod)
              update frequency (changefreq)




September 9, 2011                 Beat Signer - Department of Computer Science - bsigner@vub.ac.be   26
Web Analysis Tools
      Logfile analysis tools
      Google Analytics
              easy to "install" over the Web
              website admin has to add a
               piece of JavaScript code to
               the website
              Google gets information
               about site visitors
              a user can normally choose
               to use a free service (e.g.
               Gmail) but has no choice
               when it comes to being
               tracked via Google Analytics

September 9, 2011                 Beat Signer - Department of Computer Science - bsigner@vub.ac.be   27
Product Search
      Various shopping and
          price comparison sites
          import product data
              some of them are free, for
               others one has to pay
      Google Product Search
              started as Froogle, became
               Google Products and now
               Google Product Search
              product data uploaded to
               Google Base
              very effective vertical search

September 9, 2011                  Beat Signer - Department of Computer Science - bsigner@vub.ac.be   28
Social Networks and Bookmarking
      Social networks offer
          another great opportunity
          to attract new visitors
              "word of mouth"
              inlinks do often not count
      Offer visitors the possi-
          bility to easily bookmark
          and share a website on
          social networks
              use sharing services such
               as AddThis
                    - http://www.addthis.com/


September 9, 2011                      Beat Signer - Department of Computer Science - bsigner@vub.ac.be   29
Non-Organic Search
      In addition to the so-called organic search, websites can
          also participate in non-organic web search
              cost per impression (CPI)
              cost- per-click (CPC)
      The non-organic web search should be treated
          independently from the organic web search
      Quality of the landing page can have an impact on the
          non-organic web search performance!
      The Google AdWords programme is an example of a
          commercial non-organic web search service
              other services include Yahoo! Advertising Solutions,
               Facebook Ads, ...
September 9, 2011                Beat Signer - Department of Computer Science - bsigner@vub.ac.be   30
Google AdWords
      pay-per-click (PPC) or
          cost-per-thousand (CPM)
      Campains and ad groups
      Two types of advertising
              search
              content network
                    - Google Adsense

      Highly customisable ads
              region
              language
              daytime
              ...
September 9, 2011                      Beat Signer - Department of Computer Science - bsigner@vub.ac.be   31
Google AdWords ...
      Excellent control and monitoring for AdWords users
              cost per conversion
      In 2010 Google's total advertising revenues
          were 28 billion USD




September 9, 2011                Beat Signer - Department of Computer Science - bsigner@vub.ac.be   32
Conclusions
      SEO is a continous and lengthy process that should be
          synchronised with decisions about a website's content,
          structure, design and used technologies
      Optimisation of on-page and off-page factors leads to
          increased ranking and visibility
      Non-organic search as a paid alternative to increase the
          visibility
              profits from SEO since the landing pages will be of higher quality
      Many opportunities and free services
              e.g. Google Product Search
      Social marketing and social search is rapidly growing!
September 9, 2011                 Beat Signer - Department of Computer Science - bsigner@vub.ac.be   33
References
      Google Webmaster Tools
              http://www.google.com/webmasters/

      The W3C Markup Validation Service
              http://validator.w3.org/

      Matt Cutts
              http://www.mattcutts.com/blog/

      SEO Book
              http://www.seobook.com

      SEOmoz
              http://www.seomoz.org



September 9, 2011             Beat Signer - Department of Computer Science - bsigner@vub.ac.be   34
Next Lecture
Current and Future Trends in Web Search




                                          2 December 2005

Weitere ähnliche Inhalte

Was ist angesagt?

Web Design & Development - Session 1
Web Design & Development - Session 1Web Design & Development - Session 1
Web Design & Development - Session 1Shahrzad Peyman
 
Clase 03
Clase 03Clase 03
Clase 03rodcul
 
TechFuse 2013 - Break down the walls SharePoint 2013
TechFuse 2013 - Break down the walls SharePoint 2013TechFuse 2013 - Break down the walls SharePoint 2013
TechFuse 2013 - Break down the walls SharePoint 2013Avtex
 
Notes for SEO Analyst, SEO, SEM, Web Analyst, Webmaster, Online Marketing Guy...
Notes for SEO Analyst, SEO, SEM, Web Analyst, Webmaster, Online Marketing Guy...Notes for SEO Analyst, SEO, SEM, Web Analyst, Webmaster, Online Marketing Guy...
Notes for SEO Analyst, SEO, SEM, Web Analyst, Webmaster, Online Marketing Guy...Ravinder Malik
 
Skb web2.0
Skb web2.0Skb web2.0
Skb web2.0animove
 
SEO Practices for Blogs - Stop Blogging a Dead Horse
SEO Practices for Blogs - Stop Blogging a Dead HorseSEO Practices for Blogs - Stop Blogging a Dead Horse
SEO Practices for Blogs - Stop Blogging a Dead HorseMichael Jones
 
Type of websites
Type of websitesType of websites
Type of websitesEdy Indra
 
Bloggin' Along: Bargains for Businesses
Bloggin' Along: Bargains for BusinessesBloggin' Along: Bargains for Businesses
Bloggin' Along: Bargains for BusinessesBetzi Paz
 
eCommerce Master Class
eCommerce Master ClasseCommerce Master Class
eCommerce Master ClassSMFB ENGINE
 
Future of Search | Yury Lifshits, Yahoo! Research
Future of Search | Yury Lifshits, Yahoo! ResearchFuture of Search | Yury Lifshits, Yahoo! Research
Future of Search | Yury Lifshits, Yahoo! ResearchYury Lifshits
 
Stress-free Website Redesign for Search and Social - Mozinar
Stress-free Website Redesign for Search and Social - MozinarStress-free Website Redesign for Search and Social - Mozinar
Stress-free Website Redesign for Search and Social - MozinarYo! Yo! SEO
 
24 ways-backlinking
24 ways-backlinking24 ways-backlinking
24 ways-backlinkingJohn Yadav
 
Know. Share. Do. Increase IBM Connections Usage, Adoption and ROI with int...
Know. Share. Do.  Increase IBM Connections Usage, Adoption and ROI with int...Know. Share. Do.  Increase IBM Connections Usage, Adoption and ROI with int...
Know. Share. Do. Increase IBM Connections Usage, Adoption and ROI with int...TIMETOACT GROUP
 
Common SEO Mistakes by Website Designers
Common SEO Mistakes by Website DesignersCommon SEO Mistakes by Website Designers
Common SEO Mistakes by Website DesignersMatter Solutions
 
12 ways to increase your website traffic
12 ways to increase your website traffic12 ways to increase your website traffic
12 ways to increase your website trafficChandrashekar Reddy
 

Was ist angesagt? (20)

Web Design & Development - Session 1
Web Design & Development - Session 1Web Design & Development - Session 1
Web Design & Development - Session 1
 
Seo
SeoSeo
Seo
 
Web development
Web developmentWeb development
Web development
 
Clase 03
Clase 03Clase 03
Clase 03
 
TechFuse 2013 - Break down the walls SharePoint 2013
TechFuse 2013 - Break down the walls SharePoint 2013TechFuse 2013 - Break down the walls SharePoint 2013
TechFuse 2013 - Break down the walls SharePoint 2013
 
Notes for SEO Analyst, SEO, SEM, Web Analyst, Webmaster, Online Marketing Guy...
Notes for SEO Analyst, SEO, SEM, Web Analyst, Webmaster, Online Marketing Guy...Notes for SEO Analyst, SEO, SEM, Web Analyst, Webmaster, Online Marketing Guy...
Notes for SEO Analyst, SEO, SEM, Web Analyst, Webmaster, Online Marketing Guy...
 
Skb web2.0
Skb web2.0Skb web2.0
Skb web2.0
 
SEO Practices for Blogs - Stop Blogging a Dead Horse
SEO Practices for Blogs - Stop Blogging a Dead HorseSEO Practices for Blogs - Stop Blogging a Dead Horse
SEO Practices for Blogs - Stop Blogging a Dead Horse
 
Type of websites
Type of websitesType of websites
Type of websites
 
Bloggin' Along: Bargains for Businesses
Bloggin' Along: Bargains for BusinessesBloggin' Along: Bargains for Businesses
Bloggin' Along: Bargains for Businesses
 
eCommerce Master Class
eCommerce Master ClasseCommerce Master Class
eCommerce Master Class
 
Future of Search | Yury Lifshits, Yahoo! Research
Future of Search | Yury Lifshits, Yahoo! ResearchFuture of Search | Yury Lifshits, Yahoo! Research
Future of Search | Yury Lifshits, Yahoo! Research
 
Stress-free Website Redesign for Search and Social - Mozinar
Stress-free Website Redesign for Search and Social - MozinarStress-free Website Redesign for Search and Social - Mozinar
Stress-free Website Redesign for Search and Social - Mozinar
 
Seo
SeoSeo
Seo
 
Web design intro
Web design introWeb design intro
Web design intro
 
24 ways-backlinking
24 ways-backlinking24 ways-backlinking
24 ways-backlinking
 
Know. Share. Do. Increase IBM Connections Usage, Adoption and ROI with int...
Know. Share. Do.  Increase IBM Connections Usage, Adoption and ROI with int...Know. Share. Do.  Increase IBM Connections Usage, Adoption and ROI with int...
Know. Share. Do. Increase IBM Connections Usage, Adoption and ROI with int...
 
Common SEO Mistakes by Website Designers
Common SEO Mistakes by Website DesignersCommon SEO Mistakes by Website Designers
Common SEO Mistakes by Website Designers
 
12 ways to increase your website traffic
12 ways to increase your website traffic12 ways to increase your website traffic
12 ways to increase your website traffic
 
Link Building
Link BuildingLink Building
Link Building
 

Andere mochten auch

An Architecture for Open Cross-Media Annotation Services
An Architecture for Open Cross-Media Annotation ServicesAn Architecture for Open Cross-Media Annotation Services
An Architecture for Open Cross-Media Annotation ServicesBeat Signer
 
Interactive Paper: Past, Present and Future
Interactive Paper: Past, Present and FutureInteractive Paper: Past, Present and Future
Interactive Paper: Past, Present and FutureBeat Signer
 
The Future of Computers and the Internet - Mens en computer in 2030?
The Future of Computers and the Internet - Mens en computer in 2030?The Future of Computers and the Internet - Mens en computer in 2030?
The Future of Computers and the Internet - Mens en computer in 2030?Beat Signer
 
Cross-Media Information Systems - Quo Vadis?
Cross-Media Information Systems - Quo Vadis?Cross-Media Information Systems - Quo Vadis?
Cross-Media Information Systems - Quo Vadis?Beat Signer
 
Paper-Digital User Interfaces - Applications, Frameworks and Future Challenges
Paper-Digital User Interfaces - Applications, Frameworks and Future ChallengesPaper-Digital User Interfaces - Applications, Frameworks and Future Challenges
Paper-Digital User Interfaces - Applications, Frameworks and Future ChallengesBeat Signer
 
Cross-Media Information Spaces and Architectures (CISA)
Cross-Media Information Spaces and Architectures (CISA)Cross-Media Information Spaces and Architectures (CISA)
Cross-Media Information Spaces and Architectures (CISA)Beat Signer
 
Introduction - Web Technologies (1019888BNR)
Introduction - Web Technologies (1019888BNR)Introduction - Web Technologies (1019888BNR)
Introduction - Web Technologies (1019888BNR)Beat Signer
 
Introduction - Lecture 1 - Next Generation User Interfaces (4018166FNR)
Introduction - Lecture 1 - Next Generation User Interfaces (4018166FNR)Introduction - Lecture 1 - Next Generation User Interfaces (4018166FNR)
Introduction - Lecture 1 - Next Generation User Interfaces (4018166FNR)Beat Signer
 
Seo – smo – sem the king of search engines
Seo – smo – sem the king of search enginesSeo – smo – sem the king of search engines
Seo – smo – sem the king of search enginesjustcallmemaam
 
Introduction - Lecture 1 - Advanced Topics in Information Systems (4016792ENR)
Introduction - Lecture 1 - Advanced Topics in Information Systems (4016792ENR)Introduction - Lecture 1 - Advanced Topics in Information Systems (4016792ENR)
Introduction - Lecture 1 - Advanced Topics in Information Systems (4016792ENR)Beat Signer
 
Asia SEM (Search Engine Marketing) - An Overview By Sozon
Asia SEM (Search Engine Marketing) - An Overview By Sozon Asia SEM (Search Engine Marketing) - An Overview By Sozon
Asia SEM (Search Engine Marketing) - An Overview By Sozon aradovic
 
Search Engine Marketing (Oldschool) - an introduction.
Search Engine Marketing (Oldschool) - an introduction.Search Engine Marketing (Oldschool) - an introduction.
Search Engine Marketing (Oldschool) - an introduction.Tim Vermeire
 
Introduction - Lecture 01 - Web Information Systems (4011474FNR)
 Introduction - Lecture 01 - Web Information Systems (4011474FNR) Introduction - Lecture 01 - Web Information Systems (4011474FNR)
Introduction - Lecture 01 - Web Information Systems (4011474FNR)Beat Signer
 

Andere mochten auch (20)

An Architecture for Open Cross-Media Annotation Services
An Architecture for Open Cross-Media Annotation ServicesAn Architecture for Open Cross-Media Annotation Services
An Architecture for Open Cross-Media Annotation Services
 
Interactive Paper: Past, Present and Future
Interactive Paper: Past, Present and FutureInteractive Paper: Past, Present and Future
Interactive Paper: Past, Present and Future
 
The Future of Computers and the Internet - Mens en computer in 2030?
The Future of Computers and the Internet - Mens en computer in 2030?The Future of Computers and the Internet - Mens en computer in 2030?
The Future of Computers and the Internet - Mens en computer in 2030?
 
Cross-Media Information Systems - Quo Vadis?
Cross-Media Information Systems - Quo Vadis?Cross-Media Information Systems - Quo Vadis?
Cross-Media Information Systems - Quo Vadis?
 
Paper-Digital User Interfaces - Applications, Frameworks and Future Challenges
Paper-Digital User Interfaces - Applications, Frameworks and Future ChallengesPaper-Digital User Interfaces - Applications, Frameworks and Future Challenges
Paper-Digital User Interfaces - Applications, Frameworks and Future Challenges
 
Cross-Media Information Spaces and Architectures (CISA)
Cross-Media Information Spaces and Architectures (CISA)Cross-Media Information Spaces and Architectures (CISA)
Cross-Media Information Spaces and Architectures (CISA)
 
Introduction - Web Technologies (1019888BNR)
Introduction - Web Technologies (1019888BNR)Introduction - Web Technologies (1019888BNR)
Introduction - Web Technologies (1019888BNR)
 
Introduction - Lecture 1 - Next Generation User Interfaces (4018166FNR)
Introduction - Lecture 1 - Next Generation User Interfaces (4018166FNR)Introduction - Lecture 1 - Next Generation User Interfaces (4018166FNR)
Introduction - Lecture 1 - Next Generation User Interfaces (4018166FNR)
 
Plantijn presentatie
Plantijn presentatiePlantijn presentatie
Plantijn presentatie
 
Seo – smo – sem the king of search engines
Seo – smo – sem the king of search enginesSeo – smo – sem the king of search engines
Seo – smo – sem the king of search engines
 
Introduction - Lecture 1 - Advanced Topics in Information Systems (4016792ENR)
Introduction - Lecture 1 - Advanced Topics in Information Systems (4016792ENR)Introduction - Lecture 1 - Advanced Topics in Information Systems (4016792ENR)
Introduction - Lecture 1 - Advanced Topics in Information Systems (4016792ENR)
 
Seo tutorial
Seo tutorialSeo tutorial
Seo tutorial
 
Asia SEM (Search Engine Marketing) - An Overview By Sozon
Asia SEM (Search Engine Marketing) - An Overview By Sozon Asia SEM (Search Engine Marketing) - An Overview By Sozon
Asia SEM (Search Engine Marketing) - An Overview By Sozon
 
Search Engine Marketing (Oldschool) - an introduction.
Search Engine Marketing (Oldschool) - an introduction.Search Engine Marketing (Oldschool) - an introduction.
Search Engine Marketing (Oldschool) - an introduction.
 
Introduction - Lecture 01 - Web Information Systems (4011474FNR)
 Introduction - Lecture 01 - Web Information Systems (4011474FNR) Introduction - Lecture 01 - Web Information Systems (4011474FNR)
Introduction - Lecture 01 - Web Information Systems (4011474FNR)
 
Episode 5 seo analysis
Episode 5  seo analysisEpisode 5  seo analysis
Episode 5 seo analysis
 
Episode 8 business models
Episode 8   business modelsEpisode 8   business models
Episode 8 business models
 
Episode 6 content marketing
Episode  6 content marketingEpisode  6 content marketing
Episode 6 content marketing
 
Episode 7 social media
Episode  7   social mediaEpisode  7   social media
Episode 7 social media
 
Episode 9 growth hacking
Episode 9   growth hackingEpisode 9   growth hacking
Episode 9 growth hacking
 

Ähnlich wie SEO (Search Engine Optimisation) and SEM (Search Engine Marketing) - Seminar on Web Search

Sandcamp SEO Presentation 1/24/10
Sandcamp SEO Presentation 1/24/10Sandcamp SEO Presentation 1/24/10
Sandcamp SEO Presentation 1/24/10Max Thomas
 
Thunder SEO Presentation - Drupal SandCamp San Diego 2010
Thunder SEO Presentation - Drupal SandCamp San Diego 2010Thunder SEO Presentation - Drupal SandCamp San Diego 2010
Thunder SEO Presentation - Drupal SandCamp San Diego 2010Max Thomas
 
Drupal SandCamp San Diego - Thunder SEO Presentation
Drupal SandCamp San Diego - Thunder SEO PresentationDrupal SandCamp San Diego - Thunder SEO Presentation
Drupal SandCamp San Diego - Thunder SEO PresentationMax Thomas
 
International Search Placement | John Caldwell - CreatorSEO
International Search Placement | John Caldwell - CreatorSEOInternational Search Placement | John Caldwell - CreatorSEO
International Search Placement | John Caldwell - CreatorSEOEnterprise Ireland
 
Competitive Seo Strategies | John Caldwell | CreatorSEO
Competitive Seo Strategies | John Caldwell | CreatorSEOCompetitive Seo Strategies | John Caldwell | CreatorSEO
Competitive Seo Strategies | John Caldwell | CreatorSEOEnterprise Ireland
 
Affiliate SEO
Affiliate SEOAffiliate SEO
Affiliate SEOMertS
 
Google Analytics & SEO Blogging. JCiEdinburgh - Ben Rogers - Attacat
Google Analytics & SEO Blogging. JCiEdinburgh - Ben Rogers - AttacatGoogle Analytics & SEO Blogging. JCiEdinburgh - Ben Rogers - Attacat
Google Analytics & SEO Blogging. JCiEdinburgh - Ben Rogers - AttacatAttacat Internet Marketing
 
Understanding & Using Search Engine Optimization
Understanding & Using Search Engine OptimizationUnderstanding & Using Search Engine Optimization
Understanding & Using Search Engine OptimizationifPeople
 
SEO-HIGH TRAFFIC ROUTING
SEO-HIGH TRAFFIC ROUTINGSEO-HIGH TRAFFIC ROUTING
SEO-HIGH TRAFFIC ROUTINGBUDNET
 
Searching for Users: SEO as an Engine for Customer Acquisition (Stephan Spenc...
Searching for Users: SEO as an Engine for Customer Acquisition (Stephan Spenc...Searching for Users: SEO as an Engine for Customer Acquisition (Stephan Spenc...
Searching for Users: SEO as an Engine for Customer Acquisition (Stephan Spenc...Dealmaker Media
 
Internet marketing for small business 1
Internet marketing for small business 1Internet marketing for small business 1
Internet marketing for small business 1Jim Blair
 
Seo introduction
Seo introductionSeo introduction
Seo introductionVijay Kumar
 
User experience-seo-indiana-bar-camp-2010
User experience-seo-indiana-bar-camp-2010User experience-seo-indiana-bar-camp-2010
User experience-seo-indiana-bar-camp-2010goldentech
 

Ähnlich wie SEO (Search Engine Optimisation) and SEM (Search Engine Marketing) - Seminar on Web Search (20)

Seo 2010
Seo 2010Seo 2010
Seo 2010
 
Sandcamp SEO Presentation 1/24/10
Sandcamp SEO Presentation 1/24/10Sandcamp SEO Presentation 1/24/10
Sandcamp SEO Presentation 1/24/10
 
Thunder SEO Presentation - Drupal SandCamp San Diego 2010
Thunder SEO Presentation - Drupal SandCamp San Diego 2010Thunder SEO Presentation - Drupal SandCamp San Diego 2010
Thunder SEO Presentation - Drupal SandCamp San Diego 2010
 
Drupal SandCamp San Diego - Thunder SEO Presentation
Drupal SandCamp San Diego - Thunder SEO PresentationDrupal SandCamp San Diego - Thunder SEO Presentation
Drupal SandCamp San Diego - Thunder SEO Presentation
 
Seo
SeoSeo
Seo
 
seo (1).ppt
seo (1).pptseo (1).ppt
seo (1).ppt
 
seo.ppt
seo.pptseo.ppt
seo.ppt
 
International Search Placement | John Caldwell - CreatorSEO
International Search Placement | John Caldwell - CreatorSEOInternational Search Placement | John Caldwell - CreatorSEO
International Search Placement | John Caldwell - CreatorSEO
 
Competitive Seo Strategies | John Caldwell | CreatorSEO
Competitive Seo Strategies | John Caldwell | CreatorSEOCompetitive Seo Strategies | John Caldwell | CreatorSEO
Competitive Seo Strategies | John Caldwell | CreatorSEO
 
SEO for Bloggers for EVO 2011
SEO for Bloggers for EVO 2011SEO for Bloggers for EVO 2011
SEO for Bloggers for EVO 2011
 
Affiliate SEO
Affiliate SEOAffiliate SEO
Affiliate SEO
 
Freetoolsforseo
FreetoolsforseoFreetoolsforseo
Freetoolsforseo
 
Google Analytics & SEO Blogging. JCiEdinburgh - Ben Rogers - Attacat
Google Analytics & SEO Blogging. JCiEdinburgh - Ben Rogers - AttacatGoogle Analytics & SEO Blogging. JCiEdinburgh - Ben Rogers - Attacat
Google Analytics & SEO Blogging. JCiEdinburgh - Ben Rogers - Attacat
 
Understanding & Using Search Engine Optimization
Understanding & Using Search Engine OptimizationUnderstanding & Using Search Engine Optimization
Understanding & Using Search Engine Optimization
 
SEO-HIGH TRAFFIC ROUTING
SEO-HIGH TRAFFIC ROUTINGSEO-HIGH TRAFFIC ROUTING
SEO-HIGH TRAFFIC ROUTING
 
Searching for Users: SEO as an Engine for Customer Acquisition (Stephan Spenc...
Searching for Users: SEO as an Engine for Customer Acquisition (Stephan Spenc...Searching for Users: SEO as an Engine for Customer Acquisition (Stephan Spenc...
Searching for Users: SEO as an Engine for Customer Acquisition (Stephan Spenc...
 
Internet marketing for small business 1
Internet marketing for small business 1Internet marketing for small business 1
Internet marketing for small business 1
 
Seo introduction
Seo introductionSeo introduction
Seo introduction
 
User experience-seo-indiana-bar-camp-2010
User experience-seo-indiana-bar-camp-2010User experience-seo-indiana-bar-camp-2010
User experience-seo-indiana-bar-camp-2010
 
Free seo-book
Free seo-bookFree seo-book
Free seo-book
 

Mehr von Beat Signer

Introduction - Lecture 1 - Human-Computer Interaction (1023841ANR)
Introduction - Lecture 1 - Human-Computer Interaction (1023841ANR)Introduction - Lecture 1 - Human-Computer Interaction (1023841ANR)
Introduction - Lecture 1 - Human-Computer Interaction (1023841ANR)Beat Signer
 
Indoor Positioning Using the OpenHPS Framework
Indoor Positioning Using the OpenHPS FrameworkIndoor Positioning Using the OpenHPS Framework
Indoor Positioning Using the OpenHPS FrameworkBeat Signer
 
Personalised Learning Environments Based on Knowledge Graphs and the Zone of ...
Personalised Learning Environments Based on Knowledge Graphs and the Zone of ...Personalised Learning Environments Based on Knowledge Graphs and the Zone of ...
Personalised Learning Environments Based on Knowledge Graphs and the Zone of ...Beat Signer
 
Cross-Media Technologies and Applications - Future Directions for Personal In...
Cross-Media Technologies and Applications - Future Directions for Personal In...Cross-Media Technologies and Applications - Future Directions for Personal In...
Cross-Media Technologies and Applications - Future Directions for Personal In...Beat Signer
 
Bridging the Gap: Managing and Interacting with Information Across Media Boun...
Bridging the Gap: Managing and Interacting with Information Across Media Boun...Bridging the Gap: Managing and Interacting with Information Across Media Boun...
Bridging the Gap: Managing and Interacting with Information Across Media Boun...Beat Signer
 
Codeschool in a Box: A Low-Barrier Approach to Packaging Programming Curricula
Codeschool in a Box: A Low-Barrier Approach to Packaging Programming CurriculaCodeschool in a Box: A Low-Barrier Approach to Packaging Programming Curricula
Codeschool in a Box: A Low-Barrier Approach to Packaging Programming CurriculaBeat Signer
 
The RSL Hypermedia Metamodel and Its Application in Cross-Media Solutions
The RSL Hypermedia Metamodel and Its Application in Cross-Media Solutions The RSL Hypermedia Metamodel and Its Application in Cross-Media Solutions
The RSL Hypermedia Metamodel and Its Application in Cross-Media Solutions Beat Signer
 
Case Studies and Course Review - Lecture 12 - Information Visualisation (4019...
Case Studies and Course Review - Lecture 12 - Information Visualisation (4019...Case Studies and Course Review - Lecture 12 - Information Visualisation (4019...
Case Studies and Course Review - Lecture 12 - Information Visualisation (4019...Beat Signer
 
Dashboards - Lecture 11 - Information Visualisation (4019538FNR)
Dashboards - Lecture 11 - Information Visualisation (4019538FNR)Dashboards - Lecture 11 - Information Visualisation (4019538FNR)
Dashboards - Lecture 11 - Information Visualisation (4019538FNR)Beat Signer
 
Interaction - Lecture 10 - Information Visualisation (4019538FNR)
Interaction - Lecture 10 - Information Visualisation (4019538FNR)Interaction - Lecture 10 - Information Visualisation (4019538FNR)
Interaction - Lecture 10 - Information Visualisation (4019538FNR)Beat Signer
 
View Manipulation and Reduction - Lecture 9 - Information Visualisation (4019...
View Manipulation and Reduction - Lecture 9 - Information Visualisation (4019...View Manipulation and Reduction - Lecture 9 - Information Visualisation (4019...
View Manipulation and Reduction - Lecture 9 - Information Visualisation (4019...Beat Signer
 
Visualisation Techniques - Lecture 8 - Information Visualisation (4019538FNR)
Visualisation Techniques - Lecture 8 - Information Visualisation (4019538FNR)Visualisation Techniques - Lecture 8 - Information Visualisation (4019538FNR)
Visualisation Techniques - Lecture 8 - Information Visualisation (4019538FNR)Beat Signer
 
Design Guidelines and Principles - Lecture 7 - Information Visualisation (401...
Design Guidelines and Principles - Lecture 7 - Information Visualisation (401...Design Guidelines and Principles - Lecture 7 - Information Visualisation (401...
Design Guidelines and Principles - Lecture 7 - Information Visualisation (401...Beat Signer
 
Data Processing and Visualisation Frameworks - Lecture 6 - Information Visual...
Data Processing and Visualisation Frameworks - Lecture 6 - Information Visual...Data Processing and Visualisation Frameworks - Lecture 6 - Information Visual...
Data Processing and Visualisation Frameworks - Lecture 6 - Information Visual...Beat Signer
 
Data Presentation - Lecture 5 - Information Visualisation (4019538FNR)
Data Presentation - Lecture 5 - Information Visualisation (4019538FNR)Data Presentation - Lecture 5 - Information Visualisation (4019538FNR)
Data Presentation - Lecture 5 - Information Visualisation (4019538FNR)Beat Signer
 
Analysis and Validation - Lecture 4 - Information Visualisation (4019538FNR)
Analysis and Validation - Lecture 4 - Information Visualisation (4019538FNR)Analysis and Validation - Lecture 4 - Information Visualisation (4019538FNR)
Analysis and Validation - Lecture 4 - Information Visualisation (4019538FNR)Beat Signer
 
Data Representation - Lecture 3 - Information Visualisation (4019538FNR)
Data Representation - Lecture 3 - Information Visualisation (4019538FNR)Data Representation - Lecture 3 - Information Visualisation (4019538FNR)
Data Representation - Lecture 3 - Information Visualisation (4019538FNR)Beat Signer
 
Human Perception and Colour Theory - Lecture 2 - Information Visualisation (4...
Human Perception and Colour Theory - Lecture 2 - Information Visualisation (4...Human Perception and Colour Theory - Lecture 2 - Information Visualisation (4...
Human Perception and Colour Theory - Lecture 2 - Information Visualisation (4...Beat Signer
 
Introduction - Lecture 1 - Information Visualisation (4019538FNR)
Introduction - Lecture 1 - Information Visualisation (4019538FNR)Introduction - Lecture 1 - Information Visualisation (4019538FNR)
Introduction - Lecture 1 - Information Visualisation (4019538FNR)Beat Signer
 
Towards a Framework for Dynamic Data Physicalisation
Towards a Framework for Dynamic Data PhysicalisationTowards a Framework for Dynamic Data Physicalisation
Towards a Framework for Dynamic Data PhysicalisationBeat Signer
 

Mehr von Beat Signer (20)

Introduction - Lecture 1 - Human-Computer Interaction (1023841ANR)
Introduction - Lecture 1 - Human-Computer Interaction (1023841ANR)Introduction - Lecture 1 - Human-Computer Interaction (1023841ANR)
Introduction - Lecture 1 - Human-Computer Interaction (1023841ANR)
 
Indoor Positioning Using the OpenHPS Framework
Indoor Positioning Using the OpenHPS FrameworkIndoor Positioning Using the OpenHPS Framework
Indoor Positioning Using the OpenHPS Framework
 
Personalised Learning Environments Based on Knowledge Graphs and the Zone of ...
Personalised Learning Environments Based on Knowledge Graphs and the Zone of ...Personalised Learning Environments Based on Knowledge Graphs and the Zone of ...
Personalised Learning Environments Based on Knowledge Graphs and the Zone of ...
 
Cross-Media Technologies and Applications - Future Directions for Personal In...
Cross-Media Technologies and Applications - Future Directions for Personal In...Cross-Media Technologies and Applications - Future Directions for Personal In...
Cross-Media Technologies and Applications - Future Directions for Personal In...
 
Bridging the Gap: Managing and Interacting with Information Across Media Boun...
Bridging the Gap: Managing and Interacting with Information Across Media Boun...Bridging the Gap: Managing and Interacting with Information Across Media Boun...
Bridging the Gap: Managing and Interacting with Information Across Media Boun...
 
Codeschool in a Box: A Low-Barrier Approach to Packaging Programming Curricula
Codeschool in a Box: A Low-Barrier Approach to Packaging Programming CurriculaCodeschool in a Box: A Low-Barrier Approach to Packaging Programming Curricula
Codeschool in a Box: A Low-Barrier Approach to Packaging Programming Curricula
 
The RSL Hypermedia Metamodel and Its Application in Cross-Media Solutions
The RSL Hypermedia Metamodel and Its Application in Cross-Media Solutions The RSL Hypermedia Metamodel and Its Application in Cross-Media Solutions
The RSL Hypermedia Metamodel and Its Application in Cross-Media Solutions
 
Case Studies and Course Review - Lecture 12 - Information Visualisation (4019...
Case Studies and Course Review - Lecture 12 - Information Visualisation (4019...Case Studies and Course Review - Lecture 12 - Information Visualisation (4019...
Case Studies and Course Review - Lecture 12 - Information Visualisation (4019...
 
Dashboards - Lecture 11 - Information Visualisation (4019538FNR)
Dashboards - Lecture 11 - Information Visualisation (4019538FNR)Dashboards - Lecture 11 - Information Visualisation (4019538FNR)
Dashboards - Lecture 11 - Information Visualisation (4019538FNR)
 
Interaction - Lecture 10 - Information Visualisation (4019538FNR)
Interaction - Lecture 10 - Information Visualisation (4019538FNR)Interaction - Lecture 10 - Information Visualisation (4019538FNR)
Interaction - Lecture 10 - Information Visualisation (4019538FNR)
 
View Manipulation and Reduction - Lecture 9 - Information Visualisation (4019...
View Manipulation and Reduction - Lecture 9 - Information Visualisation (4019...View Manipulation and Reduction - Lecture 9 - Information Visualisation (4019...
View Manipulation and Reduction - Lecture 9 - Information Visualisation (4019...
 
Visualisation Techniques - Lecture 8 - Information Visualisation (4019538FNR)
Visualisation Techniques - Lecture 8 - Information Visualisation (4019538FNR)Visualisation Techniques - Lecture 8 - Information Visualisation (4019538FNR)
Visualisation Techniques - Lecture 8 - Information Visualisation (4019538FNR)
 
Design Guidelines and Principles - Lecture 7 - Information Visualisation (401...
Design Guidelines and Principles - Lecture 7 - Information Visualisation (401...Design Guidelines and Principles - Lecture 7 - Information Visualisation (401...
Design Guidelines and Principles - Lecture 7 - Information Visualisation (401...
 
Data Processing and Visualisation Frameworks - Lecture 6 - Information Visual...
Data Processing and Visualisation Frameworks - Lecture 6 - Information Visual...Data Processing and Visualisation Frameworks - Lecture 6 - Information Visual...
Data Processing and Visualisation Frameworks - Lecture 6 - Information Visual...
 
Data Presentation - Lecture 5 - Information Visualisation (4019538FNR)
Data Presentation - Lecture 5 - Information Visualisation (4019538FNR)Data Presentation - Lecture 5 - Information Visualisation (4019538FNR)
Data Presentation - Lecture 5 - Information Visualisation (4019538FNR)
 
Analysis and Validation - Lecture 4 - Information Visualisation (4019538FNR)
Analysis and Validation - Lecture 4 - Information Visualisation (4019538FNR)Analysis and Validation - Lecture 4 - Information Visualisation (4019538FNR)
Analysis and Validation - Lecture 4 - Information Visualisation (4019538FNR)
 
Data Representation - Lecture 3 - Information Visualisation (4019538FNR)
Data Representation - Lecture 3 - Information Visualisation (4019538FNR)Data Representation - Lecture 3 - Information Visualisation (4019538FNR)
Data Representation - Lecture 3 - Information Visualisation (4019538FNR)
 
Human Perception and Colour Theory - Lecture 2 - Information Visualisation (4...
Human Perception and Colour Theory - Lecture 2 - Information Visualisation (4...Human Perception and Colour Theory - Lecture 2 - Information Visualisation (4...
Human Perception and Colour Theory - Lecture 2 - Information Visualisation (4...
 
Introduction - Lecture 1 - Information Visualisation (4019538FNR)
Introduction - Lecture 1 - Information Visualisation (4019538FNR)Introduction - Lecture 1 - Information Visualisation (4019538FNR)
Introduction - Lecture 1 - Information Visualisation (4019538FNR)
 
Towards a Framework for Dynamic Data Physicalisation
Towards a Framework for Dynamic Data PhysicalisationTowards a Framework for Dynamic Data Physicalisation
Towards a Framework for Dynamic Data Physicalisation
 

Kürzlich hochgeladen

Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 

Kürzlich hochgeladen (20)

Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 

SEO (Search Engine Optimisation) and SEM (Search Engine Marketing) - Seminar on Web Search

  • 1. Seminar on Web Search Search Engine Optimisation (SEO) and Search Engine Marketing (SEM) Prof. Beat Signer Department of Computer Science Vrije Universiteit Brussel http://www.beatsigner.com 2 December 2005
  • 2. Search Engine Result Pages (SERP) September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 2
  • 3. Search Engine Result Pages (SERP) ... September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 3
  • 4. Vertical Search Result Pages September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 4
  • 5. Search Engine Result Page  There is a variety of information shown on a search engine result page (SERP)  organic search results  non-organic search results  meta-information about the result (e.g. number of result pages)  vertical navigation  advanced search options  query refinement suggestions  ... September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 5
  • 6. Search Engine Marketing (SEM)  For many companies Internet marketing has become a big business  Search engine marketing (SEM) aims to increase the visibility of a website  search engine optimisation (SEO)  paid search advertising (non-organic search)  social media marketing  SEO should not be decoupled from a website's content, structure, design and used technologies  SEO has to be seen as an continuous process in a rapidly changing environment  different search engines with regular changes in ranking September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 6
  • 7. Structural Choices  Keep the website structure as flat a possible  minimise link depth  avoid pages with much more than 100 links  Think about your website's internal link structure  which pages are directly linked from the homepage?  create many internal links for important pages  be "careful" about where to put outgoing links - PageRank leakage  use keyword-rich anchor texts  dynamically create links between related content - e.g. "customer who bought this also bought ..." or "visitors who viewed this also viewed ..."  Increase the number of pages September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 7
  • 8. Technological Choices  Check whether a potential content management system (CMS) is SEO friendly  Dynamic URLs vs. static URLs  avoid session IDs and parameters in URL  use URL rewriting to get descriptive URLs containing keywords  Think carefully about the use of dynamic content and links  e.g. use of JavaScript or Flash  Rich Internet Applications (RIAs) based on AJAX etc.  content hidden behind pull-down menus etc.  Address webpages consistently  http://www.vub.ac.be  http://www.vub.ac.be/index.php September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 8
  • 9. Consistent Addressing of Webpages September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 9
  • 10. Search Engine Optimisations  Different things can be optimised  on-page factors  off-page factors  It is assumed that some search engines use more than 200 on-page and off-page factors for their ranking  Difference between optimisation and breaking the "search engine rules"  white hat and black hat optimisations  A bad ranking or removal from index can cost a company a lot of money or even mark the end of the company  e.g. supplemental index ("Google hell") September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 10
  • 11. Positive On-Page Factors  Use of keywords at relevant places  in title tag (preferably one of the first words)  in URL  in domain name  in header tags (e.g. <h1>)  multiple times in body text  Provide metadata  e.g. <meta name="description"> also used by search engines to create the text snippets on the SERPs  Quality of HTML code  Uniqueness of content across the website  Page freshness (occasional changes) September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 11
  • 12. Negative On-Page Factors  Links to "bad neighbourhood"  Link selling  in 2007 Google announced a campaign against paid links that transfer PageRank  Over optimisation penalty (keyword stuffing)  Text with same colour as background (hidden content)  Automatic redirect via the refresh meta tag  Cloaking  different pages for spider and user  Malware being hosted on the page September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 12
  • 13. Negative On-Page Factors ...  Duplicate or similar content  Duplicate page titles or meta tags  Slow page load time  Any copyright violations  ... September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 13
  • 14. Positive Off-Page Factors  Links from pages with a high PageRank  Keywords in anchor text of inbound links  Links from topically relevant sites  High clickthrough rate (CTR) from search engine for a given keyword  Listed in DMOZ / Open Directory Project (ODP) and Yahoo directories  High number of shares on social networks  e.g. Facebook, Google +1 or Twitter September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 14
  • 15. Positive Off-Page Factors ...  Site age (stability)  Google sandbox?  Domain expiration date  High PageRank  ... September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 15
  • 16. Negative Off-Page Factors  Site often not accessible to crawlers  e.g. server problem  High bounce rate  users immediately press the back button  Link buying  rapidly increasing number of inbound links  Use of link farms  Participation in link sharing programmes  Links from bad neighbourhood?  Competitor attack (e.g. via duplicate content)? September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 16
  • 17. Black Hat Optimisations (Don'ts)  Link farms  Spamdexing in guestbooks, Wikipedia etc.  "solution": <a rel="nofollow" href="...">...</a>  Keyword Stuffing  overuse of keywords - content keyword stuffing - image keyword stuffing - kewords in meta tags - invisible text with keywords  Selling/buying links  "big" business until 2007  costs based on the PageRank of the linking site September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 17
  • 18. Black Hat Optimisations (Don'ts) ...  Doorway pages (cloaking)  doorway pages are normally just designed for search engines - user is automatically redirected to the target page  e.g. BMW Germany and Ricoh Germany banned in February 2006 September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 18
  • 19. Nofollow Link Example  Nofollow value for hyperlinks introduced by Google in 2005 to avoid spamdexing  <a rel="nofollow" href="...">...</a>  Links with a nofollow value were not counted in the PageRank computation  division by number of outgoing links  e.g. page with 9 outgoing links and 3 of them are nofollow links - PageRank divided by 6 and distributed across the 6 "really linked pages"  SEO experts started to use (misuse) the nofollow links for PageRank sculpting  control flow of PageRank within a website September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 19
  • 20. Nofollow Link Example ...  In June 2009 Google decided to treat nofollow links differently to avoid PageRank sculpting  division by total number of outgoing links  e.g. page with 9 outgoing links and 3 of them are nofollow links - PageRank divided by 9 and distributed across the 6 "really linked pages"  no longer a good solution to prevent Spamdexing since we loose (diffuse) some PageRank  SEO experts start to use alternative techniques to replace nofollow links  e.g. obfuscated JavaScript links September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 20
  • 21. Where to Get SEO Information  Guidelines from search engine providers  e.g. Google webmaster guidelines  Various SEO websites  http://www.seobook.com/  http://www.seomoz.org/  Blogs  Matt Cutts (GoogleGuy) http://www.mattcutts.com/blog/  ... September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 21
  • 22. Webpage Validation  Browsers forgive errors in HTML documents  weakens the standard  HTML pages can be checked against standard  http://validator.w3.org/  Less HTML errors  easier parsing for search engines  might also be a ranking factor for search engines  faster rendering September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 22
  • 23. Google Webmaster Tools  Various services and infor- mation about a website  Site configuration  submission of sitemap  crawler access  URLs of indexed pages  settings - e.g. preferred domain  Your site on the web  search queries  keywords  internal and external links September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 23
  • 24. Google Webmaster Tools ...  Diagnostics  crawl rates and errors  HTML suggestions  Use HTML suggestions for on-page factor optimisation  meta description - duplicate meta descriptions - too long meta descriptions  title tag - missing or duplicate title tags - too long or too short title tags  non-indexable content  Similar tools offered by other search engines  e.g. Bing Webmaster Tools September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 24
  • 25. XML Sitemaps <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.example.com/sitemap/0.9"> <url> <loc>http://www.tenera.ch/zyliss-trommelreibe.html</loc> <lastmod>2011-07-06</lastmod> <changefreq>weekly</changefreq> <priority>0.4</priority> </url> <url> <loc>http://www.tenera.ch/tenera-universalmesser.html</loc> <lastmod>2010-12-05</lastmod> <changefreq>weekly</changefreq> <priority>0.1</priority> </url> ... </urlset>  List of URLs that should be crawled and indexed September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 25
  • 26. XML Sitemaps ...  All major search engines support the sitemap format  The URLs of sitemap are not guaranteed to be added to a search engine's index  helps search engine to find pages that are not yet indexed  Additional metadata might be provided to search engines  relative page relevance (priority)  date of last modififaction (lastmod)  update frequency (changefreq) September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 26
  • 27. Web Analysis Tools  Logfile analysis tools  Google Analytics  easy to "install" over the Web  website admin has to add a piece of JavaScript code to the website  Google gets information about site visitors  a user can normally choose to use a free service (e.g. Gmail) but has no choice when it comes to being tracked via Google Analytics September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 27
  • 28. Product Search  Various shopping and price comparison sites import product data  some of them are free, for others one has to pay  Google Product Search  started as Froogle, became Google Products and now Google Product Search  product data uploaded to Google Base  very effective vertical search September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 28
  • 29. Social Networks and Bookmarking  Social networks offer another great opportunity to attract new visitors  "word of mouth"  inlinks do often not count  Offer visitors the possi- bility to easily bookmark and share a website on social networks  use sharing services such as AddThis - http://www.addthis.com/ September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 29
  • 30. Non-Organic Search  In addition to the so-called organic search, websites can also participate in non-organic web search  cost per impression (CPI)  cost- per-click (CPC)  The non-organic web search should be treated independently from the organic web search  Quality of the landing page can have an impact on the non-organic web search performance!  The Google AdWords programme is an example of a commercial non-organic web search service  other services include Yahoo! Advertising Solutions, Facebook Ads, ... September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 30
  • 31. Google AdWords  pay-per-click (PPC) or cost-per-thousand (CPM)  Campains and ad groups  Two types of advertising  search  content network - Google Adsense  Highly customisable ads  region  language  daytime  ... September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 31
  • 32. Google AdWords ...  Excellent control and monitoring for AdWords users  cost per conversion  In 2010 Google's total advertising revenues were 28 billion USD September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 32
  • 33. Conclusions  SEO is a continous and lengthy process that should be synchronised with decisions about a website's content, structure, design and used technologies  Optimisation of on-page and off-page factors leads to increased ranking and visibility  Non-organic search as a paid alternative to increase the visibility  profits from SEO since the landing pages will be of higher quality  Many opportunities and free services  e.g. Google Product Search  Social marketing and social search is rapidly growing! September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 33
  • 34. References  Google Webmaster Tools  http://www.google.com/webmasters/  The W3C Markup Validation Service  http://validator.w3.org/  Matt Cutts  http://www.mattcutts.com/blog/  SEO Book  http://www.seobook.com  SEOmoz  http://www.seomoz.org September 9, 2011 Beat Signer - Department of Computer Science - bsigner@vub.ac.be 34
  • 35. Next Lecture Current and Future Trends in Web Search 2 December 2005