Thursday, June 18, 2009

Building a Findable Blog - Part 3

Using Categories to Archive by Topic

Wordpress allows you to display your posts by categories or a chronological archive. A topic-ordered archive is better because it contains keywords and is better suited for a user.

Each post you write in Wordpress can be assigned to categories, defined by you. For more info, http://www.codex.wordpress.org/Template_Tags/wp_list_categories


Summarizing Posts to Direct Traffic Better

To funnel traffic through your blog and to keep content all in one place create a summary of each post on your homepage.

Refer to page. 141 of Building Findable Websites by Aarron Walker for the code snippet.

In the Wordpress admin control panel in the “Write” section there is a field “Optional Excerpt” there you can summarize your post in your own words and have it displayed on the homepage.


Displaying Your Most Popular Posts

In Wordpress, Alex King’s Popularity Content plugin (http://alexking.org/projects/wordpress/readme?project-popularity-contest) will keep track of your post, archive, categorize views, trackbacks, and comments. This helps you determine which posts are most popular. Continue on with similar content as your most popular posts to gain more traffic. See page 142 in Building Findable Websites by Aarron Walker for code snippets.


Displaying Your Most Recent Posts

To help repeat visitors determine what posts are new since their last visit is a great way to show them new content quickly. See code snippet on page 143 of Building Findable Websites by Aarron Walker.


Promoting and Tracking RSS Subscriptions with FeedBurner

Your Wordpress publishes RSS feeds by default but allowing FeedBurner to distribute your feeds gives you more features. FB offers Subscription tracking, automatic update service notification, and advertising.


Encouraging Social Exchanges of Your Content

Social bookmarking and news system like Delicious, Digg, and Magnolia help to build site traffic. Another Wordpress plugin called Sociable (http://push.cx/sociable ), encourages users to bookmark or digg your site. Another plugin called Socialist (http://johnlawrence.net/index.php/2007/02/12/socialist-for-wordpress ) will tell you how many people are book marking or Digging your site.


Displaying Related Posts

Showing posts related to other posts on your blog is a great way to keep users on your blog longer and stops old posts from disappearing into your archives. A good plugin for this is called Similar Post (http://marsh.com/plugins/similar-post/).


Automatically Generating an XML Sitemap

Google, Yahoo, and MSN have collaborated on the development of a standard XML sitemap format (http://sitemaps.org). There are tools that can either build an XML sitemap for your or you can do it yourself. An XML sitemap will help communicate the structure of their blog or site to search engines for fast and complete indexing. Google Sitemap Generator (http://arnebrachold.de/2005/06/05/google-sitemaps-generator-v2-final) is creates the sitemap for you and even pings Google with the location of the file that has been updated.


Other Handy SEO (Search Engine Optimization) Plugins for Wordpress

Most SEO plugins change your title tags or meta tags they can also change the content in your tag can create keyword prominence in your post pages. A popular plugin for this, the All in One SEO (http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack) features meta tags for your home, archive, categories and permalink pages.

Care must be taken not to rely solely on the meta keywords as they have little weight in SEO.


tag is actually a more important place for keywords.

Tagging Your Posts

A tag is a keyword that serves as meta data used to describe blog posts or other website content. The more description put into the meta data the easier it is to be found. The more you tag the more convenient it is for users to explore large amounts of content by topic and get an understanding for what content you blog may contain. A tag cloud is a collection of all the tags throughout the site, each tag’s popularity is shown by the word’s text size. The bigger the more popular and smaller the least.


Displaying Post Tags

In Wordpress you can tag your posts directly as you create them but there are other coding strategies to do the same thing. Learn more about this at http://codex.wordpress.org/Template_Tags/the_tags

Showing a tag cloud offers a visual look at what tags are more popular by the size of the text. To help you create a tag cloud go to http://codex.wordpress.org/Template_Tags/wp_tag_cloud


Optimizing Content Delivery with Caching

If perhaps you suddenly get a high volume of traffic on your blog Wordpress can help your site not “go down” and become unavailable by using this plugin called WP-Cache (http://mnm.uib.es/gallir/wp-cache-2) Before installing this plugin you must disable another that is default by Wordpress called Gzip Compression, go to Options à Reading. Upload and install WP-Cache then go to Options à and select WP-Cache you will be guided the rest of the way.

Building a Findable Blog - Part 2

Wordpress

- Working with Wordpress

Wordpress is one of the most popular blogging systems online today. It offers easy to use blog setup and maintenance that even the greenest of bloggers can understand and use. Wordpress offers extensive plugins that can be installed onto your blog to increase traffic and make your blog easily found. Most of the things discussed in the post below can be addressed by installing a Wordpress plugin.

Setting up Wordpress is ridiculously fast. You also have two options, you can either host your blog on their server (http://wordpress.com) or download the PHP/MySQL application and upload to your own server (http://wordpress.org/download and install http://codex.wordpress.org/Installing_WordPress ).The later option gives you more advanced control of the overall blog. For help with Wordpress try http://codex.wordpress.org and for forums http://codex.wordpress.org/Installing_WordPress


Installing WordPress Plugins

Most Wordpress plugins can be installed following a few simple steps:


  1. Download and unzip the desired plugin
  2. Upload the plugin to the plugins directory
  3. In the Wordpress admin control panel go to section named “plugins”
  4. Click “activate” besides the plugin you want to install.


To help you out plugins often come with a read-me file offering instructions before installing. Once installed the plugin will have its own preference panel so you can play with the settings.


Create Your Own Themes

With the help of PHP files, Wordpress can be skinned using themes. It is good blog practice to create your own theme instead of the pre-installed ones. This way you are able to create an identity and get the chance to optimize your code for search engines. For more on themes go to http://codex.wordpress.org/Theme_Development


Making Your Wordpress Blog More Findable

By simply modifying your configuration on your Wordpress blog you can easily make your blog more findable.

Defining Update Services

The first step to findability with a Wordpress blog is to extend the number of update services at get “pinged” when you generate content. Wordpress sends a message, dubbed a ping, to services such as Google Blog Search (http://blogsearch.google.com) or Technorati (http://technorati.com) and they then update their indices with your content.


  1. Go to Admin control panel, then options, and select writing. There you will see a text box named “Update Services.” To find a list of update services go to http://www.codex.wordpress.org/Update_Services
  2. Copy the entire list of URLs and paste them into your update services text box.


Using FeedBurner as an Update Service

Another option is FeedBurner to publish your RSS feeds. (http://www.feedburner.com) . FB is a service that will take your RSS Feeds into new content formats and enhances them with quick subscribe buttons, podcast support, and advertising.

To use you can create a FB account and give them the URL to your Wordpress RSS Feed and they will give you a URL for the same RSS content that has been optimized for a number of different formats such as desktop, web, or mobile devices. Through this service all traffic is tracked. Another service called PingShot (http://feedburner.com/fb/a/publishers/pingshot) is similar to Wordpress’s update services and are useful in handling Podcasts.


Remapping Your Permalinks URLs

Your site’s URLs play a huge role in how well search engines crawl through your site. Wordpress has helpful options to automatically create URLs in your blog that are very search engine friendly. To get Wordpress URL remapping to work using an FTP client visit their helpful tutorial here http://www.codex.wordpress.org/Changing_File_Permissions

If your using the Wordpress admin control panel go to Options -> Permalinks.

A Permalink is a permanent URL for a blog post. Your content on the blog can fall into many different categories with many different links, it is important to have one uniform location for each post.

For example some URLs generated look like this: http://example.com/?p=25

This contains no keywords, can be confusing to the user, and can cause indexing problems for search engines. The best way to change this is to used the “date and named based” URL structure. Http://example.com/2009/06/18/post-title/

You can also create your own custom URL in the “Customized Permalink Structure” in the Wordpress admin. For more information, http://codex.wordpress.org/Using_Permalinks

Wednesday, June 17, 2009

Building a Findable Blog - Part 1

Blogs are a new and powerful content-delivery platform. A blog’s biggest concern to keeping traffic is content. By keeping fresh and relative content that is most suited to your general audience you will find your blog gaining success. A way to know if your content is of interest to your users there are many traffic analysis tools available. Blogs are great for creating discussion, such as debates or comments. By following the simple practices below you can ensure your blog receives as much traffic possible.

1. Write Regularly on a Focused Topic
Define your topic, stick with it and its ok to have sub-topics but don’t get too side-tracked.

2. Link Often, and Link to Other Blog Posts to Generate Trackbacks
Fairly self-explainatory, the more you link the more people trust you as a good source of information, you may loose your user for a bit to explore other sites, however they will most likely come back to you.

3. Create Your Own Blog Template
Want to be taken seriously? Forget default templates for the look and feel of your blog, create your own. This gives you the opportunity to build an identity and to make your blog more search engine friendly.

4. Put Keywords in Your Post Titles
Make sure all your titles have prominent and relative keywords placed in them.
This will help search engines find your blog and communicate better with your users.

5. Archive by Topics
Most blogging systems will keep an archive for you. Do not organize your archive by date, users do not care when the post was made but what the content was, archive your posts with a search using keywords.

6. Summarize Posts to Direct Traffic Better
Direct your traffic better by supplying short summaries along with a prominent headline so that users can decide if its worth their time to continue reading.

7. Add a Popular Posts Section
Don’t let your best posts get buried in the archives, keep them available to users, if they were popular they were obviously good and useful to the viewers.

8. Add a Recent Posts Section
This is mostly specific to repeat visitors, make it obvious so that they can see what you have that’s new.

9. Tell People Who You Are and What your Blog is About
Adding a short introduction is a great way to let your user know who you are and what type of information they may get from you. It also allows the user to trust the blog owner more creating a deeper connection.

10. Promote Your RSS Feed
Feed your users information using an RSS Feed, turn visitors into subscribers. Place your RSS Feed icons on an obvious part of the page.

11. Cross Link to Circulate Traffic
Instead of linking just to other external websites link within you blog to old posts, or other content areas of your site.

12. Encourage Users to Share Your Content with Others
Many bloggers end their post with links to social networking sites such as Delicious, Digg, or Magnolia. Some blogging systems will install this for you. The places your site is shared the more users will view it.

13. Direct Users to Related Posts
This is a great method to keep users on your blog longer. When a user is done reading part of a post you can suggest related reading, it may make a user realize that there was more to your blog than they first thought, causing a possible revisit in the future.

14 About Duplicate Content Indexing
A common misconception is that search engines penalize the page rankings of sites that publish duplicate content. However it is almost impossible to not duplicate some information on your blog and unless done dishonestly is of no major concern.

Tuesday, June 16, 2009

Web Content Development - Assignment #1

The creator of the World Wide Web, Tim Berners-Lee, imagined a place for people all over the globe to play, work, socialize, and share information. As the web grew there was a need for some sort of rulesin place to keep this fast growing network under control. Web pages needed to work for everyone; from hand-held devices to the most complicated work computers, otherwise why create them? All webpages need to be compatible with various browsers. So that is what a project called the World Wide Web Consortium (W3C) has set out to do. It encourages people to validate their work to insure it will render properly in browsers so that they're content will be put out for the world to see. Web standards that are implemented by the W3C was created in 1994 and led by the creator of the web itself, Tim Berners- Lee.

The main advantage of web standards is accessibility. It means people with disabilities can get into a world that may have been impossible for them to experience (example a person that is blind). Another reason for keeping standards for web content development is because it will allow your site to have greater visibility to search engines, generating more page hits. This in turn will create better revenue and popularity. Web standards also insure that the web is more stable. Less broken code will result in a faster more efficient web. Technology changes fast in web and ultimately code will begin to degrade when newer versions are released. By keeping web standards, old and new code is kept compatible so that new browsers can still handle rendering the outdated and up and coming fresh.

1st Post

Hello!
Well this is my first post on my new blog. I have to maintain this blog for my Web Content class. My topic is Social Website Content, this includes sites such as Facebook, Twitter, and Myspace. I will be exploring these sites and going deeper into the social aspects of the web.