|
just another regularban.info web blog |
| MEMBERS: | Principles Of Good Web Content Development
Good content is a key factor that determines the success of any website. It is therefore very important that a website should host good and appropriate content in it's pages. There are various factors such as uniqueness, freshness and keyword usage that determine the effectiveness and appropriateness of web content. Uniqueness of content ensures that the content is found only in your website. This should be specifically tailor-made for your website. Take your own time to prepare this in a most appealing manner. The time and effort you are putting in developing the content will give you good returns in the long run. A fresh content tries to deal with a subject in a more interesting way. It helps to retain your visitors in your site and prompts them to spend more time there. The more time a visitor spent in your site, the more are the chances to generate a sale from your website. Keywords are very important as far as any content development process is concerned. Search engines find more value in keywords. This is the major difference web content have with printed content. When you are writing for a website you are not only targeting visitors but also the Search Engines. Keywords lure the search engines to the web pages your website contains. The main challenge in good development is to make sure that you are not loosing quality and purpose of the content while developing your content with keywords. Identifying the keywords for your site should be done carefully. Research on potential keywords for your site with some keyword analysis tools is helpful. Traffic data analysis is also helpful in determining the selection of keywords for your Web Pages.
Using Functions
Functions are used to perform a well defined task that is normally repeated at various places within a web site, web application, or other software application. The function sometimes needs certain information before performing its task, and sometimes returns a value to the calling page or program. An example of how to use a simple function in PHP: function showMessage() {The above example shows a very simple function that displays the contents of a session variable called 'message'. The idea being that while a user is using a web site, etc, various messages are generated and stored in the 'message' session variable. Whenever the showMessage function is called, the contents of the session variable are displayed. So, for example, when the user logs on, you could display a message saying that they have done so. Likewise, when they log off, a different message could be displayed. Calling a function To call the showMessage function, you would just need to include the line: showMessage() in the web page (wrapped in php tags to distinguish it from normall HTML). Passing values to a function Often, a function requires one or more input values in order to perform its task. For example, take the following example that takes two numbers as input, and adds them together. The result is then returned to the calling web page or program. function addNumbers($number1,$number2) {In the calling program we would have something similar to the following: $number1 = "5"; Obviously, in a real program you would not have the numbers hardcoded like this, but they would be obtained from user input or by some other means. Notice also that although the name of the returned variable is $answer, the calling program makes no reference to that. We could, if we wanted to, change the calling program to: $answer = addNumbers($number1,$number2); which might make things slightly easier to understand.
Does Your Web Site Need a Workout?
Here's an analogy for you. Yesterday, I was working my butt off in the gym on the cardio machines, panting wildly with sweat dripping off me and my face as red as a beet. Not the most attractive sight, but I figure, you're at the gym to work out right? I might as well "go hard" or "go home", as they say. As I looked around me, I could see all these people simply going through the motions. There they were, minus perspiration in their shiny new lycra and expensive gym shoes, casually walking on the treadmill or lazily turning the wheels on a bike while reading a book or glued to the TV screens in front of them. Only a few seemed to be there for the actual purpose of working out. The rest seemed to be there to check out the talent or to simply keep up the appearance of fitness, while doing the bare minimum. Huh? I don't get it. Why have these gym bimbos paid so much money for a gym membership and all the related gear if they aren't going to take full advantage of their investment? Then it struck me - these gymbos were just like those companies who spend thousands of dollars on a shiny new website with all the bells and whistles like graphic design, blogs, shopping carts, web analytics, the lot and then fail to take advantage of it. I see it so often, regardless of company size. Web sites that could easily be bringing in loads of traffic and revenue simply wasting away because nobody can be bothered tracking visitor activity, analyzing trends or checking for search engine compatibility and usability. These companies are simply keeping up appearances, investing heavily in Internet technology because their competitors are doing the same. But no thought has gone into the search engine compatibility of the site, how usable it is for visitors or whether it meets accessibility guidelines. They don't look at their site statistics, they don't check for broken links and they sure as heck don't investigate why their sites aren't converting traffic into customers. What a waste! Is your web site working hard enough for you? Run it through the following 20 point fitness assessment to find out: - Is your site fully search engine compatible? Are all your pages being indexed by the major search engines? - Do you track your visitor statistics on a regular basis? Do you use the information provided by your visitor statistics to improve your site? - Is your web site accessible to visually-impaired visitors? Does it meet the international standards set down by the Web Accessibility Initiative (WAI)? - Do you know which sites and search engines provide you with the most traffic? Do you use this information to increase your traffic further? - Do you track the source of all reported errors in your site statistics and fix them promptly? - Do you know which keywords your site was found for in the search engines? Have you conducted keyword research to determine what search terms your target markets are looking for so you can optimize for them? - Does your web site HTML code validate to W3 standards? Do you check for validation regularly? - Does your site contain zero broken links? Do you check for and fix broken links regularly? - Has your site been fully search engine optimized to integrate your target search terms into your Page Titles, META Tags and visible page text? - Have you created and submitted an XML sitemap to Google Sitemaps? - Have you created and submitted a sitemap to Yahoo Site Explorer? - Have you checked to see if your site meets Google's Webmaster Guidelines? - Do you measure your visitor sign-ups and conversions on a regular basis? Do you tweak your landing page copy to increase the conversion rates? - Is your site navigation intuitive and are your visitors following the navigation paths you intended? - Do you encourage feedback from your site visitors and provide an obvious way for them to provide such feedback? - Are there at least 250 words of text on your home page to satisfy search engines? - Does your site contain a visible, text-based site map to aid user navigation? - Do you have an ongoing link building campaign running to secure more incoming links to your site and improve your site's link popularity score? - Does your site have a high percentage of repeat visitors? Are the majority of your visitors staying on your site for more than a minute? - Do your search engine referrals and site traffic figures grow each month? Unless you can answer yes to all the questions in the above checklist, your web site is not working hard enough for you and needs a workout. Get to it!
|
* About Archives
Categories:
Last Updated: |
| regularban.info
is proudly powered by WordPress MU running
on regularban.info.
Create a new blog and join in the fun! Entries (RSS) and Comments (RSS). |