Jump to content
xisto Community
Saint_Michael

Saint-michaels Html Tips And Tricks Issue # 2 some more tricks of the trade and some wierd stuff to

Recommended Posts

Well i thought it was time to bring in issue 2 of html tips and tricks and i found a very interesting html coding which i thought was funny as hell its called

 

Preventing Search Engine Indexing this coding is used to keep your website from being index why i don't know why you don't want you website listed unless it someone stupid as in telletubbies.com but heres the code

 

 

 

[To prevent a Search Engine from indexing a page, place the code below between the <HEAD> and </HEAD> tags.

 

 

QUOTE]<META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW">

 

This tag tells the robots not to index this page and not to follow any links within the page.

 

<META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW">

 

This tag tells the robots not to index this page, but follow any links within the page.

 

heres a next trick ever though first time users could do this with the <iframe> tag but since most people are beginning to use html 4.01 xhtml and php and other scripting this use the embed feature so here is the coding for that

 

 

<object data=http://forums.xisto.com/no_longer_exists/ width="600" height="400"> <embed src=http://forums.xisto.com/no_longer_exists/ width="600" height="400"> </embed> Error: Embedded data could not be displayed. </object>

 

This is kickn script i have cuz one it uses the cpanel login which everyone uses to work on their hosted site this script was done by Terror GraFeX so just incase he moving around here somewhere heres that credit

 

 

 

First create a new HTML document or open an exisiting document which you'd like to add the box to.

 

 

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<title>Cpanel Login</title>

</head>

 

 

<body>

</body>

</html>

 

 

Now copy this code into your page

Code:

 

<

form action="http://www.yourwebsite.ahost4free.com/login/; method="post">

username: <input type="text" name="user"><br>

Password: <input type="password" name="pass"><br>

<input type="submit" value="submit" name="submit">

</form>

 

 

Now your overall code should look like this;

Code:

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<title>Cpanel Login</title>

</head>

<form action="http://www.yourdomain.com/login/; method="post">

username: <input type="text" name="user"><br>

Password: <input type="password" name="pass"><br>

<input type="submit" value="submit" name="submit">

</form>

<body>

</body>

</html>

 

 

well thats it for the day suggestions or comment on what you fans would like to see in issue #3 of html tips and tricks by saint-michael

 

and for some good stuff go here http://forums.xisto.com/no_longer_exists/

 

 

PEACE

Share this post


Link to post
Share on other sites

I agree with you SAINT, the only website that would be using your script would be teletubies.com, LOL. The script might be usefull for those websites which contains Secret Material, which might want to prevent Search Engine to add their website, but the script would be very very useful to the Teletubies. Nice Tutorial, I might check out Issue #1.From.::DAMAN::.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.