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
Discussions > Crawling, indexing, and ranking > Really lost on meta refresh! debate: Phil vs Sebastian
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
  Messages 1 - 25 of 38 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
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
 
carole  
View profile  
 More options Aug 28 2007, 5:39 am
From: carole
Date: Tue, 28 Aug 2007 02:39:46 -0700
Local: Tues, Aug 28 2007 5:39 am
Subject: Really lost on meta refresh! debate: Phil vs Sebastian
Recently went from page 1 to page nowhere after renaming my photo
gallery pages to descriptive file names.

About 150/300 filenames were suddenly returning 404 after being
deleted and replaced by new descriptive filenames. The spider can find
that overnight. I recreated all 300 old filenames and used meta
refresh on all 300 of the photo files.  After several crawls it's
still showing the old files as 404. It sure didn't find my redirects
overnight.

I experimentally didn't redirect a few and used the URL removal tool
for those. That worked just fine and quickly. But meta-refresh seems
to be pretty useless so far. I used meta-refresh on most of them
because I thought they might have backlinks that I want to keep.

Do I need also a noindex,nofollow on each of these old filename files
to get the spider to see it? What a mess this is! There is no content
at all in the old filename files, just the meta-refresh set to 0 and
empty body. Is nofollow okay, or is the meta-refresh considered a link
that should be followed? You see how crazy I am. I would offhand say
no, that's not a link, but who knows?

I saw here that Phil said a simple meta-refresh won't cut it.

http://groups.google.com/group/Google_Webmaster_Help-Indexing/browse_...

Please tell me what to do! This is a nightmare. I did much work to
redo those gallery pages and upload that monster gallery on 56K, and
now I have no ranking since August 4 because of it.


 
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.
carole  
View profile  
 More options Aug 28 2007, 5:46 am
From: carole
Date: Tue, 28 Aug 2007 02:46:09 -0700
Local: Tues, Aug 28 2007 5:46 am
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
By the way, I put the new file names in the sitemap, and deleted the
old file names from the sitemap August 1.

 
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.
seo101  
View profile  
 More options Aug 28 2007, 6:44 am
From: seo101
Date: Tue, 28 Aug 2007 03:44:36 -0700
Local: Tues, Aug 28 2007 6:44 am
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
Google recommend that you use a 301 redirect.

On Aug 28, 7:46 pm, carole wrote:


 
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.
carole  
View profile  
 More options Aug 28 2007, 6:47 am
From: carole
Date: Tue, 28 Aug 2007 03:47:38 -0700
Local: Tues, Aug 28 2007 6:47 am
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
Believe me, I would if I could. Doesn't happen in .Mac - no htt and
all that. Everything is 404 or 200.

 
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.
JLH  
View profile  
 More options Aug 28 2007, 6:51 am
From: JLH
Date: Tue, 28 Aug 2007 03:51:26 -0700
Local: Tues, Aug 28 2007 6:51 am
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
what is .mac?

On Aug 28, 5:47 am, carole wrote:


 
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.
Robbo  
View profile  
 More options Aug 28 2007, 7:37 am
From: Robbo
Date: Tue, 28 Aug 2007 04:37:37 -0700
Local: Tues, Aug 28 2007 7:37 am
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
Hi, Carole

301 redirects can be done from the .htaccess file in the root of the
domain but you do NOT have access to that.

You might be able to put an .htaccess text file in YOUR home folder:
http://homepage.mac.com/caroledanforth/

If you are able to put .htaccess file there, put lines like the
following in it (plain text):

Redirect 301 myoldpage.html http://homepage.mac.com/caroledanforth/mynewpage.html

