Forum Moderators: goodroi
<TITLE>TITLE GOES HERE</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<META NAME="Description" CONTENT="DESCRIPTION GOES HERE">
<META NAME="Keywords" CONTENT="KEYWORDS GO HERE">
User-agent: *
Disallow:
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<!-- META Tags Created With: STW META Tag Builder www.scrubtheweb.com/abs/ -->
Thanks,
Mako3
[edited by: Woz at 2:50 am (utc) on Jan. 24, 2005]
[edit reason] removed URL & specifics [/edit]
I don't know what you have done but if you type www.your url/robots.txt your site appears, it should just be a plain text file showing what spiders to disallow and not your site layout.
From the code above
User-agent: *
Disallow:
this is what should be in your robots.txt file and not on the web page, its saying all robots are allowed access to all of your site
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
This means that you don't want any bots to index your page and not to follow any of the link from each page, in other words you don't want your site to appear in the search engines
Now putting both of the above comment together, you are saying yes you can access my site but you cant index any of my pages so there is no way you will get your site indexed in a search engine
PS as per the TOS of this forum you are not allowed to post any urls especially to your own site, if you can still edit it then you best do so
Open notepad to make the file and it must be called robots.txt and uploaded to the root of your webspace in ASCII mode, its the only place a bot will request the file.
<TITLE>TITLE GOES HERE</TITLE>
each of your pages need a different title so don't name all of your pages with the same wording.
<META NAME="Description" CONTENT="DESCRIPTION GOES HERE">
the description needs to relate to the text on each of your pages.
<META NAME="Keywords" CONTENT="KEYWORDS GO HERE">
Keywords are not used by google but are by other search engines so make sure you choose keywords what relate to the topic of each of your pages, dont use the same keywords throughout your site.
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
Remove this from your all of your sites pages, this is only used if you do NOT want pages indexing
<!-- META Tags Created With: STW META Tag Builder www.scrubtheweb.com/abs/ -->
this is just a comment tag which can also be removed, its not needed for your site.
read up on Brett's 26 steps to 15k a Day site and then read it again and again and it will get you started in the right direction
[searchengineworld.com...]
<TITLE>Fraternicide-Clan Members</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<META NAME="Description" CONTENT="A New Halo2 XBOX Live Clan that is well experienced and is only accepting people we think will be a great asset to the clan.">
<META NAME="Keywords" CONTENT="Clan, fraternicide, fraternicide clan, clan fraternicide, Halo, Halo2, Live, Xbox, Xbox Live, New, Games, Xbox Games, Xbox Live Clan, Live Clan, Xbox Clan, Halo2 Clan, Halo Clan, New Clan, New Xbox Live, experienced, accepting, great asset, clan members, forum, clan forum, gamertags, members gamertags, ect">
<META NAME="ROBOTS" CONTENT="INDEX,FOLLOW">
thanks,
Mako3
This is what is in your robots.txt file
User-agent: *
Disallow:
thats all and nothing else
-------------------------------------------------------
below this line is "NOT" in the robots.txt file but in the head of your html document (web page)
<TITLE>Fraternicide-Clan Members</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<META NAME="Description" CONTENT="A New Halo2 XBOX Live Clan that is well experienced and is only accepting people we think will be a great asset to the clan.">
<META NAME="Keywords" CONTENT="Clan, fraternicide, fraternicide clan, clan fraternicide, Halo, Halo2, Live, Xbox, Xbox Live, New, Games, Xbox Games, Xbox Live Clan, Live Clan, Xbox Clan, Halo2 Clan, Halo Clan, New Clan, New Xbox Live, experienced, accepting, great asset, clan members, forum, clan forum, gamertags, members gamertags, ect">
This you do not need
<META NAME="ROBOTS" CONTENT="INDEX,FOLLOW">
go to google and do a search for html tutorials, there are lots of them explaining how to construct a site and what elements go where