PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

No page titles in results when using evolt.org breadcrumb

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • No page titles in results when using evolt.org breadcrumb

    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

  • #2
    I am not sure about the breadcrumbs...

    But if you are indexing in Spider mode and not Offline mode, then the titles should be picked up.

    -------
    David

    Comment


    • #3
      Originally posted by Wrensoft
      I am not sure about the breadcrumbs...

      But if you are indexing in Spider mode and not Offline mode, then the titles should be picked up.

      -------
      David
      And there was my problem! Makes sense now - the ASP isn't processed until it's previewed/viewed.

      Thanks David. Keep up the good work. It really is an excellent product.

      Many thanks again,
      Brett

      Comment

      Working...
      X