Use Anchor Text instead of URL
« on: July 14, 2011, 01:47:35 AM »
Hi There,

I need to create a sitemap that uses the Anchor text, or Page Title as the link in the sitemap, rather than displaying the URL. Is this possible?

Cheers,
Adam
Re: Use Anchor Text instead of URL
« Reply #1 on: July 14, 2011, 04:40:44 PM »
Hello,

html sitemap uses the <title> tag of the page for all links (if it's available).
Re: Use Anchor Text instead of URL
« Reply #2 on: July 14, 2011, 04:57:56 PM »
Excellent,

Thats just what I need. However its not pulling the Title tag to use, its using the string for that particular page:

[ External links are visible to forum administrators only ]

Is this because we have set "properties/?id=" to "Do not parse URLs:"

Cheers,
Adam
Re: Use Anchor Text instead of URL
« Reply #3 on: July 14, 2011, 07:59:20 PM »
Yes, entries listed in "do not parse" are not fetched from server for faster crawling, hence no title is retrieved.