There are a few secrets that I’d like to share with you.  You may have been privy to a few of them before.  Actually you may have heard of all 4, but I can promise that you will finish each article with a fresh perspective.  I will show you how 4 simple secrets can create a powerhouse web business.  This is the first part of the 4 article series.

Before I divulge the vault of successful web business secrets I must warn you of one thing.  All the information in the world will not take the place of determination and persistence.  A web business is just like an offline business.  It takes hard work and resolve to succeed.  However working smart is heads and tails better than plain old working.  These 4 secrets will turn any smart working, dedicated average Joe or Jane into a successful web business owner.

Web Success Secret #1) Content is king.

Heard that before?  I know I have.  The thing I never knew was how to use content to my advantage.  Content is useless unless it is optimized for the search engines.  It must also be optimized for your reader.  You have two customers- readers and search engines.  You must satisfy both with the same exact content.

Content is king only if you have exact and highly specific keywords placed in correct locations.  Unfortunately the hard part is determining what keywords to use.  A keyword can be a single word or a phrase.  It is the term that web surfers use to search for information.  Place yourself in their shoes and try to discover what search terms they use.  You must then evaluate the search term.  How many people search using that term?  How many sites already deliver information on that search term?  Simple demand and supply rules.  The more demand with the less supply equals more profitability.

You have several options for determining keywords and their profit potential.  Search yourself, pay a company to search for you or have your hosting company do a complete keyword search for your niche or web business topic.  If your hosting company does not offer this service I recommend you switch to a plan that does.  This feature alone can make or break your business’ future.  If you would like my recommended hosting plan, please contact me.

Without a proper keyword search and analysis you may as well forget about becoming successful with an Internet business.  Investing in this one secret is literally the start of planning your website.

Your next action step is to plan your site layout based on the 50-175 high-demand and low-supply keywords. Your site should be structured in three tiers.  Tier one is your home page.  Tier two is made of all of your main topics and also constitutes your navigation bar buttons.  Tier three keywords are sub-topics of tier two pages.  Organize your 50-175 keywords into three tiers.  Doing this makes it easier for visitors to navigate through your site and it makes it easier for search engine spiders to find all of your pages.

Search engine spiders do not like to fish around for all of your pages and links.  This is why many sites offer a “site map””.  A site map is one page that contains links to all of the content pages.  This is a fine route to take; however most people agree that pages with a lot of links on it are valued less than content pages that casually link to other content pages.

Using three tiers allows you to go from topic to sub-topic to sub-sub-topic all by natural in-content links.  For example, tier 1 is the homepage on a fitness site.  Tier 2 is a page all about cardio activity and its benefits.  A tier three page off of that tier 2 page is about different treadmill routines.  Do you see how the site visitor would like this structure?  They click on “Cardio” and are given links to more specific pages about cardio topics.  Search engine spiders like the three tier structure too.  It means they do not have to dig through layers and levels of useless links.

There is even more to content than finding profitable keywords and structuring your site into easy-to-navigate tiers.  You must optimize each and every page on your website to perform well and rank high at search engines.  Many people devote their working life to optimization secrets.  A full length article just on optimizing is possible.  Heck, a full length book is possible.  My recommendation is to use a hosting company that automatically teaches you how to optimize web pages for the engines.  Doing that will cause less headache and frustration and it will keep you focused on building content.

A quick education in optimization: place your specific keyword in the file name, title, description and keyword section of your page.  Then sprinkle the keyword throughout the content.  Also provide a link using your specific keyword in the link text.  If all of this has you spinning your head, I recommend going the hosting company I use.  They literally teach you to build a website using blocks.  It’s all simple and easier than you think.

There is one last piece to content.  It must effectively pre-sell your product or service and position you as the expert in your field.  When your website has 50-175 optimized pages for your visitors to read through it will start to position you as the expert.  Your site will become known as the place for information about (insert your niche).

When visitors find your site through search engines they are seeking information about a problem or question they have.  If they land on your site and you try to sell them something right away one thing is sure- they click the back button and find another site that will give them information.  This is why pre-selling your product or service is paramount.  Give your visitors what they want.  Answer their question and in the process let them know about your services and products.

All of the information develops rapport and trust with your site visitor.  It positions you as an expert.  It keeps your visitor on your site longer since they are actually reading content.  Search engines notice this and rank you better.  How well your site can keep visitors is known as “stickiness.”  Your site must attract and keep visitors for as long as possible.

