Dev:APIgetpageinfo

Aus YaCyWiki
Wechseln zu: Navigation, Suche

/xml/util/getpageinfo_p.xml

Parameters

Example

<pageinfo>
  <title>heise online</title>
  <robots/>
  <sitemap/>
  <favicon>http://www.heise.de/favicon.ico</favicon>
  <tags>
    <tag name="heise online"/>
    <tag name="c't"/>
    <tag name="iX"/>
    <tag name="Technology Review"/>
    <tag name="Newsticker"/>
    <tag name="Telepolis"/>
    <tag name="Security"/>
    <tag name="Netze"/>
  </tags>
</pageinfo>

Elements

  • <title>
    • contains the title of the Page
  • <robots>
    • returns, if crawling is allowed
  • <sitemap>
  • <favicon>
  • <tags>
    • returns keywords extracted from the URL
    • relies on <meta> tags in the HTML file

Used

  • IndexCreate to check robots before crawlstart
  • Bookmarks to load title and tags