How To > FAQs > A beginner's guide to search engine optimisation (SEO)
A beginner's guide to search engine optimisation (SEO)< Blogging Quick Start Guide | FAQs | Understanding hex colour codes > SEO stands for Search Engine Optimisation. It refers to a number of methods that can help improve your position in search results. So if you search for "blogging tips", well-optimised sites should appear higher in the results than the not-so-well-optimised sites. There are some things you need to know, and some you don't - or some you shouldn't have to learn, anyway. I'll explain why in a moment. Titles are very important.The title of your site and the title of each page can make a big difference in how many people find your site through search engines. Titles that are too short, too long, or have too many words that aren't descriptive will not help at all. For instance, consider a series of posts called "Quick Tips". If you call them Quick Tips #1, Quick Tips #2 and so on, this won't help search engines to pick up the keywords in the header. Instead, you should include a few keywords, like this:
This is much better than having a title along the lines of "Tips". Use headers within your posts.Not only does this make your posts easier to read, headers are picked up by search engines. If you can divide your posts into sections like I do, you may find that it helps your position in search results too. However, you must use the actual heading styles (if your editor provides them). Some sites simply make the text bold or change the font size to make certain text look like a header, when actually it isn't one at all. This won't be quite so effective as using a true header. Use image descriptions.I really wanted to illustrate this without showing you any code, but it's actually easier to use the code - so bear with me. Hopefully your editor allows you to add images to your posts without having to enter the code yourself. Either way, here's what the code for an image looks like: <img src="url-of-image" alt="Image description" /> url-of-image tells your browser where the image is; Image description is displayed if the image cannot be loaded or someone views your site with images disabled (or they use a text-only browser). The description is also picked up by search engines. Of course, how you do this depends on the system you're using. In Injader, I click the image button and I'm asked to enter the image address and image description. The description is use in the alt attribute. But this is not a complete guide.There's a very good reason why I have not listed a lot of SEO tips in this blog entry. I don't think you should have to worry about them unless you are writing your own blogging system. Let's look an example. Some systems allow you to choose the kind of URL you want to have for your posts. An unoptimised URL might look like this: www.yoursite.com/blog.php?id=1 An optimised URL might look like this: www.yoursite.com/blog/what-is-search-engine-optimisation When I switched my blog from the first style to the second, I noticed that Google was doing a much better job of finding my posts. So why would anyone want to use the first example? I've come up with two possible reasons.
This is why I do not think you should have to worry about some SEO-related tips. Giving people too many options allows them to make choices that could hinder their site's progress. I simply can't see the logic for allowing people to turn off optimised URLs if they want their site to be indexed. What do you think?Do you know a bit more about SEO (having read my post)? Do you care about it? No related content found. Comments on A beginner's guide to search engine optimisation (SEO)2
Thanks Brian! :)
|
SubscribeNavigationWelcome Guest!Newest Posts |
TTBT nice write up! It's very basic and easy for the beginner blogger to understand. I think you did a perfect example of the minimum SEO expectations a new bloggers should follow!