Page 5 of 5 FirstFirst 12345
Results 61 to 65 of 65

 

Thread: SEO and traffic building - ask a Super Affiliate

  1. #61
    Registered User

    Status
    Online
    Join Date
    Jun 2006
    Posts
    628
    Thanks
    7
    Thanked 70 Times in 67 Posts


    Quote Originally Posted by submantom View Post
    cheers, i'll ask the question of my host.
    Just thought of another way you could do this with ASP if your host won't install isapirewrite.
    1/ Set up a custom error page in IIS - every host offers this facility.
    2/ Call it 404.asp
    3/ make a url such as You.com/Products/Books
    4/ As this url doesn't exist when a user requests it IIS will redirect to 404.asp
    5/ on 404.asp you have some code which checks the 404 url for "/Products/"
    6/ If found pull out the last bit "Books" in this case then do
    <%server.transfer "/products.asp?cat=books" %>

    It works because when IIS redirects to a custom 404 page the requested page is passed along in the query string. To pull out the url from the query string use code like this
    Code:
    <%
    url = Request.ServerVariables("QUERY_STRING") 
    if len(url) > 0 then 
           url= right(url,len(url)-4) 
    end if 
    %>
    Once you have the url you can parse it for whatever pattern you want. This is a bit of a hack but it should work - still look at isapi or asp.net first.

  2. #62
    Registered User

    Status
    Offline
    Join Date
    Jan 2009
    Posts
    255
    Thanks
    42
    Thanked 12 Times in 12 Posts
    excellent... that's thinking outside the box!

    my host said they wouldn't install it on shared boxes but, in all fairness, offered to help with asp.net.

    But that sounds like a work around that would work - how would google see that? I guess it's no different from isapirewrite?

    thanks for your help on this

  3. #63
    Registered User

    Status
    Offline
    Join Date
    Jun 2009
    Posts
    90
    Thanks
    13
    Thanked 3 Times in 3 Posts
    Hi all,

    When making a sitemap you can tell Google how often your content changes - e.g. weekly or monthly. If it changes less often than you specify in your sitemap, will Google penalise you?

    Thanks,

    Simon

  4. #64
    Registered User

    Status
    Offline
    Join Date
    Sep 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Chris ,

    Are you still running compare store prices as i am interested in advertising. please contact me via email sales@mensandladieswatches.co.uk

    Thanks

    Marc

  5. #65
    Registered User

    Status
    Offline
    Join Date
    Sep 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Dear Chris,

    I'd be very interested in learning more about comparing prices, however I am after price comparison for a particular media type.

    Any help would be appreciated

    Nik

Page 5 of 5 FirstFirst 12345


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Building your affiliate empire
    By Emmer1 in forum Affiliate Marketing Lounge
    Replies: 4
    Last Post: 30-04-09, 04:09 PM
  2. Am I a super affiliate???
    By JayFCF in forum Finance
    Replies: 32
    Last Post: 30-01-08, 07:45 AM
  3. What is a Super Affiliate?
    By MarkCo in forum Affiliate Marketing Lounge
    Replies: 12
    Last Post: 01-02-07, 03:01 PM
  4. What is a 'super affiliate' ?
    By marky in forum Affiliate Marketing Lounge
    Replies: 32
    Last Post: 21-03-05, 12:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2