Reply
is having a forwarded domain a problem?
Old 10-01-2005, 02:22 AM is having a forwarded domain a problem?
Novice Talker

Posts: 6
is forwarding a domain to my web servers ip address a problem when it comes to search engines. does the webcrawlers scan the wrong site instead?
allen555 is offline
Reply With Quote
View Public Profile Visit allen555's homepage!
 
When You Register, These Ads Go Away!
     
Old 10-02-2005, 02:59 AM
shabbirbhimani's Avatar
Application Developer

Latest Blog Post:
Exchange-traded Fund (ETF)
Posts: 859
Name: Shabbir Bhimani
Location: at Go4Expert.com
It is a problem if its not a permanent redirect as that way you dont have the advantages of backlinks and PR.
shabbirbhimani is offline
Reply With Quote
View Public Profile Visit shabbirbhimani's homepage!
 
Old 10-03-2005, 01:08 PM
camperjohn's Avatar
Ultra Talker

Posts: 268
Location: San Diego
You can get around this by doing fancy javascript work:

// Search engines can see this, and avoid indexing your page
document.location = 'http://www.newlocation.com';

// Search engines can't see this, and will index your page as a valid page
var a = "docu";
var b = "ment.loca";
var c = "tion = 'http:/";
var d = "/www.newlo";
var e = "cation.com'";
eval (a+b+c+d+e);

Try it. Make a page with a made up word like supermagicallyopus in the title, and all over the page. Then put that script on the page. Throw a link on myspace or blogspot pointing to your page.

After one week, go to Google, type in your magic word and you'll see your page. If your magic word is unique enough you'll see only your page and nobody else.

JM
camperjohn is offline
Reply With Quote
View Public Profile Visit camperjohn's homepage!
 
Old 10-03-2005, 11:27 PM
shabbirbhimani's Avatar
Application Developer

Latest Blog Post:
Exchange-traded Fund (ETF)
Posts: 859
Name: Shabbir Bhimani
Location: at Go4Expert.com
Quote:
// Search engines can see this, and avoid indexing your page
document.location = 'http://www.newlocation.com';
Search engines cannot see this

Quote:
// Search engines can't see this, and will index your page as a valid page
var a = "docu";
var b = "ment.loca";
var c = "tion = 'http:/";
var d = "/www.newlo";
var e = "cation.com'";
eval (a+b+c+d+e);
Neither they see this.
shabbirbhimani is offline
Reply With Quote
View Public Profile Visit shabbirbhimani's homepage!
 
Reply     « Reply to is having a forwarded domain a problem?
 

Thread Tools

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

vB 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.13121 seconds with 13 queries