Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

SEO Tycoon


You are currently viewing our SEO Tycoon as a guest. Please register to participate.
Login



Freelance Jobs

Reply
What do u mean by Supplemental Result Pages (SRPs)?what are the various causes of SRP
Old 07-12-2007, 03:23 AM What do u mean by Supplemental Result Pages (SRPs)?what are the various causes of SRP
links4u's Avatar
Experienced Talker

Posts: 34
Name: GSL
Trades: 0
Supplemental Result Pages:-
< Material copied from http://seo.xenite.org/seo-informatio...tal-pages.html (Michael Martinez) removed >
  • Try to get links from pages that don't sell links, not because paid links are bad but because a page that doesn't sell links is more likely to pass value than a page that does sell links.
  • Using 301 Permanent Redirect to solve canonical Issue:-
    301 redirect is the most efficient and Search Engine Friendly method for web page redirection.
PHP Redirect

<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.new-url.com" );
?>

ASP Redirect

<%@ Language=VBScript %>
<%
Response.Status="301 Moved Permanently";
Response.AddHeader("Location","http://www.new-url.com/");
%>

ASP .NET Redirect

<script runat="server">
private void Page_Load(object sender, System.EventArgs e)
{
Response.Status = "301 Moved Permanently";
Response.AddHeader("Location","http://www.new-url.com");
}
</script>

JSP (Java) Redirect

<%
response.setStatus(301);
response.setHeader( "Location", "http://www.new-url.com/" );
response.setHeader( "Connection", "close" );
%>




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
RewriteEngine on
rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]
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.
  • Try to get fresh quality content and remove orphaned pages.
If Any thing more will be added that would be appreciated

Thanks
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

Last edited by chrishirst; 07-12-2007 at 08:40 AM.. Reason: partial copy of article removed
links4u is offline
Reply With Quote
View Public Profile Visit links4u's homepage!
 
 
Register now for full access!
Old 07-12-2007, 08:41 AM Re: What do u mean by Supplemental Result Pages (SRPs)?what are the various causes of
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
I think Michael covered it pretty well in his original article.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 07-12-2007, 09:07 AM Re: What do u mean by Supplemental Result Pages (SRPs)?what are the various causes of
links4u's Avatar
Experienced Talker

Posts: 34
Name: GSL
Trades: 0
Quote:
Originally Posted by chrishirst View Post
I think Michael covered it pretty well in his original article.

May be but i found that difficult to under stand n thats quite easy and straight forward language.


But anyways thats for ur feedback ill tc
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
links4u is offline
Reply With Quote
View Public Profile Visit links4u's homepage!
 
Reply     « Reply to What do u mean by Supplemental Result Pages (SRPs)?what are the various causes of SRP
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.66213 seconds with 12 queries