Printer Friendly Version
Email this thread to a friend
|
Featured Web Site Template |
|
There are 0 guests and 1 members in the forums right now.
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
Prestige
Joined: Oct 23, 2002
# Posts: 183
|
Posted: 09/14/2005 12:59 am
I've been fighting with my teeths the last two months because of weird yahoo cached page results.
Some of the sites I have been working with (Especially CSS Based) are showing
damaged Cached pages!
Horizoned navigation menus were shown as 1 big broken link in the cache versions.
I fixed that problem with breaking between the links with a character. 's did well.
But also other regular (<a href... links) are sometimes shown broken aswell!
showing cached with more anchor text than they should have, and the </a> is
visible!
Anyone experienced anything similiar? I hate to even THINK about the fact
that maybe yahoo actually see those sites that way when it crawls them.
|
 |
g1smd
Moderator
Joined: Jul 28, 2002
# Posts: 10181
|
Posted: 09/14/2005 04:22 am
Run the pages through http://validator.w3.org/detailed.html - you may have some code errors to fix.
|
 |
Prestige
Joined: Oct 23, 2002
# Posts: 183
|
Posted: 09/14/2005 06:17 am
I dont think its a validation problem.
It happend for validated and not validated sites.
In a validated site it even once showed a regular text link inside an article broken!
In the navigation menu, when two links are one after another in the source code, instead of showing </a><.. in the cached version, It shows: </a><
thus, breaking all the links, making it one big unreadable link.
Maybe I should also add the fact that they keep more than one cached version of the site.
if you search for the site's name or the site's main keyword, you get too different cachced results.
Is that normal?
|
 |
g1smd
Moderator
Joined: Jul 28, 2002
# Posts: 10181
|
Posted: 09/14/2005 06:52 am
Use a header checker like WebBug to make sure that the pages are served with the MIME type of: text/html.
What you describe can occur when the pages are served as text/plain. IE incorrectly compensates for that, but other browsers, and bots, often do not.
|
 |
Prestige
Joined: Oct 23, 2002
# Posts: 183
|
Posted: 09/15/2005 04:21 am
Checked that out.
WebBug shows the pages as text/html.
My line of code is:
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|