301 redirect question

I have a website with a couple thousand pageloads a week and
a google rank of 5.
I have set up a blog on the same server in a directory and
now want to move the blog to the domain name and have the traffic
and the rank go to the blog rather than the website.
Some say do 301 redirect.
Some say just move your blog index.php.
Some say erase the WWW.domain redirect, leave THAT as the
website and use the NO-WWW.domain for the blog?
Any advice on this please?
RJ

Thanx Sonjay!
The website is not going under, it is important, but the blog
is more important regards bringing in search results. I want the
arrival to the blog and then go to the website if they want.
I tested the 301 htaccess and it worked fine, page rank
carried over and worked instantly. But I had not figured that about
1000 links and graphic pointers are now wrong! :) Not quite sure
what to do about that.
I have most everything for the website in the root and quite
a bit of the blog there too, I suppose I could move most everything
in the root to domain/blog/?
rackjite.com is my domain, and serendipity is the director
the blog is in.
So I though I would try the PHP redirect in the index.htm
file.
<?php
header( 'Location: http:/rackjite.com/serendipity/' ) ;
?>
I tried that with the index.php and no slash and so forth
with no luck. I put it at tippity top as required and it doesnt do
anything at all. I do not know if this is a good way of doing it
but I did want to see what actually happened. If the page rank went
with it?
I also wonder about putting the blog index.php into the root
and what would happen. Does it still default to index.htm? if there
is a index.php.
My firend with the WWW suggestion has always been a bit weird
about WWW. He is a WWW advocate of sorts and I dont really know
what the point is, but it is colored by his prejudice for using
WWW.
Im confused on how best to do this.
One other thing to ponder, the webpage has a grank of 5 and
the blog even now has google rank of 4, how important is that
difference?
I have quite a few links out there to the domain, perhpas I
could just ask for new links under the blog name and hope they will
add that too? Been around long enough to know that wont work very
well though... :)
thanx again
RJ

