How do search engines find relevant content?

后端 未结 13 597
无人共我
无人共我 2021-01-29 20:03

How does Google find relevant content when it\'s parsing the web?

Let\'s say, for instance, Google uses the PHP native DOM Library to parse content. What methods would t

13条回答
  •  执笔经年
    2021-01-29 20:41

    I would consider these building the code

    • Check for synonyms and acronyms
    • applying OCR on images to search as text(Abby Fine Reader and Recostar are nice, Tesseract is free and fine(no so fine as fine reader :) )
    • weight Fonts as well(size, boldness, underline, color)
    • weight content depending on its place on page(like contents on upper side of page is more relevant)

    Also:

    • An optinal text asked from the webmaster to define the page

    You can also check if you can find anything useful at Google search API: http://code.google.com/intl/tr/apis/ajaxsearch/

提交回复
热议问题