(Obviously, you replace [myoldpage] and [mynewpage] with filenames
that you are using.

Notice that after the [Redirect 301], you state only the filename (or
subfolder/filename) of the file you are redirecting from.  This MUST
be in or below the current folder.

The URL of the destination (new) filename must be stated as a FULL URL
eg:
http://homepage.mac.com/caroledanforth/mynewpage.html
This is because it COULD be on a different domain altogether.

Also note that the .htaccess file can be created/edited with any plain
text editor, but you must ensure that the filename is [.htaccess] and
there is no filename extension like .txt stuck on the end. (Many
editors will default to that and you have to remove the ending if it
appears.)

Before you invest too much time and effort in this, try it with just
ONE URL in case your hosting company does not allow you to
use .htaccess at all.

If you cannot use the .htaccess at all, you could check out whether
you can use PHP to issue the 301.

If you are limited to HTML with no server-side scripting language such
as PHP or ASP available to you, I have run out of ideas.

Robbo

On Aug 28, 10:39 am, carole wrote:


 
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.
Sam I Am  
View profile  
 More options Aug 28 2007, 7:58 am
From: Sam I Am
Date: Tue, 28 Aug 2007 04:58:19 -0700
Local: Tues, Aug 28 2007 7:58 am
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
If all of Robbo's ideas don't work (try those first!) you could always
go back to the 404 option + removal request for those pages that you
haven't done it for yet. The problem then would be outdated links of
course and there's really no easy way to go around correcting those
other than emailing people who have linked there.

Google seems to keep the old files in their system for quite a long
time. I'm still waiting (6 months +) for google to stop trying to
access a few files which we linked to for a day but then replaced with
a trailing slash version....

On Aug 28, 1:37 pm, Robbo wrote:


 
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.
JLH  
View profile  
 More options Aug 28 2007, 7:58 am
From: JLH
Date: Tue, 28 Aug 2007 04:58:53 -0700
Local: Tues, Aug 28 2007 7:58 am
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
OIC now, Server: AppleDotMacServer-1B455

Does that thing support a .htaccess? if not, does it allow any server
side scripts like php?

On Aug 28, 6:37 am, Robbo wrote:


 
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.
cass-hacks  
View profile  
 More options Aug 28 2007, 8:23 am
From: cass-hacks
Date: Tue, 28 Aug 2007 05:23:45 -0700
Local: Tues, Aug 28 2007 8:23 am
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
I've read both Sebastian and JohnMu saying that a 0 second redirect is
taken the same as a 301, although I haven't tried it myself.

How long of a delay were you using?

Craig

On Aug 28, 6:39 pm, carole wrote:


 
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.
cristina  
View profile  
 More options Aug 28 2007, 8:32 am
From: cristina
Date: Tue, 28 Aug 2007 05:32:02 -0700
Local: Tues, Aug 28 2007 8:32 am
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
Hi Craig,
A 301 redirect is a redirect that appears
with HTTP status response 301
in the server access log,
so a suggestion would be to check in
the server access log what is
the HTTP status response for a specific
request, for a specific URL and a
specific user agent.

Cristina.

On Aug 28, 1:23 pm, cass-hacks wrote:


 
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.
JLH  
View profile  
 More options Aug 28 2007, 8:37 am
From: JLH
Date: Tue, 28 Aug 2007 05:37:32 -0700
Local: Tues, Aug 28 2007 8:37 am
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
They won't appear like a 301 in the response, however, Google does
TREAT them like one.  I moved a domain about a year ago with zero time
redirects and it worked, but it wasn't nearly as fast as a 301, over a
month.

On Aug 28, 7:32 am, cristina wrote:


 
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.
djc  
View profile  
 More options Aug 28 2007, 8:43 am
From: djc
Date: Tue, 28 Aug 2007 05:43:47 -0700
Local: Tues, Aug 28 2007 8:43 am
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
His current server environment isn't going to allow for a 301.

To answer your first question:  If you noindex,nofollow your meta
redirect, then the bot is never going to make it to the old pages.
Leave the redirect in place for the time being.

If you want to 301, then you will need to switch server environments.
Since you're using .mac, I assume you have your own server made from
an old Mac using DSL or cable modem to link it to the internet. For a
few months, move your site to another server and let Google catch up
to the 301 changes then move back to your Mac.

On Aug 28, 7:32 am, cristina wrote:


 
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.
cristina  
View profile  
 More options Aug 28 2007, 9:29 am
From: cristina
Date: Tue, 28 Aug 2007 06:29:15 -0700
Local: Tues, Aug 28 2007 9:29 am
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
I suppose one way to check how
redirection via meta refresh tag works is to
look which URL is cached by
Google and what is the content of the cached copy.

I think that redirection at server level (when possible)
is preferrable to redirection via refresh meta tag.

Cristina.


 
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 Aug 28 2007, 9:36 am
From: webado
Date: Tue, 28 Aug 2007 13:36:44 -0000
Local: Tues, Aug 28 2007 9:36 am
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
Isn't it advisable to also have a simple, regular  html link in the
body of the page with the meta refresh?

On Aug 28, 9:29 am, cristina wrote:


 
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.
JohnMu  
View profile  
 More options Aug 28 2007, 9:44 am
From: JohnMu
Date: Tue, 28 Aug 2007 13:44:43 -0000
Local: Tues, Aug 28 2007 9:44 am
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
The meta refresh is probably the best bet in that case.

I guess this is another one of those "never host content on a domain
that you don't control" kind of thing :-(

John


 
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.
cristina  
View profile  
 More options Aug 28 2007, 10:06 am
From: cristina
Date: Tue, 28 Aug 2007 07:06:31 -0700
Local: Tues, Aug 28 2007 10:06 am
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
Hi Webado,
You mention a regular html link to the new page
in the old page with the refresh meta tag.

It is not clear how bots follow the meta
refresh tag and a zero delay can be considered
different from a non-zero delay.

A non-zero delay is the usual set-up for
the meta refresh tag, and it is intended
for people, not bots, and people can see during
the non-zero delay that they are redirected
to the link you mentioned,
and if the redirection via refresh meta tag does not work
they can click on that link and go to the new page.

A meta refresh tag with zero delay is intended
for bots, not for browsers used by people,
and I think that the intended redirect should
be done at server level instead, with
clear HTTP status response 301 or 302.

Cristina.

On Aug 28, 2:36 pm, webado wrote:


 
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 Aug 28 2007, 10:21 am
From: webado
Date: Tue, 28 Aug 2007 14:21:31 -0000
Local: Tues, Aug 28 2007 10:21 am
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
Inded doing any of that redirection at the server level is ideal, but
when that option is not available (like on most free hosting acounts),
keeping a page with meta refresh AND  an html link will help robots
and visitors alike. Not everybody allows meta refresh (when I use
Firefox I disable it for troubleshooting) and if robots don't follow
it, at least they will follow the html link.

On Aug 28, 10:06 am, cristina wrote:


 
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 Aug 28 2007, 10:23 am
From: webado
Date: Tue, 28 Aug 2007 14:23:24 -0000
Local: Tues, Aug 28 2007 10:23 am
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
Oh and when I've had to use meta refresh it's always been with a 0
delay anyway. For visitors who do not disable meta refresh that will
be an instant transfer, and for those who do, it doesn't matter, all
they can do to continue is click the link.

On Aug 28, 10:06 am, cristina wrote:


 
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.
djc  
View profile  
 More options Aug 28 2007, 10:28 am
From: djc
Date: Tue, 28 Aug 2007 07:28:30 -0700
Local: Tues, Aug 28 2007 10:28 am
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
A HTML link is a good idea as some people block META redirects.  As
for 301/302 vs META....that's just fine and dandy advice to a person
using a server that supports them.  Unfortunately, not everyone has
that option.  Setting up severs attached to DSL and cable modems is
becoming quite popular however a good portion of the people setting
them up know very little about the differences in server technology
(and then there are those that pay no attention to the proper
maintenance of the server and get hacked).

On Aug 28, 9:06 am, cristina wrote:


 
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.
djc  
View profile  
 More options Aug 28 2007, 10:29 am
From: djc
Date: Tue, 28 Aug 2007 07:29:21 -0700
Local: Tues, Aug 28 2007 10:29 am
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
Guess Webado can type faster than I ;)

