Hi All,
I've got a dynamically generated breadcrumb trail that I got from evolt.org which pulls the page title from a variable
<% PageTitle = "example page title" %>
at the top of the page. This is pulled from
<title>
<% = PageTitle %>
</title>
and is then displayed in the breadcrumb.
The problem I'm having is that the Zoom Search Engine results do not show the page titles, just 'No Title'. Is there a way around this?
Examples can be found at www.albioncoach.co.uk
Thanks,
Brett
I've got a dynamically generated breadcrumb trail that I got from evolt.org which pulls the page title from a variable
<% PageTitle = "example page title" %>
at the top of the page. This is pulled from
<title>
<% = PageTitle %>
</title>
and is then displayed in the breadcrumb.
The problem I'm having is that the Zoom Search Engine results do not show the page titles, just 'No Title'. Is there a way around this?
Examples can be found at www.albioncoach.co.uk
Thanks,
Brett
Comment