Provide content that pre-sells your products, positions you as the expert and focuses on highly profitable keywords.  You cannot go wrong with your web business if you do those things.  The secret to content is to satisfy both your visitor and search engines.  Lose one or both and you are doomed.  As I mentioned earlier, it is best to work smarter and not harder.  Your hosting company should be providing most of these services to you free of charge.  There are a small few that do this, but it is well worth the investigation.  Having a successful web business starts with effective content.

Download Here The FREE eBook “Make Your Content PreSell” (139 pages!)… and learn all about how to optimize the content of your web site…

10 Ways to Use PHP on your Website

PHP is a programming language that allows your website to go beyond a basic HTML document, and create an interactive experience. Open source means that the source code is available to someone with proper access to the site, so that they can easily make changes. When the Internet was first getting started, most of the pages on websites were basic HTML documents. Meaning that when you visited a page (about.html, for example), you downloaded all of the content of the page into your browser.

How Do I Know if I have a PHP Site?

If you are visiting a site, and you see that the page name ends with .html, this means that the page is most likely a plain old HTML page. If the page name ends in .php, then the site is a php based site. Other dynamic programming languages include .jsp (Java Server Pages) or .asp (.NET or Active Server Pages). Occasionally you’ll see sites that end in .html that have dynamic code embedded in them, but this requires some tricks to accomplish on the server.

We have several sites that use static HTML pages and have great results. There are some pages that have dynamic content, but most of the pages are built in straight HTML. It’s great for search engine optimization, as some of those pages have been active for years. However, as the number of pages grow, it becomes increasingly difficult to update menu or navigation items, because it means you have to open each page, one at a time, and modify the contents.

php 10 Ways to Use PHP on your Website

Advantages of using PHP

PHP works a little differently. Instead of downloading the entire page (with the navigation, content and everything in one file), php allows you to embed programming code that isn’t displayed to the end user. This programming code allows you to tell the page, “Insert the top navigation here.” Or, “put the content for the page over there.”

PHP allows you to personalize a page, for example, or automatically detect that a user is coming into the site from a mobile device and display a different version of the site that is optimized for their Blackberry or iPhone. PHP keeps most of the code for the site “behind the scenes” so that the page that is displayed to the end user loads quickly and doesn’t require the browser to do processing work — the work is handled instead by the server.

PHP Is Ideal For Working With Databases

One of the biggest advantages of a programming language like PHP is that it allows you to easily interact with a database. If you’re unfamiliar with databases, think of a database as a souped-up form of an Excel spreadsheet. You have columns (i.e. page name, content, title) and rows. Rows typically would hold information that is organized by column headings.

PHP makes it easy to read information from a database, and then display information onto a web page. So, if you’ve ever used a site where you type in your zip code to find a store location near you, the system likely is taking your zip code, performing a database query (i.e. find all stores within 10 miles of the 80303 zip code) and display the results so that you can find your way. In order to do this, we have a geolocation database that allows us to tell the approximate distance between two zip codes.

You could do the same thing by building out a series of web pages that has each location. And while this is fine for three or four locations, as the number of locations increases, PHP allows you to automate the process.

Keep Content Organized

One of the ways we’ve been able to streamline the process of building websites is that we’ve standardized our process using our PageDirector content management system. There are many, many ways to build websites. Each designer seems to have a slightly different way of putting a site together. We are frequently asked to work on sites that other people have created, and in order to make simple changes to the content or navigation, we often have to dig around in the code to find where things are located. This takes time and isn’t very efficient. The PageDirector system, however, keeps all of the content for the site neatly organized in a database table. So that anyone can easily find the content and make changes quickly and easily. One of our clients said to me in an email to me yesterday, “It’s really efficient and a simple tool to use PageDirector. It makes my life easier being able to update the website fast.”

How Does It Work?

When someone clicks on a link to go to a page, the system pulls the right content from the database, grabs the menu items from another location, and on-the-fly creates the page for a person.

Summary

PHP is a server-based programming language that allows you to create an interactive experience for your site visitors, and keep content and other information organized within a database.

Next, Discover Here More Tips On How To Build Websites