On Aug 28, 9:21 am, webado wrote:


 
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 Aug 28 2007, 10:36 am
From: webado
Date: Tue, 28 Aug 2007 14:36:20 -0000
Local: Tues, Aug 28 2007 10:36 am
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
Hehe!

I would add that if using javascript redirection, having a noscript
tag with the html link to the same locaiton serves the same purpose.

On Aug 28, 10:29 am, djc wrote:


 
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.
cristina  
View profile  
 More options Aug 28 2007, 11:46 am
From: cristina
Date: Tue, 28 Aug 2007 08:46:16 -0700
Local: Tues, Aug 28 2007 11:46 am
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
I still think the only way to check
redirection via meta tag is to see
which URLs involved in
the redirection by meta refresh tag are
indexed and cached by Google
and if possible to check server access logs
to see if the redirection via meta refresh tag is followed.

There is a difference between a bot following
a meta refresh redirection and
following the link in the body of the page.
If it follows the redirect only one of the URLs
will appear in the index, if it crawls the page
and follows the link to the new page
then the bot could index both URLs.
Also I am not sure what kind of redirect
will be from a meta refresh tag with zero
delay, will it be considered like
a permanent redirect HTTP status 301
or temporary redirect HTTP status 302?

Is redirection via refresh meta tag considered in the same way
(like a redirection 301 or 302 or no redirection)
by all(-ish) search engines and by all datacenters?

