The Title and URL of a page often appear multiple times in an item's metadata. We give preference to the values of each field in the following order:


Title:

  1. "title" as specified in the LiftIgniter JSON object in the page HTML.
  2. <meta property="og:title"> in the page HTML.
  3. The current <title></title> of the page.


URL:


  1. "url" as specified in the LiftIgniter JSON object in the page HTML.
  2. The "href" field for <link rel=canonical> in the page source.
  3. <meta property="og:url"> in the page HTML.
  4. The current URL of the page, after stripping out all query string tags (anything after a ? and/or # symbol)


Make sure that the canonical URL you specify for all versions of a page (mobile, social media sharing, etc) are consistent. LiftIgniter uses the URL as the unique identifier for each item. If you have multiple URLs for the same content, you may see both versions included in recommendations.