Google Groups Home
Help | Sign in
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  13 messages - Collapse all  -  Translate all to Translated (View all originals)
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
 
syl  
View profile  
 More options Jul 17 2008, 12:32 pm
From: syl
Date: Wed, 16 Jul 2008 22:32:08 -0700 (PDT)
Local: Thurs, Jul 17 2008 12:32 pm
Subject: "Veryfy a Site" error
I'm a webmaster of site "www.sanalyst.kr". For many days,  I am seeing
the message :
"Our system has experienced a temporary problem."

On my kowlege, may site is normal. How can I solve this problem.

Help me, please!!!!


    Forward  
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.
Autocrat  
View profile  
 More options Jul 18 2008, 6:16 am
From: Autocrat
Date: Thu, 17 Jul 2008 16:16:18 -0700 (PDT)
Local: Fri, Jul 18 2008 6:16 am
Subject: Re: "Veryfy a Site" error
:bump:

On Jul 17, 6:32 am, syl wrote:


    Forward  
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.
webado  
View profile  
 More options Jul 18 2008, 7:35 am
From: webado
Date: Thu, 17 Jul 2008 17:35:25 -0700 (PDT)
Local: Fri, Jul 18 2008 7:35 am
Subject: Re: "Veryfy a Site" error
The server is not responding correctly for a non-existent url:

http://oyoy.eu/page/headers/?full=1&url=http%3a%2f%2fwww.sanalyst.kr%...

It's doing a 302 redirection and then a 200. It should respond with a
404 and no redirections.

This is probably due to the .htaccess file (or a higher up serevr
setting) which probably has this in it:

ErrorDocument 404 http://hosting.paran.com/error/404.html

Your .htaccess file should have:

ErrorDocument: 404 /your-error-page.html

And make an error page for yourself, on your own domain.

Google check your robtlos.txt file but it cannot reach it, nor is it
given a 404 so it would know you dont' have one.
You need to fix the error response.

It would also be beneficial to actually have a robots.txt file, even
if it only contains this:

User-agent: *
Disallow:

Sitemap: http://www.sanalyst.kr/your_sitemap.xml

The sitemap line is optional, but  if you use it, make sure your
sitemap is at the address given.

On Jul 17, 7:16 pm, Autocrat wrote:


    Forward  
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.
syl  
View profile  
 More options Jul 18 2008, 10:10 am
From: syl
Date: Thu, 17 Jul 2008 20:10:35 -0700 (PDT)
Local: Fri, Jul 18 2008 10:10 am
Subject: Re: "Veryfy a Site" error
Thank you.

I add robots.txt in may site.
Checking server for "URL=http://www.sanalyst.kr/robots.txt"  return
200 result.
But, "Verify a site" result show same error message : "Our system has
experienced a temporary problem."

My sitemap is "http://www.sanalyst.kr/sitemap.txt". For ".txt" format,
is there any problem?

On Jul 18, 9:35 am, webado wrote:


    Forward  
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.
webado  
View profile  
 More options Jul 18 2008, 10:18 am
From: webado
Date: Thu, 17 Jul 2008 20:18:39 -0700 (PDT)
Local: Fri, Jul 18 2008 10:18 am
Subject: Re: "Veryfy a Site" error
Take thsi out from the robots.txt file:

Allow: /

It contradicts what the other directives say.

Your text sitemap is incorrect.

A text sitemap must only contain urls, one per line, not anything
else.

If you want to specify priority  and other informaiton then you must
use the xml sitemap format, and that has to be as per:
http://www.sitemaps.org/protocol.php

On Jul 17, 11:10 pm, syl wrote:


    Forward  
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.
webado  
View profile  
 More options Jul 18 2008, 10:23 am
From: webado
Date: Thu, 17 Jul 2008 20:23:08 -0700 (PDT)
Local: Fri, Jul 18 2008 10:23 am
Subject: Re: "Veryfy a Site" error
And you have not fixed the server response yet. It is still not
responding with a 404 for a non-existent file:

http://oyoy.eu/page/headers/?full=1&url=http%3a%2f%2fwww.sanalyst.kr%...

This is important.

Also the code is quite invalid in general:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.sanalyst.kr%2F&cha...

The head is broken, among other problems.

Replace:

<meta name="verify-v1" content="OqmEI0odD3erMoETFuamLf0NP/
TkzhICNq6DtjQdLIM=" />

by

<meta name="verify-v1" content="OqmEI0odD3erMoETFuamLf0NP/
TkzhICNq6DtjQdLIM=">

because you are not using an xhtml doctype.

On Jul 17, 11:10 pm, syl wrote:


    Forward  
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.
george99  
View profile  
 More options Jul 18 2008, 6:12 pm
From: george99
Date: Fri, 18 Jul 2008 04:12:59 -0700 (PDT)
Local: Fri, Jul 18 2008 6:12 pm
Subject: Re: "Veryfy a Site" error
why my site chmer.com not indexed
http://www.google.com.tw/search?aq=f&complete=1&hl=zh-TW&q=site%3Achm...

but in my webmaster tool , it said the site is indexed by google?

contact me at    [email address]     thanks

On Jul 18, 11:18 am, webado wrote:


    Forward  
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.
webado  
View profile  
 More options Jul 18 2008, 6:17 pm
From: webado
Date: Fri, 18 Jul 2008 04:17:46 -0700 (PDT)
Local: Fri, Jul 18 2008 6:17 pm
Subject: Re: "Veryfy a Site" error
Can't access it.

DNS problems.
http://www.intodns.com/chmer.com

On Jul 18, 7:12 am, george99 wrote:


    Forward  
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.
syl  
View profile  
 More options Jul 19 2008, 11:18 am
From: syl
Date: Fri, 18 Jul 2008 21:18:56 -0700 (PDT)
Local: Sat, Jul 19 2008 11:18 am
Subject: Re: "Veryfy a Site" error
Thang you.
I replaced meta tag as your answer.

"Verify a Site" reuslts the same.

On Jul 18, 12:23 pm, webado wrote:


    Forward  
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.
syl  
View profile  
 More options Jul 19 2008, 11:22 am
From: syl
Date: Fri, 18 Jul 2008 21:22:15 -0700 (PDT)
Local: Sat, Jul 19 2008 11:22 am
Subject: Re: "Veryfy a Site" error
Thank you.

I changed sitemap.txt as format with only a url a line

Error occured.

On Jul 18, 12:18 pm, webado wrote:


    Forward  
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.
webado  
View profile  
 More options Jul 19 2008, 12:06 pm
From: webado
Date: Fri, 18 Jul 2008 22:06:00 -0700 (PDT)
Subject: Re: "Veryfy a Site" error
You have not fixed the robots.txt file.

On Jul 19, 12:22 am, syl wrote:


    Forward  
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.
webado  
View profile  
 More options Jul 19 2008, 12:07 pm
From: webado
Date: Fri, 18 Jul 2008 22:07:16 -0700 (PDT)
Local: Sat, Jul 19 2008 12:07 pm
Subject: Re: "Veryfy a Site" error
You still have a ton of bad errors, and you should fix them.

On Jul 19, 12:22 am, syl wrote:


    Forward  
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.
webado  
View profile  
 More options Jul 19 2008, 12:08 pm
From: webado
Date: Fri, 18 Jul 2008 22:08:07 -0700 (PDT)
Local: Sat, Jul 19 2008 12:08 pm
Subject: Re: "Veryfy a Site" error
And still not producing a 404 for a non-existent url.

You have to fix all those problems.

On Jul 19, 12:22 am, syl wrote:


    Forward  
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.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google