Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Message from discussion XHTML and ampersands interpretation
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
thuss  
View profile  
 More options Feb 8 2007, 12:49 pm
From: thuss
Date: Thu, 08 Feb 2007 09:49:45 -0800
Local: Thurs, Feb 8 2007 12:49 pm
Subject: Re: XHTML and ampersands interpretation
MVE, thanks for pointing out the error, you were spot on:

http://support.hashjoin.com/tp/1600.in_reply_to_xhtml_and_ampersands_...

One of our tag handlers is indeed doubly escaping the ampersands.

On Feb 8, 1:08 am, FredC wrote:

> Is text/xhtml a legitimate MIME type? I've never seen it before. I
> always thought XHTML used the text/html MIME.

> Fred

> On Feb 7, 6:43 pm, RainboRick wrote:

> > Just a guess, but you probably need to change the 'Content-type'
> > <meta> tag.  Your server is sending Content-Type "text/html" in the
> > response header for these URLs, and then you reinforce that with the
> > <meta> tag which comes AFTER your <!DOCTYPE>.  Try "text/xhtml" in the
> > <meta> tag, and set up code 301 redirects in your .htaccess file to
> > fix the ampersand problems you've already got in Google.

> > On Feb 7, 3:18 pm, thuss wrote:

> > > Just to clarify, what we're seeing is that GoogleBot is requesting the
> > > URL with & between arguments instead of &.

> > > On Feb 7, 3:14 pm, thuss wrote:

> > > > We are seeing Googlebot crawl URL's on our site without interpreting
> > > > the XHTML & as an & character. For example we do a proper XHTML
> > > > href on our pages (note the & entity reference):

> > > > <a href="http://www.greatschools.net/schools.page?
> > > > district=101&state=CA&lc=h">Some text</a>

> > > > which browsers then property interpret and take the user to:

> > > >http://www.greatschools.net/schools.page?district=101&state=CA&lc=h

> > > > However, we're seeing a lot of 500 errors in our logs and in the
> > > > webmaster console because Google is requesting the URL:

> > > >http://www.greatschools.net/schools.page?district=101&state=CA&am...

> > > > Anyone else running into this problem?

> > > > Thanks,
> > > > Todd- Hide quoted text -

> > - Show quoted text -


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.