1 / 50

Seek And Ye Shall Find

Seek And Ye Shall Find. The Collected Wisdom Gleaned from the EdSeek Project. Enlightenments of the Glaringly Obvious Only After We Learned How Glaringly Obvious They Were. BREAK HERE. Training Ground. Seekology Primary School: Life on the Playground. Eating your own dog food

ian-stanley
Télécharger la présentation

Seek And Ye Shall Find

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Seek And Ye Shall Find The Collected Wisdom Gleaned from the EdSeek Project Enlightenments of the Glaringly Obvious Only After We Learned How Glaringly Obvious They Were.

  2. BREAK HERE

  3. Training Ground Seekology Primary School: Life on the Playground • Eating your own dog food • Try finding content on your own website in major search engines • 1) School Lunch Menu • “shiloh lunch menu” • 2) CNC Router • “cnc router”

  4. Shiloh School April 2002

  5. Shiloh School June 2002 ü

  6. Shiloh School Sept. 2003 Reality of the Real World

  7. How do “spiders” find pages • “robots” or “spiders” follow links • Follow standard html links • DO NOT follow image maps, java animated menus, etc. • Therefore – you need standard links to all pages in your site • Ideally include a SITEMAP.html file • EdSeek.org – functional sitemap • www.shiloh.k12.il.us - main navigation menu

  8. Categorized How? • The search engine software parses and reads all TEXT in the page (script/comments ignored) • It assigns priorities to the words • based on location in page • Title, Header section, Body section • based on number of times it is used • based on proximity of requested words to each other • Priority is given to Meta-Tags

  9. Description Meta-Tag Example • <html> • <head> • <title>Smithsonian Institution</title> • <meta NAME="description" CONTENT="The Smithsonian Institution is composed of sixteen museums and galleries and the National Zoo and numerous research facilities in the United States and abroad."> • </head> Smithsonian Institute

  10. Keyword Meta-Tag Example • <html> • <head> • <title>Illinois Technology Conference for Educators IL-TCE</title> • <meta name="keywords" content="education, educators, educational, youth, conference, opportunities, improve, alternative, program, training, equipment, illinois, technology, ideas, schools"> • </head> IL-TCE Conference - IL-Ed&Tech Conference

  11. Taking Controlling of which Pages are Indexed • “ROBOTS.TXT” file • Placed at root of Webserver • Or start in any folder

  12. What is invisible to search engines? • Images (use alt tags) • Script (Java etc, some Image Maps) • Comments/Scripts • PDF & DOC files are not easily indexed • Dynamic generated pages from Databases

  13. School Website Model

  14. BREAK HERE

  15. Seekology 101: Introduction to Seekology A Primer for Uber-Geeks, Alpha-Geeks, Neo-Geeks and Non-Geeks Who Seek

  16. Enlightenment No. 1 Nothing is available on the global network (web) unless someone puts it there.

  17. Enlightenment No. 2 If you put something on the global network and don’t tell anyone that it’s there, it might as well not be on the global network.

  18. Enlightenment No. 3 The most fundamental unit of information on the global network is the file.

  19. Enlightenment No. 4 The most fundamental method of accessing the most fundamental unit of information is the hypertext link.

  20. Enlightenment No. 5 Humans access units of information by following hypertext links using a process colloquially called “clicking”.

  21. Enlightenment No. 6 Web servers are software programs designed to listen and respond to requests for files (clicks) from clients on the global network.

  22. Enlightenment No. 7 If it cannot be “clicked”, it probably cannot be located by the average human user, unless one knows the exact location (URL or address).

  23. Enlightenment No. 8 Search engines consist of 2 separate software programs: “crawlers” and “indexers”

  24. Enlightenment No. 9 “Crawling” is done by software programs called “robots” (aka “spiders” and “spidering bots”).

  25. Enlightenment No. 10 “Robots” work the same way humans do…they “click” on hypertext links and follow them from file to file.

  26. Enlightenment No. 11 If there is no hypertext link to a file on a web server, a “robot” cannot find that file. Links on your home page are your key to seekology enlightenment

  27. Enlightenment No. 12 Even if a robot finds a file on the web, it may not be able to parse (read) it.

  28. Enlightenment No. 13 Basic spidering robots can “read” ASCII. Only the most advanced robots can read *.doc, *.xls, *.rtf, *.pdf, etc.

  29. Enlightenment No. 14 Unless your web server publishes “indexes” of files, any file that is not the target of a hyperlink is invisible to robots

  30. Example of Enlightenment No. 15 This is how one brand of web server shows a file index

  31. Enlightenment No. 16 The “indexing” software component of the search engine parses files and stores keywords in a database on the server.

  32. Enlightenment No. 17 Your interaction with the search engine is in the form of a keyword search of the database, from which it creates pages of hyperlinks to the files that contain the keywords along with a brief listing of what those files contain.

  33. Enlightenment No. 18 The robot and indexing software are designed to pay special attention to text found within metatagged brackets in the header area of web pages. <meta>info </meta>

  34. Enlightenment No. 19 Search Engines are not intelligent.

  35. Enlightenment No. 20 Search Engines are only as effective as the organization of the global network allows them to be.

  36. Enlightenment No. 21 When material is placed on your web, make sure there is a “clickable” path to find it.

  37. Seekology 380: Optimization Strategies – Beyond the Primer Enlightenments You Can Use on Monday.

  38. Enlightenment No. 22 Use either the web server’s automatic indexing system or a tool such as “dir2html” to create hyperlinked indexes of files.

  39. Enlightenment No. 23 Publish in ASCII when possible. This can include plain text, html, asp, php, or other text-based coding Advantages = small, easily parsed, no plugins

  40. Enlightenment No. 24 Use META-tags abundantly for high-profile documents. META-tag Generators make this easy.

  41. Enlightenment No. 25 Use “ALT=“ attributes to describe graphics that have valued context. <img src=“krebs-cycle.gif” alt=“Diagram of Krebs Cycles”>

  42. Enlightenment No. 26 JavaScript menus can mean dead ends to robots.

  43. Enlightenment No. 27 Deflect robots from your sensitive server areas with the “robots.txt” file User-agent: * Disallow: /search Disallow: /groups Disallow: /images

  44. Seekology Graduate School: Seekology Secrets 5010 Big Secret No. 1 Anyone can deploy a Search Engine.

  45. Search Engine Anatomy

  46. How It’s Done

  47. Tools

More Related