Re: Not Saving Correct Title to the Index
Bill Moseley <[email protected]>
| Newsgroups | gmane.comp.web.swish-e |
|---|---|
| Message-ID | <[email protected]> |
Hum, PHP weirdness, maybe?
Check this out:
$ wget -qO - http://www.cedarhomes.com/cedar_homes/featured_articles_1 | head
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Cedar Homes :: Cedar Homes :: FEATURED ARTICLES</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<base href="http://www.cedarhomes.com/cedar_homes/">
Now add in a user agent:
$ wget -qO - --user-agent='SwishSpider http://swish-e.org' http://www.cedarhomes.com/cedar_homes/featured_articles_1 | head
Cedar Homes :: Cedar Homes :: FEATURED ARTICLES<br><!-- START TEMPLATE: portal/menu.php -->
<ul id="p7PMnav">
<li><a href="/site_map.php" title="Cedar Homes Site Map">SITE MAP</a></li>
<li><a href="/design_center/" title="Design Center">DESIGN CENTER</a></li>
<li><a href="http://www.cedarhomes.com/cedar_homes/contact_us_1" class="p7PMtrg">CONTACT US</a>
<ul>
<li><a href="http://www.cedarhomes.com/cedar_homes/contact_us_1/contact_our_design_staff">CONTACT OUR DESIGN STAFF</a>
</li><li><a href="http://www.cedarhomes.com/cedar_homes/contact_us_1/about_our_design_managers">ABOUT OUR DESIGN MANAGERS</a>
Looks like something odd on your end.
--
Bill Moseley
[email protected]
Unsubscribe from or help with the swish-e list:
http://swish-e.org/Discussion/
Help with Swish-e:
http://swish-e.org/current/docs
[email protected]