Findability

52
& findability 3. Webmontag Talk in Mannheim Matthias Pfefferle CTO von yiid (your internet id) ekaabo GmbH 1

description

microformats are made for search engines

Transcript of Findability

Page 1: Findability

& findability

3. Webmontag Talk in Mannheim

Matthias PfefferleCTO von yiid (your internet id)

ekaabo GmbH

1

Page 2: Findability

microformats.org über microformats

• Designed for humans first and machines second, microformats are a set of simple, open data formats built upon existing and widely adopted standards.

2

Page 3: Findability

Was sind microformats

• microformats sind HTML-Design-Pattern um Text-Inhalten eine Bedeutung zu geben.

3

Page 4: Findability

Webseiten sind „nur“ den Menschen verständlich...

4

Page 5: Findability

Problem: ...für die Maschine nicht.

<p> <h1>Max Mustermann</h1> <small>Web-Entwickler</small> <ul> <li>Mustergasse 2</li> <li>12345 Musterstadt</li> <li>Deutschland</li> </ul></p>

5

Page 6: Findability

Wie können microformats helfen?

6

Page 7: Findability

hCard: microformat für Profildaten

<p class=“vcard“> <h1>Max Mustermann</h1> <small>Web-Entwickler</small> <ul> <li>Mustergasse 2</li> <li>12345 Musterstadt</li> <li>Deutschland</li> </ul></p>

7

Page 8: Findability

hCard: microformat für Profildaten

<p class=“vcard“> <h1 class=“fn“>Max Mustermann</h1> <small class=“note“>Web-Entwickler</small> <ul class=“adr“> <li class=“street-address“>Mustergasse 2</li> <li class=“locality“>12345 Musterstadt</li> <li class=“country-name“>Deutschland</li> </ul></p>

8

Page 9: Findability

Warum ist die hCard so wie sie ist?

9

Page 10: Findability

hCard == vCard (RFC2426)

<p class=“vcard“> <h1 class=“fn“>Max Mustermann</h1> <small class=“note“>Web-Entwickler</small> <ul class=“adr“> <li class=“street-address“>Mustergasse 2</li> <li class=“locality“>12345 Musterstadt</li> <li class=“country-name“>Deutschland</li> </ul></p>

BEGIN:VCARDVERSION:3.0N:Mustermann;MaxFN:Max MustermannNOTE:Web-EntwicklerADR;;Musterstraße 1;Musterstadt;;12345;GermanyEND:VCARD

10

Page 11: Findability

Bestehende Formate• hCard/adr - Kontaktdaten (vCard)

• hCalendar - Kalender (iCalender)

• rel-license - Lizenzinformationen

• rel-tag - Tags

• geo - Geodaten

• XFN - XHTML Friends Network

• hAtom - HTML Pendant zu RSS und Atom

• hAudio/hMedia - Mediendaten

• hListing, hNews, hProduct, hRecipe, hResume, hReview, ...

11

Page 12: Findability

Wer definiert microformats?

12

Page 13: Findability

• Solve a specific problem

• Start as simple as possible

• Design for humans first, machines second

• Reuse building blocks from widely adopted standards

• Modularity / embeddability

• Enable and encourage decentralized development, content, services

Jeder kann mitarbeiten

13

Page 14: Findability

Warum microformats?

14

Page 15: Findability

