Meta Tag Generator

Warnings

    "; if (!$title) { echo "
  • You have not specified a title, most browsers will use your URL as the title.
  • "; } if (!$keywords) { echo "
  • You have not specified any keywords, this could damage your position in some search engines.
  • "; } if (!$description) { echo "
  • You have not specified a description, this could reduce the number of people who visit your site from some search engines.
  • "; } if (($expires && $expiresYear) | ($expires && $expiresMonth) | ($expires && $expiresDay) && $expires != "nodouble") { echo "
  • You have specified both and exact expiry date using the textbox and a relational expiry date using the drop-down menus. The exact expiry date will be used."; } if (!$expiresCorrect && $expires) { echo "
  • You have entered and invalid expiry date, so your page will not expire.
  • "; } echo "

"; } echo "

Your meta tags

"; echo "<HEAD>"; if ($title) { echo "<TITLE>$title</TITLE>
"; } if ($email) { echo "<LINK REV=made href=\"mailto:$email\">
"; } if ($keywords) { echo "<META NAME=keywords CONTENT=\"$keywords\">
"; } if ($description) { echo "<META NAME=description CONTENT=\"$description\">
"; } if ($expires) { echo "<META HTTP-EQUIV=Expires CONTENT=\"$expires\">
"; } if (!$robotsNoindex && !$robotsNofollow) { echo "<META NAME=ROBOTS CONTENT=ALL>
"; } elseif (!$robotsNoindex && $robotsNofollow) { echo "<META NAME=ROBOTS CONTENT=INDEX,NOFOLLOW>
"; } elseif ($robotsNoindex && !$robotsNofollow) { echo "<META NAME=ROBOTS CONTENT=NOINDEX,FOLLOW>
"; } elseif ($robotsNoindex && $robotsNofollow) { echo "<META NAME=ROBOTS CONTENT=NONE>
"; } echo "</HEAD>
"; echo "<!-- Meta tags generated at $siteurl -->"; echo "
"; } $today=gmdate("l, d-F-Y H:i:s T"); echo "

Metatag Setup

Page Title Appears in the window titlebar on this page, and is used as the title of any bookmarks.
Email Address So you can be contacted
Keywords If a search term matches one of your keywords then most search engines will list your site higher in the results. Seperate key words with a comma.
Description This is used by some search engines to describe your sites in the results.
Expiry Date After this date (in the form $today) any versions of the page that have been cached will expire and a new version of the page will be taken from the webserver.
OR Expires in year(s), month(s) and days(s),
Do not allow search engine robots to index this page
Do not allow search engine robots to follow links on this page
"; ?>

All rights reserved, HowAmazing.com.
Reproduction in whole or in part in any form
of the HowAmazing.com Network logo or any component
of this site without express written consent from HowAmazing.com is
strictly prohibited. If you are interested in advertising on HowAmazing.com, Please
address your E-mail to advertising@howamazing.com.