If you’re looking for a unique solution to creating quality blog content, content that you’re audience will actually appreciate, Utility Poster might be right up your alley.

Watch The Demo Video Here

Utility Poster is a content aggregation tool designed to speed up the process of creating “news” or “commentary” styled blog posts. These blog posts become centered around a common theme or topic, and provide your readers with external resources for further information.

Very similar to what a lot of the major news sites do.

As I write this it currently allows you to tap into 4 different content sources…

  • Related Blog Posts (Using Google’s Blog Search)
  • You Tube Videos
  • Twitter Status Updates
  • Flickr Photos.

…using Utility Poster is also really easy. You basically enter a keyword term related to the topic of your new blog post and Utility Poster will then go out and pull down information related to that from all available sources.

You then review all of those sources to find the ones you want to reference in your blog post. To include them, a simple drag and drop procedure is all that is required. You simply drag the item/s right into your new blog posts input box.

NOTE: Utility Poster doesn’t just work with WordPress; it can be used on any blogging service, any CMS system, or even in a Word Processor etc.

Add a brief and unique introduction, followed by your content aggregation component, and a conclusion to round things off and you’ve got yourself a pretty nifty high quality piece of content that your audience is really going to appreciate.

You can literally spit out high quality blog content in less than 3 minutes with Utility Poster. The biggest time factor here is ultimately reviewing the content sources you’re going to reference – content that is actually going to be useful for your readers.

You should also always include a unique introduction to add more keyword relevancy and unique content to help improve the odds of better search engine rankings. A unique conclusion would also be a good idea for the same reason.

You can watch a brief 8 minute video of the entire process in action here.

Utility Poster is a pretty cool software application for creating quality blog content and is a massive time saver.

Sure, you can go and do this manually if you like, but having everything centralized into a drag and drop interface like this makes it 100 times more efficient. And, at a one time payment of just $67 it’s also a complete steal.

The really nice thing about these “aggregated news posts” is that they are largely self-promoting, generating hands free backlinks to improve search engine rankings.

Utility Poster does this by pinging blogs you reference in your blog post, and if those blogs have trackbacks enabled, you can grab some very high quality links back to your site.

Nothing like having content that works to promote itself as well!

I would certainly recommend Utility Poster if this aggregated news style of blog post suits your blogging plans.

To watch the video or download it click here.

The SEO’s Toolkit Part Three: Resources

Welcome to part three of this three part series on SEO tools and resources. In the last two articles we discussed the variety of Firefox extensions used for SEO as well as an assortment of other free or affordable SEO tools. In this article we’ll discuss some of the resources you’ll want to access on a regular basis to keep up to date and informed on the goings-on in the search engine and SEO realm.

We’re doing to cover a few different types of resources below and I’m going to try to keep this article to a reasonable length so let’s begin …

Media

when there’s a breaking story or you want an expert opinion on a subject, a good first place to hit is the media sources in that industry. The SEO industry is no different and there are some amazing albeit often unconventional media sources. Some of my favorite are:

Webmaster Radio

Webmaster Radio is an Internet-based radio station with some great programing ranging from affiliate marketing to PPC to organic optimization and much more. With shows hosted by experts in their fields from Danny Sullivan (Search news) to Dave Szetela (PPC) you’ll solid information that is well-sounded. I’d list my favorite shows however what I like may be different than you and what I need to know may be different than what you need to know so look through their programming and either listen through your work day as I often do or download the podcasts for later listening.

WebProNews

WebProNews offers up-to-the-minute information on virtually every event. They have reporters writing constantly and have other scoring SEO blogs and other news sources, compiling the information in one place for easy access. They also have great articles by third-party writers and a very active readership that is proactive in their commenting. Definitely near the top of my go-to list when I’m looking for news and current feedback.

Addme

This site is difficult to classify as it fits into a couple categories but I decided to include under media as that’s my primary use. They include tools, resources, a directory and much more on their site. My primary use of this site is for the articles and newsletter.

Search Engine Watch

No list of SEO resources would be complete without including Search Engine Watch. This site is the one that started it all. Search Engine Watch provides everything from fantastic articles to breaking news to search engine stats and an awesome forum. A definite bookmark.

Blogs

As with many industries – blogs are a great way to keep informed on the latest goings-on in the SEO realm. The trick, however, is figuring out which blogs are worth reading and which authors are truly knowledgeable. Over the years I’ve read many blogs and to be honest – I still do. Below are some of the key blogs I reference on a regular basis.

