To Do: Promotion/LinkagesThe main goal of the website is to make Robert Christgau's writings more widely known, more broadly available, and more easily accessible. Hopefully, this will result in more books sold, more articles commissioned, and perhaps other interesting opportunities.
Directories/Search EnginesWe should be listed in all major web directories and indexed by all major search engines. Not Done:
External LinksMostly looking for music/critic web pages that contain links lists. Some places:
Setting Up External LinksWe'd like to encourage other people to link to this website. The simplest way would be to add the following HTML to your website: <a href="http://www.robertchristgau.com/"> Robert Christgau's Web Site</a> If you have an interest in a particular artist (let's use Arto Lindsay as an example), you might link to a particular CG page: <a href="http://www.robertchristgau.com/get_artist.php&name=arto+lindsay"> Robert Christgau on Arto Lindsay</a> To add a form to your website to look up an artist CG: <form method=get action="http://www.robertchristgau.com/get_artist.php"> Enter name: <input type=text name=name> <input type=submit></form> We'd also like for you to bookmark the website. One neat trick here would be to create a bookmark and specify the URL as the following Javascript:
javascript:void(q=prompt('Enter artist:',''));
if(q)location.href='http://www.robertchristgau.com/get_artist.php?name='+escape(q)
|
|