10 SEO Tips For Website Developers

If you're a website developer, or looking to add moreand no matter how complicated your database
functionality to your company website, then you mightqueries are, or how secure your login process is, you
already know about SEO, and why it's important. If youneed to be careful not to make things too complicated
don't know much about SEO, then here's what youfor users. Not everybody has the same amount of
need to know so that you can attract new visitors totechnical knowledge, or internet experience that you
your site.have, and might be put off by the functionality of your
1. Ensure that you give each URL a meaningful name -website.
products.php?id=1234&cat=blue is not memorable7. If you have a search facility, such as on most
and won't help visitors remember what your productsecommerce sites, then you'll need to make sure that
are. In addition, when visitors look through their history,the search results are relevant, and likely to be what
or the URL drops down in the address bar, they won'tpeople searching the site would be looking for. This is
know what they have looked at. This is also a goodespecially relevant if the products are spelt phonetically,
opportunity to make the most of your keywords.or are hard to spell. You might also want to limit the
2. It's important to make sure that each page has asearch results to the product pages, so that any
unique page tile and meta description. If you're using areference to the search query in the privacy policy or
Content Management System (CMS), then you'll wantterms and conditions is not included. You'll want visitors
to ensure that there isn't the same default page titleto buy items, rather than be guided to the "lesser"
and description for each page.pages
3. You'll want to create a sitemap so that visitors can8. Again, you'll want to make the site easy to use. This
quickly find what they are looking for. In addition, theincludes all aspects of the site, from the registration
search engines like sitemaps because they list all theand login process to the search results and checkout
pages of a website. Make sure that you create andprocess. If the site is hard to use, visitors won't want to
XML sitemap that can be submitted to the searchbuy from you, no matter how good the prices are.
engines too.9. If you use a CMS, make sure that the users can
4. If you don't want certain areas of your website toactually use it. There's no point in having a site that the
be indexed by the search engines, then you'll need toclient can update themselves, if they have to ring you
create a robots.txt file. This file allows you to blockup each time they want to add a page, or change
access to files or folders. You might not want yourproduct prices.
customer details to be indexed for example. You'll10. Try and use includes to keep the code clean and
need to exercise caution when using robots.txt as youquick to load. Having a faster load time is beneficial to
might inadvertently stop the whole site from beingboth users and search engines alike, and will ensure
indexed!that visitors can see your content without getting
5. Why not create a customised 404 page so that if abored waiting for pages to load.
visitor finds a dead link, or mistypes something, theyNow you know more about how to make your
can still find what they are looking for. Again, this is awebsites better for visitors and search engines,
good way to promote your keywords and pushperhaps now is the time to see what other SEO tips
certain areas of your website, or products.you can use.
6. No matter how competent you are at programming,