 |
Research Tools |
Use google's Keyword Tool to get
new keyword ideas Free
WordTracker.com They’re not bargain basement, they’re a sound investment.you can find an easy market,we use daily FREE Trail
On a budget check the density of your keywords around 1-3 % is ok don't over do it :-) Free

 |
Link Building Tools |
Use this tool to find link building partners link suggestion Free
Check out from the spiders view how search engines see your site inc keyword denisty Free
 |
Keyword Research Tools |
Search Analytics – shows a sample of keywords driving traffic to competing sites, so you know which keywords are the most important to your business.
KeyCompete – shows a list of keywords that competing businesses are buying on search engines did you know google has 87% of the search market in the UK?
SEO Digger – shows a list of keywords that competing sites rank for in the organic search results. Google,MSN Live and Yahoo
SpyFu – shows a list of keywords that competing sites buy or rank for. |
Sitemaps are an easy way for webmasters to inform search engines about pages on their sites that are available for crawling. In its simplest form, a Sitemap is an XML file that lists URLs for a site along with additional metadata about each URL (when it was last updated, how often it usually changes, and how important it is, relative to other URLs in the site) so that search engines can more intelligently crawl the site.
quote from sitemaps.org and below
This document describes the XML schema for the Sitemap protocol.
The Sitemap protocol format consists of XML tags. All data values in a Sitemap must be entity-escaped. The file itself must be UTF-8 encoded.
The Sitemap must:
Begin with an opening <urlset> tag and end with a closing </urlset> tag.
Specify the namespace (protocol standard) within the <urlset> tag.
Include a <url> entry for each URL, as a parent XML tag.
Include a <loc> child entry for each <url> parent tag.
All other tags are optional. Support for these optional tags may vary among search engines. Refer to each search engine's documentation for details.
Also, all URLs in a Sitemap must be from a single host, such as www.example.com or store.example.com. For further details, refer the Sitemap file location
Sample XML Sitemap
The following example shows a Sitemap that contains just one URL and uses all optional tags. The optional tags are in italics.
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://www.example.com/</loc>
<lastmod>2005-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>
Site's on the net that will create your sitemap for free are
we use xml-sitemap which will
Build your Site Map online in (XML, ROR, Text, HTML) formats Create an XML sitemap format that can be submitted to Google to help them crawl your website better.
Create a Text sitemap to submit to Yahoo.
Create a ROR sitemap, which is an independant XML format for any search engine.
Generate an HTML site map to allow human visitors to easily navigate on your site.
Maximum 500 pages will be indexed in sitemap if any more there is a$19 charge ?
when create what to do now?
Put it in your main directory. Ex. http://www.sample.com/sitemap.xml
Edit your Robots.txt to include it for all engines. Add a line in there like this one: Sitemap: http://www.example.com/sitemap.xml
Tell the search engines direct
|