Dynadot

Basic Sedo/Parking/View/Click/WebPage??'s

NameSilo
Watch
I still haven't fully sorted out some Sedo (and other DN sales sites) procedures.

1) The source of the view count.(given only http link is Sedo Pg)
2) The source of the click count.(given only http link is Sedo Pg)
3) If I create a web page for a parked name at Sedo, do the Sedo's name servers act as the server for that account? Or when parked, is it even possible to create and put up a webpage for that account?
4)If parked pg=only link to the url, what methods are being used (independent of Sedo) for promoting the domain?

I think one area of confusion for me is distinguishing between the services/functions of a name server and of a domain host because previously, they have always been w/ same co.

Basic stuff, but continues to confuse.:-/
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
You either park or develop. You can develop and have the parking/sales page popup as another window.
 
0
•••
Ok. So I put up a site using my hosting cos. name server . Than I link from that site (using a pop-up) to a parked/sales page w/ Sedo for instance. The link being the Sedo page url plus my web address. Do I have that right?
 
0
•••
Let me give an example - if you buy your domain through goDaddy and have hosting also at goDaddy, your nameservers would naturally read ns1.godaddy.com or something similar that godaddy would tell you. Now you can develop this domain and still have it parked at Sedo for sale. You can just have a different page popup on your site that takes the visitor to the Sedo listing.
 
0
•••
How can I set my domain/website's Sedo Listing Page to appear as a "pop-under" or "pop-over" whenever someone visits my site?

Having your Sedo listing page appear as a pop-up or pop-under can be a good idea if you are trying to sell a developed website that already receives a large amount of traffic, and you want to continue to provide content while you sell the site. This technique can greatly improve your chances of selling your website, while also earning some extra money through the advertising links.

For a "Pop-Under", add the following code to the header of your HTML file:

<SCRIPT>
win2=window.open("http://www.sedo.co.uk/parking/domain.com")
win2.blur()window.focus()
</SCRIPT>

For a "Pop-Over" (recommended), add the following code:

<SCRIPT LANGUAGE="javascript">
<!--
window.open ("http://www.sedo.co.uk/parking/domain.com")
-->
</SCRIPT>

In both scripts, don't forget to replace "domain.com" with your website's domain.
 
0
•••
First off, many thanks for the good info. Rambo you put a spin on it. JoltHost thanks for the code and info. Ive dropped it into my HTML "paste folder" and will be using it. It's all starting to link up mentally- gotta fix a few remaining broken links.

You can pass down to the bold at end to save time.

When I parked at Sedo I changed nameservers from my hosting to Sedo, because I understood that was the procedure for parking their. (May be parking elsewhere in near future, but that' besides the point). My hosting co. (coincidentaly,GoDaddy) isn't the nameserver for the portfolio, except for a couple of names I have kept there for my working sites.

What I want to do is use a master site for DN's (www.httpaddress.com) as one of the means of pointing visitors to the individual pages. w/ approx. 40 names and 10 genre sites I want to put up single pages as demo sites and create graphics, logos etc., most simple, a couple bit more complex. The bulk of my list can be parked using Sedo's (or somebodys) page.

I think just seeing a couple of full url examples to see how the addresses look linked up for development, parking, and sites pointing to that parking , would clear this up for me. ie http://www.example. com/point to/sedositeexample/etc. I put the full extention up on the address bar, so even a link to a page where this is being done might help me figure it out.

Thanks IA. Michael:gl:
 
0
•••
Back