Search Engine Optimization
Site Checklist
- Link to other relevant sites and have them link to site. Depending on size of site can range from 1 to 3 hours work.
- Submit to search engines:
- Use Google Webmaster Tools to analyze, diagnose, and take action. Google tools can be very detailed so a quick analysis is recommended at around 1 to 2 hours work.
- Use Google Webmaster Tools to submit a sitemap. Here is a useful one. See site map section.
- Create a site map page for your site. (online for viewers)
- Guidelines should be taken into consideration during the site build process. A existing site could require a half day to a day and a half to optimize. Recommended guidelines:
- Use text instead of images.
- For all images and links provide ALT and TITLE tags.
- View in Lynx (crawlers see the site this way). If fancy features such as JavaScript, cookies, session IDs, frames, DHTML, or Flash keep you from seeing all of your site in a text browser, then search engine spiders may have trouble crawling your site.
- Make use of the robots.txt file on your web server. This file tells crawlers which directories can or cannot be crawled.
- Remove duplicate content.
- Change generic content to relevant content. For example "Bitterroot River" instead of just "river".
(new site w/ guidelines followed: 3 to 5 hours)
(existing site : 5 hrs to 3 days)
[ top ]
XML Sitemaps
- Scripts : Scripts are best way to create these. Find them at http://code.google.com/sm_thirdparty.html
- Format Example :
- <?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
<url>
<loc>http://www.example.com/</loc>
<lastmod>2005-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset> - Tags Definitions:
- URLSET : Root tag ... leave as in example
URL : Parent tag for each URL
LOC : URL of the page
LASTMOD : This is optional and should be in W3C Date format
CHANGEFREQ : Frequency of change, values are (always, hourly, daily, weekly, monthly, yearly, never)
PRIORITY : Valid rage is from 0.0 to 1.0 and is the importance of the pages in relation to your overall site purpose.
(1 hour)
[ top ]
Additionally
- Google Base : can be used to list items for customers which will increase their item availability in Froogle, Google Earth, and even the Google search engine. This service would require us to do custom input or xml feeds to Google Base and thus require from 1 to 4 hours time.
(1 to 4 hours)
[ top ]