Similar Messages

  • 301 Redirections - Proper way to set up?

    Hi - I have an quick and hopefully easy 301 redirect question.
    Here is the duplicate title Notice from Webmaster Tools (and this is also showing duplicate content in SEOMoz).
    So obviously I need to do a 301 redirect.
    The top level menus on the site point to the /about version and not the index.html
    the /index.html is NOT the one I want to use for the 301 if possible - does anyone have a suggestion for how to accomplish this?
    Thanks!

    Have you just tried doing the basic issue there and changed title tags?
    Had someone ask this on the forums before and over complicating looking at 301's when they just changed names of items and page titles and fixed it
    Not sure what you mean about /about etc.
    If you have an about page you got several pages related to it? You have a dropdown menu? So you made a folder /about and the landing page index.html?
    If not and it is just one page and you did that you do not need to. /about as a page is all you need.
    You got to remeber that when  you post on the forums you see all your information and sites, we do not so you need to be detailed or exact in your posts so we can get to the same pooint as you in our heads

  • Question on 301 redirects

    In MX 7, I am attempting to do 301 redirects, using the
    attached code placed in application.cfc. The code works perfectly
    -- just as long as the files I'm attempting to redirect remain
    physically present. If they are removed or renamed, though, I get a
    404 error. If the redirected files can never go away, doesn't that
    partially negate the utility of a 301 redirect? Is there any way
    around this?

    I see what you're trying to do, but the 404 condition trips
    (I would think
    by the web server, even before the CF server is involved?)
    before the
    Application.cfc has a chance to do the 301.
    You should probbably define a 404 template that then palms
    processing off
    to your 301 template, as needs must.
    Adam

  • Migrating from Comcast PWP - redirection question

    I've run my website hosted by Comcast PWP for 18 months, but it's time to move on as FileZilla stopped working and Comcast PWP support seems to have sunset.
    Since I built my website by hand (HTML and Notepad) instead of using proprietary PWP tools, it's easy to move the pages to another web hosting provider.
    My question is: what's the best way to redirect clicks on my Comcast PWP website to the new host?
    I have a domain name (http://newbostonhistoricalsociety.com) at Register.com, and I've pointed that to the new host instead of Comcast.
    Therefore anyone accessing my website from the homepage will get content from the new host.
    However, many Google searches point to my individual web pages with the Comcast name embedded in the URL: http://home.comcast.net/~nbhs/cannon.html for example.
    I've got a dozen or more pages like this one which got a lot of hits over the past year and a half.
    I would like to preserve whatever "link juice" I've built up with the search engines while I steer traffic to the new URLs and host.
    It appears that there are two popular ways to redirect traffic.
    I can use a "Meta Refresh Tag" in my header or I can try to implement a 301 redirect. (I hope I'm using the correct terminology.)
    The 301 redirect looks like it would globally redirect all traffic from my Comcast site to the new site.
    However, I've got to create an .htaccess file in the root of my web server, and I'm not sure if I can do that with Comcast PWP or how.
    I also don't understand if all clicks get redirected to the home page of the new site, which might confuse people.
    Plan B is to put a "Meta Refresh Tag" into each of the separate pages' HTML files so that for example http://home.comcast.net/~nbhs/cannon.html would be redirected to the new site's URL http://newbostonhistoricalsociety.com/cannon.html .  Once there, any clicks would stay on the new site.
    Does anyone have thoughts about what's best? 
    I've read mixed reviews on the "Meta Refresh Tag" as to whether or not it upsets Search Engine Optimization.Thanks in advance for any recommendations!

    BethKatz wrote:
     [ ... ] As I have told people who have asked, consider Google Sites.  [ ... ]Yes, I've tried that - https://sites.google.com/site/johnsslackkey/ - but there isn't the freedom of doing your own HTML, CSS, and js.  One must learn how to tweak Google's page builder.  And I had to find a work-around for an HTML5 audio player, since Google sites are not HTML5. Ditto with Tumblr.  Which is why I really wanted a host with which I could simply FTP content to build the site.  AlterVista seems OK in that respect ... test page here.  This is the fastest way to move stuff off the Comcast host. 

  • 301 redirect - best way?

    i've been reading about 301 redirects which talk about modifying either .htaccess or httpd.conf but none of the suggestions i've found are working... my goal: if someone enters example.com, i want the server to change the url to www.example.com
    i've read server admin does not do 301 permanent redirects. does anyone know the best way to do this? thanks.

    Hi Scott,
    I recommend not doing major edits to the config files in the /etc/apache2/sites directory. These are sometimes 'auto-cleaned' of custom edits by Server Admin when editing and committing through it (very annoying). Here's what I did that works well for me and has not been auto-cleaned so far:
    1) Make a dir /etc/apache2/users
    2) Make new files in that dir that have names based on your server's web users, e.g. myuser.conf (should not be system users, and not have their web directories in the /Library/Webserver area, IMHO).
    3) Add *Include "/etc/apache2/users/myuser.conf"* to the end of and inside of the <VirtualHost> directive in your site config file in question from /etc/apache2/sites dir.
    4) Add all your custom edits to the user file you need, in this case the 301 redirect (see below for my favorite add-www-301 redirect). If using BBEdit, make sure to re-lock the files when done, but you can leave them open.
    5) In Terminal run +apachectl -t+ to make sure you have no syntax errors in your config edited files, or the Apache will crash when you try to restart it, taking your sites off-line.
    5) Open /var/log/apache2/error_log, with +tail -F -n 50 /var/log/apache2/error_log+ or in Console on the server.
    5) Then, in Server Admin under Web -> Sites, make a trivial change and reverse it (like checking then un-checking a box) as this allows you to gracefully restart Apache without screwing up the Webcache feature (see Web PDF docs about not using +apachectl graceful+ ).
    6) Go back to your Apache error log and make sure Apache did not crash. If it did, reverse your edits and restart Apache again.
    Here is my favorite add-www-301 redirect:
    <IfModule mod_rewrite.c>
    RewriteEngine On
    # Google canonical redirect
    RewriteCond %{HTTP_HOST} ^\[^\.\]+\.....?$ \[NC\]
    RewriteCond %{HTTPS} !^on$ \[NC\]
    RewriteRule ^(.*)$ http://www.%{HTTP_HOST}$1 \[R=301,L\]
    RewriteCond %{HTTP_HOST} ^\\[^\.\\]+\.....?$ \[NC\]
    RewriteCond %{HTTPS} ^on$ \[NC\]
    RewriteRule ^(.*)$ https://www.%{HTTP_HOST}$1 \[R=301,L\]
    </IfModule>
    As opposed to other redirects that state the name of the domain, this will cover sites that have multiple domains assigned to them and up to four letters in the TLD (like .info). Also, it handles https redirects as well. Always adding (or removing) the www is important to keep your sites page ranking in Google from being diluted by the non www use (or use) of the base domain. You may already know this, of course.
    The new book http://buildingfindablewebsites.com/ explains this well, though its mod_rewrite solution in limited. Caveat: HTTPS part may not work well with older browsers that do not support HTTP 1.1.
    Larry

  • How long is a 301 redirect cached before it expires?

    I have two domain names, let's call them example.com and example.org. Originally, example.com redirected with a 301 redirect to example.org. Now I would like to reverse it, so example.org redirects to example.com.
    I understand that 301 redirects are cached in Firefox. I am able to clear the cache in Firefox and get the new website. My question is, for other users, how long is the 301 redirect at example.com cached before Firefox goes and checks again to see if anything has changed?
    Another related question: Let's say I add a 301 redirect on example.org to example.com. Then a user who has the old 301 redirect on example.com in their cache tries to visit example.com. Firefox will send them directly to example.org, and they will then get a 301 redirect back to example.com. What will Firefox do then?

    If you actually take care of your device... the only limit on it's life is the battery. 
    Apple makes no statements, from what I've found, on the life expectancy of the battery.  That being said, many people are still using original and 3G iPhones with the original battery, so that's 4-5 years at least.

  • Advice re.  301 redirect / htmaccess file

    I hope this is the correct place to post this question, re. http://www.cumbria-dog-training.com/index.htm
    I originally had an intro page -  index.htm with an entry page Home.htm.
    Late Oct / early Nov I removed the intro page and renamed Home.htm to index.htm.
    However, searches for cumbria-dog-training.com give a result the original Home page - unless I put the index.htm. in the search.
    I’ve been advised to create a 301 redirect.
    My webhost, Crystaltech, said that I need to do that, having made it I then upload an .htaccess file.
    My website design knowledge is limited to say the least. Is there anything I need to be wary of or avoid doing.
    Many thanks for any advice.
    Paul

    Unfortuantely that's not my problem.
    If you type    cumbria dog training  into google, you will find the site positioned at around number 42.
    However, this is  www.cumbria-dog-training.com/HOME.htm    This is the OLD page that I want to get rid of and replace with
    http://uk.search.yahoo.com/search;_ylt=AsfH_jph7OMXw_iz68Gr1Hs4hJp4?vc=&p=cumbria+dog+trai ning&toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-702
    (Position No. 7)
    I just don't know the best way of doingt it for Google.
    I hope this makes sense!
    Paul

  • ADVICE needed --- use  301 Redirect or revert to HTM   from  HTML  ?

    Due to ignorance, I now have two versions of the same website online, the only difference being one is all HTM while the newer one is HTML
    The original was built using DW MX2004  with all pages having an HTM extension while DW CS5.5 has all pages with an HTML extension.
    Obviously I want to replace the old with the new but don't know how to.
    Should I use a 301 redirect in the new folder and upload it with the relevant details ie.  Redirect 301/index.htm http:// www.cumbria-dog-training.com/ index.html    OR   rename the new pages with an htm extension and hope that they've not been crawled yet ( they were uploaded 2 hours ago)
    I'd be very grateful for any good advice as I'm staring into a rather dark hole at the moment.
    Paull

    Hi
    Go into your dreamweaver preferences, (Edit - Preferences) and select the 'New Document' category, there you will see your default extension, change this to .htm and change any documents you have already created to the htm file type, (don't forget the dot before the htm file type).
    On new sites you create, I would recommend changing this preference back to html for those sites.
    PZ

  • Webmaster tools change of address 301 redirect failed using domain forward

    I'm having trouble with webmaster tools recognising our domain name change.
    We've recently updated website and done a name change from www.qldtshirt.com.au to www.qtco.com.au. I am using domain forwarding so qldtshirt.com.au forwards to qtco.com.au (aswell has with www.) and every thing works perfectly.
    www.qldtshirt.com.au/products/polo-shirts/cool-dry-fabric forwards to:
    http://www.qtco.com.au/products/clothing/polo-shirts/cool-dry-fabric
    We have about 4000 301 redirects setup in URL Redirects:
    /products/business-and-corporate/desk-and-office/100-organic-cotton-pencil-case to
    /products/gifts-incentives/desk-and-office/100-organic-cotton-pencil-case
    so on and so on....
    I've verified all sites in webmaster tools however when change of address from www.qldtshirt.com.au to www.qtco.com.au webmaster tools presents this error:
    "301 redirect failed. We detect that the root address of your old site (www.qldtshirt.com.au) does not yet redirect to the root address of your new site (www.qtco.com.au). For more information use the Fetch as Google tool."
    It works perfectly fine for the end user, anyone know why and how to fix please?

    Hi, I have found this same situation.  Did you have any luck finding a solution?
    Thank you

  • Am I supposed to 301 redirect expired product catalogs?

    Once a product catalog has expired, am I supposed to redirect that expired URL?  If so, where would I do that in the ABC system?  I understand how to do it to an actual html page, but I can find no information about what happens to a product catalog once it expires.

    Hi adobewonkenobe,
    If the catalog is expired user will get "Page not found" message.
    Every catalog in BC has a unique URL: Screenshot by Lightshot (check the URL after first /)
    Copy the URL and then you can create the 301 redirect by going to site manager > URL redirects > New URL redirect and you can put the URL as in following screenshot:
    http://prntscr.com/6uf90f
    Regards,
    Gaurav Aggarwal

  • Content managed 301 redirects

    I am trying to work out the best way to allow content authors to create and manage 301 redirects within the CMS. We are using GSF for friendly URLs, but they also want to be able to (for example) create a catchy URL to be distributed on print media that will redirect to an existing page within the site (or potentially to a page on an external site).
    I know that I cannot change the response headers in the JSP, and so am looking at the best way to do so within the existing software stack. The GSTAlias class appears to be almost what I need, but only supports 302 redirects, not 301.
    My current though is that I will implement a custom filter (which will compare the incoming URL against the list of redirects that it retrieves from WCS and send a 301 if needed) and insert it into the filter chain, but I was hoping to get some feedback on this and see if anyone had done this before or knew of a better way to do it.
    Cheers,
    Stephen

    Previously I've done redirects exactly like you, using a custom filter which was installed on the Satellite servers.
    My implementation ended being a bit more complicated since all code using friendly URLs had to be executed within a cached code block due to an earlier design decision. What I ended up with was a setup where the templates could generate some output that could be interpretted by the filter. Like #R#301#http://somepage.com# which the filter picked up. Unfortantely that approach required me to read through the output of the pages and add some caching to often requested URLs in order avoid parsing through the content again.
    If you have GSF on your site as well, you might have a look at com.fatwire.gst.foundation.httpstatus.HttpResponseStatusFilter which enables you to communicate status codes from the ContentServer. Note that proper redirects are not supported, or at least not implemented.
    Also this requires your code to make the decision in a XML based wrapper, since you cannot communicate response codes from JSP.
    If the requirements are quite simple, you can create a basic asset type containing the URL to match and where to redirect to and in your XML wrapper do a very simple sql lookup which should give you enough performance in order to have this executed in an un cached element. The SQL cache will save you for the common requested URLs.
    Please note, that if you are running remote satellite servers I am not quite sure how this will work, if they support handling other response codes and if they can handle additional information found in a 301 redirect.

  • 301 redirects and iWeb index page

    Our site has grown and we will be changing our domain name and hosting co. (We are keeping the old domain active for a while at MME before we change domain name and hosting) I will need to redirect traffic for a while so as not to lose those who have just bookmarked us. Will just redirecting on the index page that iWeb creates (post publish) do that without creating a mess of our page rankings at Google? Currently we are in the top 15 responses for our search terms. Or should i create some other type of redirect? 301? (via cname or htaccess) will that ding me at google? Thanks- try to keep it as simple as possible - I don't code - I experiment and Apple has made it easy.
    jy

    What I would do is purchase the hosting and see if you can have more than one add-on domain. Most web hosts let you do this on one account so it doesn't cost you any more money. You are doing this because you will need a .htaccess file to set up your 301 redirects properly. This is what you should do;
    1) Register your new domain and publish your site to it.
    2) Create a webmaster tools account for BOTH your old and new domain name.
    3) Create a 301 redirect for each individual page to the new corresponding page on your new domain. This can be done with a few lines in your .htaccess file. The file should be in your root folder of your OLD domain. Put this on your .htaccess file (NOTE: This assumes you will have the exact same website structure on the new domain);
    RewriteEngine ON
    RewriteRule ^(.*)$ http://mynewdomain.com/$1 \[R=301,L\]
    OPTIONAL: Use Google's canonical tag on each one of your pages to avoid any issues with duplicate content. Link the old page to it's new corresponding page. This is optional but recommended if you can;
    <link rel="canonical" href="http://www.newdomain.com/newpage.html" />
    4) Login to your Webmaster Tools account and select your OLD domain. Then select 'Site Configuration' and then 'change of address'. Follow the steps provided (which are basically what I told you above). Step 4 in there is the important one.
    5) Submit a sitemap for your new website. This will make sure you know when Google has indexed your new website.
    6) Important: Even though you have done everything properly there is a chance your rankings will change. To help prevent this, update as many third party links as you can to your new site. This won't be possible for all links since you won't have control over them but you should try contacting the website owners who have linked to you to update their links. You should also try getting new links to your new domain.
    You can find all the sites you have linked to you by logging into your webmaster tools account and clicking your OLD domain. Then go to 'Your site on the web' and then to 'Links to your site'.
    Nothing will be instant here, it will take a few days for everything to update but the above is the way Google recommends you do it.
    HTH

  • Htaccess 404 and 301 redirect

    I have a muse website hosted on windows azure.
    I have created a .htaccess file and added o the root.
    The webpage is still not redirecting to the 404 error page or my 301 redirect that i have set

    Hi Kurian,
    You can Go to Server Settings>>Settings>> Missing Template Handler and setup the same.
    To use the missing template handler with IIS, the Custom Error page of your website must be configured to use the page. For this example, we'll assume a directory name of /errorpages and a file named missingtemplate.cfm. Therefore, the path to the missing template handler will be /errorpages/missingtemplate.cfm.
    The steps below explain how to configure IIS to use the template for the Custom Error page:
    1.          Right-click on the website in the IIS Management Console, then select Properties.
    2.          Select the Custom Errors tab.
    3.          Select the 404 in the HTTP Error column and click Edit Properties...
    4.          Select URL from the Message type dropdown and enter /errors/missingtemplate.cfm in the URL text box.
    5.          Click OK.
    6.          Right-click on the website again and select Properties.
    7.          Select the Home Directory tab and click the Configuration... button.
    8.          Select .cfm from the list and click the Edit button.
    9.          Check the "Check that file exists" checkbox.
    10.          Restart IIS and the ColdFusion Server.
    Regards,
    Anit Kumar

  • 301 redirect becomes 302

    I am attempting to perform a 301 redirect using the standard
    code:
    <cfheader statuscode="301" statustext="Moved
    Permanently">
    <cfheader name="Location" value="TheNewURL">
    The redirect occurs -- but the web server is interpreting it
    as a 302 instead. What could the problem be?

    Any thoughts on this? Am I doing something wrong?

  • 301 redirect shows as 302

    Hello,
    I'm trying to do a 301 redirect from one page to another
    using this code. But when I view the http headers, it's showing up
    as a 302 redirect. What's going on?
    Thanks.

    Any thoughts on this? Am I doing something wrong?

Maybe you are looking for