<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
	<title>seo partner</title>
	<link>http://seopartner.com</link>
	<description>Your one stop blog for seo tips, seo software and web optimization in general</description>
	<pubDate>Mon, 30 Jun 2008 13:17:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>
	<language>en</language>

		<item>
		<title>META Data Generator</title>
		<link>http://seopartner.com/seo-tools/meta-data-generator/</link>
		<comments>http://seopartner.com/seo-tools/meta-data-generator/#comments</comments>
		<pubDate>Sat, 29 Oct 2005 17:05:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>uncategorized</category>
		<guid>http://seopartner.com/seo-tools/meta-data-generator/</guid>
		<description><![CDATA[	]]></description>
			<content:encoded><![CDATA[	<p><?php</p>
	<p>if ($_SERVER['REQUEST_METHOD'] == 'POST') { 
	$cls = '&gt;';
	if ($_POST['xhtml']==true) {
		$cls = ' /' . $cls;
	}
	echo '<textarea id="results" name="results" rows="7" cols="53">&#8216;;
	if ($_POST[&#8217;meta_keywords&#8217;] != &#8216;&#8217;) {
		$arr_kw=explode("\r\n", $_POST[&#8217;meta_keywords&#8217;]);
		foreach ($arr_kw as  $kw_temp) {
			if ($kw_temp != &#8216;&#8217;) {$kw .= "$kw_temp, "; }
		}
		$kw=substr($kw,0,count($kw)-3);
		echo "&lt;meta name=\"Keywords\" content=\"$kw\"$cls\r\n";
	}
	if ($_POST[&#8217;meta_description&#8217;] != &#8216;&#8217;) {
		$desc =str_replace("\r\n",&#8217; &#8216;, $_POST[&#8217;meta_description&#8217;]);
		echo "&lt;meta name=\"Description\" content=\"$desc\"$cls\r\n";
	}
	if ($_POST[&#8217;code_charset&#8217;] != &#8216;&#8217;) {
		if ($_POST[&#8217;code_charset&#8217;] != &#8216;other&#8217;) {
			echo "&lt;meta http-equiv=\"Content-Type\" content=\"text/html; charset={$_POST[&#8217;code_charset&#8217;]}\"$cls\r\n";
		} else {
			echo "&lt;meta http-equiv=\"Content-Type\" content=\"text/html; charset={$_POST[&#8217;code_charset_other&#8217;]}\"$cls\r\n";
		}
	}
	if ($_POST[&#8217;meta_abstract&#8217;] != &#8216;&#8217;) {
		$abstract = str_replace("\r\n",&#8217; &#8216;, $_POST[&#8217;meta_abstract&#8217;]);
		echo "&lt;meta name=\"Abstract\" content=\"$abstract\"$cls\r\n";
	}
	if ($_POST[&#8217;meta_author&#8217;] != &#8216;&#8217;) echo "&lt;meta name=\"Author\" content=\"{$_POST[&#8217;meta_author&#8217;]}\"$cls\r\n";
	if ($_POST[&#8217;meta_owner&#8217;] != &#8216;&#8217;) echo "&lt;meta name=\"Owner\" content=\"{$_POST[&#8217;meta_owner&#8217;]}\"$cls\r\n";
	if ($_POST[&#8217;meta_reply_to&#8217;] != &#8216;&#8217;) echo "&lt;meta name=\"Reply-to\" content=\"{$_POST[&#8217;meta_reply_to&#8217;]}\"$cls\r\n";
	if ($_POST[&#8217;meta_copy&#8217;] != &#8216;&#8217;) echo "&lt;meta name=\"Copyright\" content=\"{$_POST[&#8217;meta_copy&#8217;]}\"$cls\r\n";
	if ($_POST[&#8217;meta_generator&#8217;] != &#8216;&#8217;) echo "&lt;meta name=\"Generator\" content=\"{$_POST[&#8217;meta_generator&#8217;]}\"$cls\r\n";
	if ($_POST[&#8217;meta_doctype&#8217;] != &#8216;&#8217;) echo "&lt;meta name=\"Doc-type\" content=\"{$_POST[&#8217;meta_doctype&#8217;]}\"$cls\r\n";
	if ($_POST[&#8217;meta_rating&#8217;] != &#8216;&#8217;) echo "&lt;meta name=\"Rating\" content=\"{$_POST[&#8217;meta_rating&#8217;]}\"$cls\r\n";
	if ($_POST[&#8217;code_revisit&#8217;] != &#8216;&#8217;) echo "&lt;meta name=\"Revisit-after\" content=\"{$_POST[&#8217;code_revisit&#8217;]} days\"$cls\r\n";
	if ($_POST[&#8217;code_robots&#8217;] != &#8216;&#8217;) echo "&lt;meta name=\"Robots\" content=\"{$_POST[&#8217;code_robots&#8217;]}\"$cls\r\n";
	if ($_POST[&#8217;code_pragma&#8217;] == false) echo "&lt;meta http-equiv=\"Pragma\" content=\"no-cache\"$cls\r\n";
	if ($_POST[&#8217;code_expire_day&#8217;]+$_POST[&#8217;code_expire_month&#8217;]+$_POST[&#8217;code_expire_year&#8217;] != 2007) {
		$utime=mktime (1,1,1,$_POST[&#8217;code_expire_month&#8217;],$_POST[&#8217;code_expire_day&#8217;],$_POST[&#8217;code_expire_year&#8217;]);
		echo "&lt;meta http-equiv=\"Expires\" content=\"";
		echo date(&#8217;D', $utime) . &#8216;, &#8216; . date(&#8217;d', $utime) . &#8216; &#8216; . date(&#8217;M', $utime) . &#8216; &#8216; . date(&#8217;Y', $utime) . &#8216; 00:00:00 GMT&#8217;;
		echo "\"$cls\r\n";
	}
	if ($_POST[&#8217;link_home&#8217;] != &#8216;&#8217;) echo "&lt;link rel=\"home\" href=\"{$_POST[&#8217;link_home&#8217;]}\"$cls\r\n";
	if ($_POST[&#8217;link_toc&#8217;] != &#8216;&#8217;) echo "&lt;link rel=\"toc\" href=\"{$_POST[&#8217;link_toc&#8217;]}\"$cls\r\n";
	if ($_POST[&#8217;link_index&#8217;] != &#8216;&#8217;) echo "&lt;link rel=\"index\" href=\"{$_POST[&#8217;link_index&#8217;]}\"$cls\r\n";
	if ($_POST[&#8217;link_glossary&#8217;] != &#8216;&#8217;) echo "&lt;link rel=\"glossary\" href=\"{$_POST[&#8217;link_glossary&#8217;]}\"$cls\r\n";
	if ($_POST[&#8217;link_copy&#8217;] != &#8216;&#8217;) echo "&lt;link rel=\"copyright\" href=\"{$_POST[&#8217;link_copy&#8217;]}\"$cls\r\n";
	if ($_POST[&#8217;link_previous&#8217;] != &#8216;&#8217;) echo "&lt;link rel=\"previous\" href=\"{$_POST[&#8217;link_previous&#8217;]}\"$cls\r\n";
	if ($_POST[&#8217;link_next&#8217;] != &#8216;&#8217;) echo "&lt;link rel=\"next\" href=\"{$_POST[&#8217;link_next&#8217;]}\"$cls\r\n";
	if ($_POST[&#8217;link_help&#8217;] != &#8216;&#8217;) echo "&lt;link rel=\"help\" href=\"{$_POST[&#8217;link_help&#8217;]}\"$cls\r\n";
	echo &#8216;</textarea>&#8216;;
} else {
	echo "
<p>
	    As we menitoned in the <a href='/meta-matters.htm?PHPSESSID=52dfc689bdcb8bb992cf7e43e56082be'>META Matters</a> post, while Google and a number of other search engines don&#8217;t give META tags nearly as much weight as before, some still use them. Yahoo and the whole Inktomi family for example. So if you aren&#8217;t too technically savvy, or just happen to forget the syntax, here&#8217;s a tool to generate all types of META data for your site.
	</p>
";
	echo "
<p>
	    Most search enigines don&#8217;t support each and every one of these tags, but it won&#8217;t hurt to put them on your page. Of course, all tags are optional. Hold your mouse over the question mark near each tag for more information about it.
	</p>
";
} ?></p>
	<form action="" method="post"><input type="hidden" name="PHPSESSID" value="52dfc689bdcb8bb992cf7e43e56082be" />
	<h4>Main META Tags</h4>
	<p><a style="cursor: help;" title="The keywords for your site, one per line."><img src="/images/q.gif" /></a>  Keywords:
&nbsp;&nbsp;&nbsp;<textarea rows="4" cols="40" name="meta_keywords"></textarea></p>
	<p><a style="cursor: help;" title="A description of the page which appears in search engine results."><img src="/images/q.gif" /></a>  Description:
&nbsp;&nbsp;&nbsp;<textarea rows="4" cols="40" name="meta_description"></textarea></p>
	<p><a style="cursor: help;" title="The encoding your page uses."><img src="/images/q.gif" /></a>  Encoding: 
<select name="code_charset">
<option value="" selected></option>
<option value="us-ascii">US-ASCII (For English pages)</option>
<option value="iso-8859-1">ISO-8859-1 (For English pages)</option>
<option value="utf-8">UTF-8 (For multilangual pages)</option>
<option value="other">Other (Specify)</option>
</select>
	<p>Other: <input name="code_charset_other" type="text" value="" /></p>
	<p>&nbsp;</p>
	<h4>Secondary META Tags</h4>
	<p><a style="cursor: help;" title="A secondary, more specific description of this particular page."><img src="/images/q.gif" /></a>  Secondary description:
&nbsp;&nbsp;&nbsp;<textarea rows="4" cols="40" name="meta_abstract"></textarea></p>
	<p><a style="cursor: help;" title="Who wrote this page."><img src="/images/q.gif" /></a>  Author:
&nbsp;&nbsp;&nbsp;<input name="meta_author" type="text" /></p>
	<p><a style="cursor: help;" title="Who is the owner of the site."><img src="/images/q.gif" /></a>  Owner:
&nbsp;&nbsp;&nbsp;<input name="meta_owner" type="text" /></p>
	<p><a style="cursor: help;" title="Where to send comments about this page."><img src="/images/q.gif" /></a>  Email:
&nbsp;&nbsp;&nbsp;<input name="meta_reply_to" type="text" /></p>
	<p><a style="cursor: help;" title="The copyright notice."><img src="/images/q.gif" /></a>  Copyright:
&nbsp;&nbsp;&nbsp;<input name="meta_copy" type="text" /></p>
	<p><a style="cursor: help;" title="The program or tool that was used to make this page."><img src="/images/q.gif" /></a>  Generator:
&nbsp;&nbsp;&nbsp;<input name="meta_generator" type="text" /></p>
	<p><a style="cursor: help;" title="The rating for this page. Having this on the home page is enough."><img src="/images/q.gif" /></a>  Rating: 
<select name="meta_rating">
<option value="" selected></option>
<option value="Safe For Kids">Safe For Kids (G)</option>
<option value="General">General (PG)</option>
<option value="14 Years">14 Years (PG-13)</option>
<option value="Mature">Mature (R)</option>
<option value="Restricted">Restricted (X)</option>
</select>
	<p><a style="cursor: help;" title="The document type. Not too important, but doesn't hurt."><img src="/images/q.gif" /></a>  Page Type: 
<select name="meta_doctype">
<option value="" selected></option>
<option value="Confidential Company Papers">Confidential Company Papers</option>
<option value="eZine">eZine</option>
<option value="Government">Government</option>
<option value="Journal">Journal</option>
<option value="Manuscript">Manuscript</option>
<option value="Paper">Paper</option>
<option value="Private">Private</option>
<option value="Public">Public</option>
<option value="Web Page">Web Page</option>
<option value="White Paper">White Paper</option>
</select>
	<p>&nbsp;</p>
	<h4>Tags effecting SEO Robots</h4>
	<p><a style="cursor: help;" title="The minimum number of days until this page is respidered."><img src="/images/q.gif" /></a>  Revisit after:
&nbsp;&nbsp;&nbsp;<input name="code_revisit" type="text" /></p>
	<p><a style="cursor: help;" title="Whether this page is to be cached by browsers and search engines."><img src="/images/q.gif" /></a> <input name="code_pragma" type="checkbox" checked />  Cache this page.</p>
	<p><a style="cursor: help;" title="The date when this page is no longer current."><img src="/images/q.gif" /></a>  Expires on: 
<select name="code_expire_day">
<? for ($x=1;$x<=31;$x++) echo "<option value='$x'>$x</option>"; ?>
</select>
	<select name="code_expire_month">
<? for ($x=1;$x<=12;$x++) echo "<option value='$x'>$x</option>"; ?>
</select>
	<select name="code_expire_year">
<? for ($x=2005;$x<=2025;$x++) echo "<option value='$x'>$x</option>"; ?>
</select>
	<p><a style="cursor: help;" title="Whether robots should index and follow links on this page. Better use Robots.txt."><img src="/images/q.gif" /></a>  Robots commands: 
<select name="code_robots">
<option value="" selected></option>
<option value="all">Do anything</option>
<option value="index, follow">Index the page, and follow links from it</option>
<option value="index, nofollow">Index the page, but don&#8217;t follow links from it</option>
<option value="index, nofollow">Don&#8217;t index the page, but follow links from it</option>
<option value="none">Don&#8217;t get close.</option>
</select>
	<p>&nbsp;</p>
	<h4>Related Pages:</h4>
	<p><a style="cursor: help;" title="The URL of the site's home page. Can be relative or absolute."><img src="/images/q.gif" /></a>  Home Page:
&nbsp;&nbsp;&nbsp;<input name="link_home" type="text" /></p>
	<p><a style="cursor: help;" title="The URL of the site's table of contents. Can be relative or absolute."><img src="/images/q.gif" /></a>  Table Of Contents:
&nbsp;&nbsp;&nbsp;<input name="link_toc" type="text" /></p>
	<p><a style="cursor: help;" title="The URL of the site's index. Can be relative or absolute."><img src="/images/q.gif" /></a>  Index:
&nbsp;&nbsp;&nbsp;<input name="link_index" type="text" /></p>
	<p><a style="cursor: help;" title="The URL of the site's glossary. Can be relative or absolute."><img src="/images/q.gif" /></a>  Glossary:
&nbsp;&nbsp;&nbsp;<input name="link_glossary" type="text" /></p>
	<p><a style="cursor: help;" title="The URL of the page containing copyright information. Can be relative or absolute."><img src="/images/q.gif" /></a>  Copyright:
&nbsp;&nbsp;&nbsp;<input name="link_copy" type="text" /></p>
	<p><a style="cursor: help;" title="The URL of the next page in a series. Can be relative or absolute."><img src="/images/q.gif" /></a>  Next:
&nbsp;&nbsp;&nbsp;<input name="link_next" type="text" /></p>
	<p><a style="cursor: help;" title="The URL of the previous page in a series. Can be relative or absolute."><img src="/images/q.gif" /></a>  Previous:
&nbsp;&nbsp;&nbsp;<input name="link_previous" type="text" /></p>
	<p><a style="cursor: help;" title="The URL of the site's help file. Can be relative or absolute."><img src="/images/q.gif" /></a>  Help:
&nbsp;&nbsp;&nbsp;<input name="link_help" type="text" /></p>
	<p>&nbsp;</p>
	<p><a style="cursor: help;" title="Ignore this if you don't know what it is."><img src="/images/q.gif" /></a> <input name="xhtml" type="checkbox" /> XHTML Compliant.</p>
	<p><input type="submit" name="submit" value="Generate" /> <input type="reset" name="reset" value="Clear" />
</form>
	<p><? //phpinfo(); ?>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://seopartner.com/seo-tools/meta-data-generator/feed/</wfw:commentRSS>
	</item>
	</channel>
</rss>
