I’m using SharePoint 2010 Search (Not FAST) to crawl static HTML pages on an external web site to SharePoint.
The crawled properties of the site always seem to be of type ‘Text’ no matter what I try:
So far I’ve embedded the following tags in the header of the pages:
<meta http-equiv=”Last-Modified” content=”Wed, 29 Jun 2011 09:00:00 GMT” />
<meta http-equiv=”If-Unmodified-Since” content=”Wed, 29 Jun 2011 09:00:00 GMT” />
<meta name=”TestDate1” content=”2011-06-29” scheme=”YYYY-MM-DD” />
<meta name=”TestDate2” content=”2011-06-29T09:00Z” />
I’m trying to get the crawler to recognise a data type of date.
(Please note that I’m crawling a non-SharePoint web site)
Does anyone out there know how to achieve this?