Let us show you how your current site is doing and if your competitors are being favored by the search engines.
|
|
Are Your Competitors Beating You in Search?Let us show you how your current site is doing and if your competitors are being favored by the search engines.
ResourcesOnline Profit Cycle Blog |
How to Create a 301 Redirect301 Redirects are used to permanently redirect users, spiders, and search engines to a new URL. If you need a 301 Redirect then here's how to build one: (From Webconfs.com) IIS Redirect
Redirect in ColdFusion <.cfheader statuscode="301" statustext="Moved permanently"> Redirect in PHP Redirect in ASP <%@ Language=VBScript %> Redirect in ASP .NET <script runat="server"> private void Page_Load(object sender, System.EventArgs e) Redirect Old domain to New domain (htaccess redirect) Create a .htaccess file with the below code, it will ensure that all your directories and pages of your old domain will get correctly redirected to your new domain. Options +FollowSymLinks Please REPLACE www.newdomain.com in the above code with your actual domain name. In addition to the redirect I would suggest that you contact every backlinking site to modify their backlink to point to your new website. Note* This .htaccess method of redirection works ONLY on Linux servers having the Apache Mod-Rewrite moduled enabled. Redirect to www (htaccess redirect) Create a .htaccess file with the below code, it will ensure that all requests coming in to domain.com will get redirected to www.domain.com The .htaccess file needs to be placed in the root directory of your old website (i.e the same directory where your index file is placed) Options +FollowSymlinks Please REPLACE domain.com and www.newdomain.com with your actual domain name. Note* This .htaccess method of redirection works ONLY on Linux servers having the Apache Mod-Rewrite moduled enabled. How to Redirect HTML Please refer to section titled 'How to Redirect with htaccess', if your site is hosted on a Linux Server and 'IIS Redirect', if your site is hosted on a Windows Server. |
Request an SEO ProposalReady for a proposal? Want to talk to a sales person? Start here! The SpryDev GuaranteeBy the end of your contract you will have at least as much additional business from your Web site as you spend on our services... Explore Our Site by Category
|
Post new comment