Google Groups Home
Help | Sign in
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   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
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.


    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.
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.

    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.
seo101  
View profile
(3 users)  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:


    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.
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.

    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.
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:


    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.
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:


    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.
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:


    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.
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:


    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.
cass-hacks  
View profile
(1 user)  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:


    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.
cristina  
View profile
(1 user)  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:


    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.
JLH  
View profile
(2 users)  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:


    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.