Cristina.


 
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.
carole  
View profile  
 More options Aug 28 2007, 1:26 pm
From: carole
Date: Tue, 28 Aug 2007 10:26:52 -0700
Local: Tues, Aug 28 2007 1:26 pm
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
Well, guys I'm back after a few hours sleep. Moving to the apache
server on my modem hookup temporarily doesn't sound good - and I
could
get hacked, and I don't keep my computer on 24/7 either.
I tried .htaccess and .Mac informed me in an alert that I can't begin
a filename with "." because it's used by their system. I've already
read in their forums that .php isn't allowed either.

Actually, I don't why people would link to those individual gallery
pages. What I've seen is that they hotlink to the .jpgs themselves in
some online forums. I had a "Please don't hotlink. Download the
picture instead" notice. Renaming the files and jpgs breaks their
hotlinks, and that's good. Even linking to an individual gallery page
is a large file transfer. I was getting 99% file transfer for the 2/
week period a few months ago from .Mac and a warning letter that they
take me offline for the period if it hits 100%. That prompted me to
go
ahead and rename, which need to be descriptive names anyway. It was
odd that Google now has approx. 150/300 show as 404. Maybe the crawl
has only picked up the first half so far.

What about keeping the 0 meta-refresh I have now on all 300 files
(which truly makes them 200 - even if the bot hasn't been by and
noticed it) and adding robots "noindex,nofollow" to each file, so
that
it will qualify for the URL Removal tool? The tool seems to work and
rather quickly. Some of the new files are showing up in the index.

When I did this a year ago, Sebastian said just meta-refresh 0 would
do it, and it took a couple of weeks to get back to page 1 in Google.
But this is a big directory, whereas last year I just renamed 10
files. The changefreq is yearly, but doesn't the bot also look at the
last modified file date? (.Mac does deliver that in the http header).
They are all modified this month.


 
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.
cristina  
View profile  
 More options Aug 28 2007, 1:34 pm
From: cristina
Date: Tue, 28 Aug 2007 10:34:35 -0700
Local: Tues, Aug 28 2007 1:34 pm
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
Carole,
Can you give some of the URLs with the
meta refresh tag
and the words for which your search results suffered?

Cristina.


 
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.
carole  
View profile  
 More options Aug 28 2007, 1:35 pm
From: carole
Date: Tue, 28 Aug 2007 10:35:14 -0700
Local: Tues, Aug 28 2007 1:35 pm
Subject: Re: Really lost on meta refresh! debate: Phil vs Sebastian
Well, guys I'm back after a few hours sleep. Moving to the apache
server on my modem hookup temporarily doesn't sound good - and I
could
get hacked, and I don't keep my computer on 24/7 either.
I tried .htaccess and .Mac informed me in an alert that I can't begin
a filename with "." because it's used by their system. I've already
read in their forums that .php isn't allowed either.

Actually, I don't why people would link to those individual gallery
pages. What I've seen is that they hotlink to the .jpgs themselves in
some online forums. I had a "Please don't hotlink. Download the
picture instead" notice. Renaming the files and jpgs breaks their
hotlinks, and that's good. Even linking to an individual gallery page
is a large file transfer. I was getting 99% file transfer for the 2/
week period a few months ago from .Mac and a warning letter that they
take me offline for the period if it hits 100%. That prompted me to
go
ahead and rename, which need to be descriptive names anyway. It was
odd that Google now has approx. 150/300 show as 404. Maybe the crawl
has only picked up the first half so far.

What about keeping the 0 meta-refresh I have now on all 300 files
(which truly makes them 200 - even if the bot hasn't been by and
noticed it) and adding robots "noindex,nofollow" to each file, so
that
it will qualify for the URL Removal tool? The tool seems to work and
rather quickly. Some of the new files are showing up in the index.

When I did this a year ago, Sebastian said just meta-refresh 0 would
do it, and it took a couple of weeks to get back to page 1 in Google.
But this is a big directory, whereas last year I just renamed 10
files. The changefreq is yearly, but doesn't the bot also look at the
last modified file date? (.Mac does deliver that in the http header).
They are all modified in August 2007.


 
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.
Messages 1 - 25 of 38   Newer >
« Back to Discussions « Newer topic     Older topic »