SEO Book Blog

Aaron Wall over at SEO Book has an excellent blog worth reading on a regular basis. I have yet to visit his blog and not find some tid-bit of information that was worth reading either because of the information itself or because often he’s just entertaining. Another to add to your weekly reading list.

Matt Cutts Blog

It’s nice to get it from the horse’s mouth. For those who don’t know – Matt Cutts is the head of Google’s Webspam team. He blogs about Google, technology and occasionally his cat. One has to read what he writes knowing that he’s a Google employee and as such can’t really give away the farm BUT he gives tons of great advice, insight and tips. The perk being – this time you don’t have to ask if following his advice will get you banned. :)

SEO By The Sea

Bill Slawski (the author) focuses his attentions on the more technical side of things with tales of patents, algorithmic possibilities, statistics and functionalities. For many, his would be one of the more dry blogs if not for his gift with words and ability to make even the most bland of subject, palatable. You don’t need to visit his blog daily but adding it to your weekly journey through the web is recommended.

SEOmoz Blog

What blog list would be complete without the inclusion of the SEOmoz blog. Rand Fishkin and crew keep their visitors up-to-date of some great research, news and SEO tips. From opinion pieces to months-long whitepapers you’ll find useful information. Again – not necessary to visit every day but a weekly pass is always worthwhile.

Forums

Forums are a great place to gather information, especially on current events such as ranking updates. That said, reading forums can be a risky thing. Almost anyone can join a forum and post their thoughts. While this format allows us to capture a wide range of information and knowledge – it also results in less qualified people giving advice as well. So while I recommend reading forums – I also recommend taking things with a grain of salt – at least until you figure out who’s who.

SEO Chat Forums

The SEO chat forums are easily one of the largest and most popular of the SEO forums. They cover a HUGE array of issues from Google to social media to Alexa rankings to (hold your hats) Ask Jeeves (that’s right – the forum’s been around for THAT long). Users worth noting are rustybrick, fathom, and randfish.

DigitalPoint Forums

DigitalPoint also is an ancient forum (2000 – ancient by web standards at least). They cover a wide range of topics from SEO to PPC to affiliate programs. Some users worth noting there are shoemoney, daven, and of course digitalpoint. A great place to ask your questions. Heavily visited and they have a ranking system for their users so you can get a decent feel as to whether they’re reliable.

SitePoint Forums

There are a variety of reasons I like SitePoint and I own a number of their books. Their forums focus on design and development (not SEO) but every SEO needs resources on the design and development side.

Newsletters & Other Resources

Of course there are other resources that every SEO or webmaster needs to be able to get their hands on. Here they are:

Google Webmaster Guidelines

These are the guidelines set out by Google telling you what you can and can’t do and what tactics to look out for. Worth a look over periodically as the do change from time-to-time. If you’re heading into the forums for advice you’ll definitely want to gander at the guidelines first to make sure that if you get lead astray – at least you’ll know what can get you banned or penalized first.

Sphinn

A social media site for SEO. Here you’ll find user-submitted stories on a wide array of Internet Marketing topics. Obviously the quality and relevancy of the stories ranges from brilliant to utter crud but the cream usually rises to the top with good stories hitting page one. That said – an occasional peek at specific threads often reveals some hidden gems.

Search Engine Land Newsletter

Perhaps I should have included this in the media section above as it’s a fine site unto itself but it was the newsletter component that I find most helpful and so I have decided to place it here. Sign up for their newsletter and you’ll get daily notification as to when some of the major search engine events happen and some solid advice as to what it means for you.

High Rankings Newsletter

Jill over at High Rankings puts out a solid newsletter where she provides tips and advice including replies to visitor questions. While I may disagree with some of her points from time to time (the same can likely be said for more of the resources noted and I’m sure others can say the same about my writings and opinions) I’ve never seen her provide bad advice – my advice just might be different from time-to-time.

Conclusion

Obviously there are a ton more tools and resources available. In this series of articles I’ve tried to include those that apply to the broadest spectrum of people and that are the most helpful. I highly recommend hunting for your own – especially if you’ve got issues that you can’t find help for here.

SeoForBusyMarketers blog  The SEO’s Toolkit Part Three: Resources

.