Yahoo! indexiert mehr als 1,650,000,000 hCards(insgesamt knapp 2,5

Milliarden unterschiedliche

microformatsStand: 01.02.2010

15

Page 16: Findability

Single-Sign-On

16

Page 17: Findability

17

Page 18: Findability

DataPortability

18

Page 19: Findability

19

Page 20: Findability

social network portability

20

Page 21: Findability

21

Page 22: Findability

Kein Ersatz für bestehende Formate

• hCard ist keine Alternative zu OpenID

• hAtom ist kein Ersatz für RSS

• hCard keine Ersatz für die vCard

22

Page 23: Findability

Wann sind microformats wirklich

sinnvoll?

23

Page 24: Findability

Designed for humans first and machines second, microformats are a set of simple, open data formats built upon existing and widely adopted standards.

24

Page 25: Findability

Besonderheiten von microformats

• Direkt im HTML-Quellcode

• Eine Seite für Mensch und Maschine

• Keine Hinterhof-Formate (wie z.B. RSS, ATOM oder RDF)

25

Page 26: Findability

Web-Browser

26

Page 27: Findability

Problem: User

• microformats sind bisher nur rudimentär implementiert

• meistens ist ein Plugin notwendig

• die meisten Plugins setzen die Kenntnis von microformats voraus

27

Page 28: Findability

findability(semantic seo)

28

Page 29: Findability

Bekannte Formate

• <a rel=“nofollow“ href=“...“ />nofollow ist ein Mikroformat (in voller HTML-Notation rel="nofollow") innerhalb von Hyperlinks, welches Suchmaschinen anweist, diese sogenannten Rückverweise nicht zur Berechnung der Linkpopularität heranzuziehen.Quelle: http://de.wikipedia.org/wiki/Nofollow

• <a rel=“canonical“ href=“...“ />Es ist im Allgemeinen üblich, dass eine Website über mehrere Seiten verfügt, die die gleichen Produkte auflisten. Beispielsweise kann eine Seite Produkte in alphabetischer Reihenfolge anzeigen, während andere Seiten die gleichen Produkte nach Preis oder Bewertung geordnet anzeigen.Quelle: http://www.google.com/support/webmasters/bin/answer.py?hl=de&answer=139394

29

Page 30: Findability

Individuelle Suchergebnisse durch microformats & co.

30

Page 31: Findability

31

Page 32: Findability

32

Page 33: Findability

Strukturiertes Suchen mit microformats & co.

33

Page 34: Findability

34

Page 35: Findability

Unterstützte Formate• hCard (searchmonkey:com.yahoo.page.uf.hcard)

• hCalendar (searchmonkey:com.yahoo.page.uf.hcalendar)

• hReview (searchmonkey:com.yahoo.page.uf.hreview)

• hAtom (searchmonkey:com.yahoo.page.uf.hatom)

• hResume (searchmonkey:com.yahoo.page.uf.hresume)

• adr (searchmonkey:com.yahoo.page.uf.adr)

• geo (searchmonkey:com.yahoo.page.uf.geo)

• tag (searchmonkey:com.yahoo.page.uf.tag)

• xfn (searchmonkey:com.yahoo.page.uf.xfn)

• RDFa (searchmonkey:com.yahoo.page.rdf.rdfa)

• eRDF (searchmonkey:com.yahoo.page.rdf.erdf)

35

Page 36: Findability

36

Page 37: Findability

Link: http://www.google.com/profiles?q=microformats37

Page 39: Findability

Inhalte filtern

39

Page 40: Findability

40

Page 41: Findability

41

Page 42: Findability

Googles SocialSearch

42

Page 43: Findability

XHTML Friends Network

<a href=“...“ rel=“friend met colleague“>...</a>

43

Page 44: Findability

44

Page 45: Findability

45

Page 46: Findability

46

Page 47: Findability

Ausblick

47

Page 48: Findability

Location-Based Search

48

Page 49: Findability

Automatisch generierte Branchenverzeichnisse

49

Page 50: Findability

Fazit

• microformats sind kein Ersatz-Format

• microformats bieten dort Vorteile, wo der Nutzer von ihnen profitiert ohne von ihnen zu erfahren

• microformats werden die Browser- und Suchmaschinen in Zukunft stark beeinflussen

50

Page 51: Findability

Noch Fragen?

51

Page 52: Findability

Links

• http://mikroformate.de

• http://planetmikroformate.de

• http://planetmicroformats.com

• http://notizblog.org/tag/microformats

52