html in search results

User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

html in search results

Post by John »

What is the original URL? It sounds as if possibly the result is being treated as plain text rather than HTML after processing the tags.
John Turnbull
Thunderstone Software
rgwin0
Posts: 15
Joined: Fri May 04, 2007 1:45 pm

html in search results

Post by rgwin0 »

rgwin0
Posts: 15
Joined: Fri May 04, 2007 1:45 pm

html in search results

Post by rgwin0 »

And since you mentioned possible charset issues, here's my settings for that:

The server outputs this HTTP header:
Content-Type: text/html; charset=UTF-8

In webinator admin,
Storage Charset is blank.
Source Default Charset is "UTF-8"
XML UTF-8 is "N" (required to fix another known issue)
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

html in search results

Post by mark »

The fact that the page was HTML is getting lost and the lack of .html extention as a hint causes it to treat the page as text. Adding an additional keep tags pair of
<head> and </head>
should work nicely.
rgwin0
Posts: 15
Joined: Fri May 04, 2007 1:45 pm

html in search results

Post by rgwin0 »

Mark, thanks very much for your suggestion, but unfortunately I'm not sure what you mean.. did your post get munged? :) Which tags should I add where?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

html in search results

Post by mark »

My post looks how I intended (besides the mispelling of extension).
Add a "Keep Tag" to grab some useful html that won't include undesired text.
value for Begin: <head>
Value for End: </head>
rgwin0
Posts: 15
Joined: Fri May 04, 2007 1:45 pm

html in search results

Post by rgwin0 »

Oh! Of course, I get you now, sorry. And I'll be damned, it worked. Thanks a ton!!

rob
Post Reply