Thursday, October 23, 2008

Top Common Reasons Why Your Webpage May Not Be Indexed by Search Engines

There's rarely one simple answer for why you're website is not being found. Fortunately, there is generally an explanation and a way to correct the problem if you know what to look for

Below are the Top few reasons we've compiled over the years as to why you may not be finding your Web site in one or more search engines:

1. INDEX TIME: First, make sure you've allowed enough time to become indexed. The amount of time to allow is sometimes listed on the search engine's submission page. Average index times often range from one to eight weeks depending on the engine. Some engines like AltaVista and Inktomi offer paid options if you wish to be indexed more quickly.

2. ALREADY INDEXED: Be sure you're not already indexed but just don't know it. Unfortunately, none of the major engines are kind enough to e-mail or notify you as to if and when you've been indexed.

In addition, you cannot simply do a search on a keyword that applies to your Web site and expect it to pop up at the top. In fact, you must take pro-active steps to optimize your pages for each search engine. If you don't, it's very unlikely you'll find your Web site except on the most specific of searches.

3. MISSING PAGE: Make sure you have uploaded the pages to your site before submitting them. This one will seem obvious to many people, but submitting a page that does not exist or submitting with a subtle typo in the URL is a goof we might all make at one time or another. This is important since not all search engines will notify you if the URL does not exist when you submit.

4. ROADMAP FROM HOME PAGE: Some engines have been known to drop pages that cannot be traveled to from the home page. Think of your Web site as a series of roads (i.e., links) from one page to another. If there's no road from your home page to the page you want indexed, a search engine may decide the page is unimportant or of low-quality. You could submit the page directly, but the engine may reject it or may drop it at a later date when it finds no "road."

5. EXTERNAL LINKS: Some search engines such as Google and HotBot have been known to reject to index Web sites that do not have any other Web sites linking to them. Or, they may index your home page but reject to index any other pages awaiting you achieve at least one or more links from another domain. Or, they may index you for awhile but then "prune" their database later of all Web sites that did not achieve any external links within a certain period of time. However, do not worry! You simply need to establish some links and when that's done, resubmit both your pages and the pages that link to you. Once you have links to your Web site, it becomes much easier to get indexed, stay indexed, and to achieve top rankings.

6. FRAMES: Content inside HTML frames, this can cause problems with submissions. For example, the search engine may index the main content of the page, but not the surrounding menu frame. Visitors to your site will then find some information but may not see the associated menu! It's generally best if you can create non-framed versions of your pages.

7. SPIDER BLOCKS: Search engine spiders cannot index sites that require any kind of registration or password. A spider cannot fill out a form of any kind.

8. SUBMISSION LIMITS: Make sure you're submitting within the recommended limits. Some engines do not like more than a certain number of submissions per day for the same domain.

9. DYNAMIC PAGES: Dynamic pages are often ignored by the search engine spiders. In fact, any URL containing special symbols like a question mark (?) or an ampersand (&) will be ignored by many engines. Pages generated on the fly from a database often contain these symbols. In this situation, it's important to generate "static" versions of each page you wish to be indexed. In regard to the search engines, the simpler the page is, the better. Does this mean, for example, having a javascript to count visits to the page will prevent you from being indexed, or lower your rankings? No. It simply means that the search engine will most likely ignore the javascript and index the remaining areas of the page.

10. NON-INDEXABLE CONTENT: It's important to know the types of content that the average search engine cannot index. Most engines cannot index text that is embedded in images. Text that appears in multimedia files (audio and video) will not be indexed. Most engines cannot index information that is generated by Java applets, Flash files or in XML coding.

LARGE PAGES: If your site has a slow connection or the pages are very complex and take a long time to load,

DEEP LINKS: If you submit just your home page, don't expect a search engine to travel more than one or two links away from the home page or from the page that you submitted.

UNRELIABLE HOSTS: If your Web site fails to respond when the search engine spider pays a visit, you will not be indexed. Even worse, if you are indexed and they pay a visit when your site is down, you could be removed from their database! Consequently, it pays to have a reliable hosting service that is up 99.5% of the time.

SPAM: If you have ever used any questionable techniques that might be considered an overt attempt at spamming

REDIRECTS: If your site contains redirects or meta refresh tags these things can sometimes cause the engines to have trouble indexing your site

PROPER DIRECTORY SUBMISSIONS: If you're submitting to a directory site like Yahoo, Open Directory, Looksmart, or others, then a human being will review your site. They must decide if the site is of sufficient "quality" before they will list it.

PAGE LIMITS: If you have many pages indexed but are having a hard time getting new ones recognized, be aware that there are limits. Each search engine will only spider so many pages of your Web site. This may range from a few dozen or three or four hundred depending on the engine. Google is one engine that tends to crawl deeper into your site. However, how deep they go may depend on factors like your link popularity.

5 Reasons A Website Is Not Drawing Visitors

There are any number of ways to draw visitors to your site, here we’ll take a look at 5 common reasons that websites aren’t getting visitors, as well as what can be done to correct the issue.

1 - Poorly Optimized

A poorly constructed site can cripple its chances of getting visitors from search engines, while a well-constructed site can reach targeted visitors every day by earning high rankings.

2 - Targeting the Wrong Keywords

Search engine traffic your site should be targeting specific keywords and phrases. Ideally you’ll find words and phrases that have a high search volume and low competition. Of course this is easier said than done, but some solid keyword research can really help to boost your effectiveness with search engines.

3 - No Inbound Links

Link building is a key to Improving traffic from click-throughs and from search engines. Because search engines use the number and quality of inbound links in their purpose of the search rankings, link building should be a priority for every website owner.

4 - Lack of Content

Small websites with only a few pages and very little content will have a difficult time drawing significant traffic through search engines, and it will also give other website owners and bloggers less of a reason to link to them. Because content is so valuable for drawing traffic, blogs are a great addition to just about any website. The content published through the blog will add up over a period of time and should frequently lead to improved traffic.

5 - No Marketing Plan

Website owner that wants to create a profitable site needs to have some type of plan for promoting the site. This can be an informal plan or it can be a very detailed plan that covers all aspects of marketing. Don’t simply rely in creating a great site and having visitors just find you on their own.

Few other Topics:
Visitors Have No Reason to Keep Coming Back

Not Updated Frequently
No Audience/Very Small Niche
Visitors Can’t Remember Your Domain Name

Tuesday, October 14, 2008

Building Your Own PHP Framework!

There a reason why you should build your own framework?

First of all, how big is your project? How many projects do you work on? How much functionally are you looking for?

Second of all, do you have enough time and knowledge to build your own framework?

The first step is listing a few features that you need:

  • Basic XHTML document generation with the ability to add HTML titles, CSS, JavaScript, Icons etc.
  • A global template(or multiple templates) that can changed from page to page or stay static throughout the whole site.
  • Simple content placement, pages(determined by the URI)-would be loaded into the template.
  • Quick database access.
  • Data Sensitization.

…and go from there.

I like using OOP(Object Orientated Programming) for my framework because it makes things so much easier.

It’s only as complicated as you make it. Just integrate the features that you need, keep it secure and keep tweaking it until it meets up to your personal standards.

The things that you should look for in any framework before it’s used in public:

  • Freedom and flexibility
  • Quality and performance
  • Security

The ultimate goal for your framework should be to save time as well as to give yourself a little extra freedom. All you need to do is write up a plan and start coding:)

Oh, and you might find this site helpful from time to time: http://php.net


Monday, October 13, 2008

Some of the best Web Templates Collections.

Want a complete template that requires minimal alteration. We highlight some of the best complete template resources on the web.

1. TemplateNavigator: The largest catalogue of free website and flash templates, along with quality preview shots.

http://templatenavigator.com/

2. TemplateBox: Over 300 freebie website, logo, banner, and flash templates to complement their collection of paid offerings.
http://www.templatesbox.com/templates.htm

3. Template Monster: A small but very high-quality set of web, flash, and blog templates.
http://www.templatemonster.com/free-templates.php

4. Art for the Web: 75 freebie templates. Pretty good place to look if you’re looking for something slightly out of the ordinary.
http://www.webpagedesign.com.au/Free_Templates/


5. Free CSS Templates: A 206 template strong resource which is frequently updated with new submissions.
http://www.freecsstemplates.org/


6. Effex-Media: Free website templates designed by designers, this massive list is categorized by website type and includes user reviews of many of the templates.
http://effex-media.com/templates/


7. DotcomWebDesign: Hundreds of free templates, some of which are really top-notch. However, the categorization is a little arbitrary so be ready to spend some time manually searching.
http://www.dotcomwebdesign.com/?Free-Website-Templates-Section-1


8. Themebot Design Templates: This site has some design templates, but not very many. There is a good amount of free themes.
http://themebot.com/new-free-web-layouts/free-html-templates/


9. Groovy Lizard: Personal page templates (commercial use must buy a license)
http://www.groovylizard.com/site/linkware.htm

10. Interspire: Freebie web, Frontpage and Dreamweaver templates
http://www.interspire.com/templates/

11. Joyful Heart Designs: Personal page templates generally with floral designs.
http://www.ajoyfulheart.com/floral_linkware_sets.htm

12. OpenSourceTemplates: Free CSS and xhtml open source website templates and Web 2.0 designs.
http://www.ajoyfulheart.com/floral_linkware_sets.htm

13. Ricky’s Web Templates: 50+ freebie templates, graphics, and buttons.
http://www.rickyswebtemplates.com/

14. Free CSS Templates: A dozen full-featured fully functional CSS based templates.
http://www.free-css-templates.com/free-templates.html

15. FreekTemplates.com: A collection of business, cars and bikes, and hosting templates.
http://freektemplates.com/

16. Template Perfection: 200+ freebie templates with quite a few non-english oriented templates.
http://freektemplates.com/


17. TemplateWorkz: 48 freebie web templates, along with some basic logo and newsletter templates.
http://www.templateworkz.com/website_templates.php


18. Zymic: 80 freebie templates (HTML Pages + CSS + Images + PSD Files + Blank Images Files).
http://www.zymic.com/show_templates.php?id=1


19. OpenSourceTemplates: A community-driven CSS and xhtml open source template design showcase.
http://www.zymic.com/show_templates.php?id=1


20. Freelayouts: HTML and Flash templates.
http://www.freelayouts.com/


21. FreeCSSTemplates.org: Over 100 freebie CSS templates.
http://www.freecsstemplates.org/


22. Free Layouts: Complete list of hundreds of HTML, flash, and CSS templates.
http://www.freelayouts.com/websites

23. Free Templates Online: Dozens of easily customizable templates categorized by theme.
http://www.freetemplatesonline.com/


24. Free Website Templates: A large collection of templates that don’t require a reciprocal link.
http://www.freewebsitetemplates.com/


25. Six-Shooter Media: Free CSS and xhtml open source templates.
http://www.sixshootermedia.com/free-templates


26. Free Flash Template: Web templates and intros with tons of special features.
http://www.free-flash-template.com/


27. Layouts4Free.com: Free web layouts with search capability.
http://layouts4free.com/


28. Solucija: Free XHTML / CSS website templates already setup and sorted by commercial use.
http://www.solucija.com/home/css-templates/


29. MasterTemplates: Professionally designed free website layouts along with PowerPoint templates.
http://www.mastertemplates.com/


30. TemplateWorld: Free, tableless, W3C-compliant web design layouts designed by Template World designers.
http://www.templateworld.com/free_templates.html


31. Painted Pixels: Free web page templates, buttons, and background tiles for non-commercial use.
http://www.paintedpixels.com/graphics/index.php


32. CSSFill: A selection of CSS / XHTML based layouts and templates by Michael Strand.
http://www.cssfill.com/


33. ThemesBase: Templates organized by popular content management, blogging and forum systems.
http://www.themesbase.com/


34. Arcsin Design Templates: 22 Freebie XTML and CSS Templates
http://templates.arcsin.se/category/website-templates/page/2/


35. Snakeye Web Templates: 20 templates with a focus on Dreamweaver and Fireworks.
http://www.snakeyewebtemplates.com/free_dreamweaver_web_site_templates.asp

36. Steve’s Templates: Dozens of templates, free with link back.
http://www.steves-templates.com/templates.html

37. GordonMac.com: Free CSS templates along with some freebie PHP scripts.
http://www.gordonmac.com/downloads/?type=templates


38. Web Design Helper: Full page templates including the graphics and code.
http://www.webdesignhelper.co.uk/page_templates/page_templates/page_template_homepage/page_template_homepage.shtml


39. Webmaster Resources: 25 free web templates.
http://capmex.biz/resources/free-web-templates

FTP - File Transfer Protocol

File Transfer Protocol(FTP), the protocol for exchanging files over the Internet. Web pages from a server to a user's browser and SMTP for transferring electronic mail across the Internet in that, like these technologies, FTP uses the Internet's TCP/IP protocols to enable data transfer.

FTP is most commonly used to download a file from a server using the Internet or to upload a file to a server.

Quick download links

http://filezilla-project.org/

http://www.smartftp.com/

http://www.ipswitchft.com/resources/evaluation.asp

Sunday, October 12, 2008

Increase Link Popularity

Links Popularity on other web sites pointing to your web site, is a well known factor in achieving high position on search engines. Also known as "Page Rank" by Google. A high page rank can mean the difference between page one results and page 20 results for a competitive search term.

Quality vs. Quantity
Many search engine marketing companies offer to submit your site to thousands of sites and directories for a low, one-time cost. Don't be mislead. At worst, so-called "link farms" and such devious techniques will get your site banned from Google and other popular search engines.

Your site’s titles and descriptions are optimized to perform to significantly elevate your link popularity, increasing your site traffic and leading to more sales.

Knowing About Web Safe Fonts

Web safe fonts?

Basically every personal computer has a set of fonts installed. These fonts are generally put there by the computer manufacturer or are the default sets of fonts for the operating system that computer is using. It's possible to install additional fonts on your own. However, not all font sets are created equal.

Different computers can have very different sets of fonts installed, and most casual computer users never know the difference.

Choose font types that:

1. fit the character of your site,

2. are easy to read on a computer screen, and

3. are widely available across many browsers and operating systems.

There are basically two types of fonts: serif and sans serif. Serif fonts are those that have fine cross-lines at the extremities of the letter. Sans serif ("sans" being the French word for "without") are fonts that don't have serifs. The most common serif font is probably Times New Roman. Arial is an example of a common sans serif font.

10 Important Tips for a fast loading web site

Viewers are not made to wait for a long time and to accommodate users on slow internet connections. Search engine(SE) algorithms also do take into consideration your load time.

Few Tips are providing here:

· Optimize your HTML Script: Make sure that your site doesn't have any unwanted tags and that it is optimized.

· Effective Table designing: Design using nested tables instead of using cell merges and splits. Use separate tables where ever possible.

· Maximize content area: This not only reduces load time, it enhances the readability of your site.

· Minimize use of graphics, Flash, scripts: These are the major contributors to the size of your web page

· Stick to simple designs: Most fast loading sites have very simple designs. Take the hint! Complicated designs will slow down your pages.

· Optimize or Reduce all heavy files: As much as possible optimize heavy graphics, Flash files and scripts. In editors like fireworks and flash you can see the various options in the preview panel to reduce the sizes. See how popular web sites like google, yahoo & MSN have pages that are very small in size and thus load in seconds.

Saturday, October 11, 2008

Where Design Really Fits

Do you know where your work really fits in the process of design?

We all love Website design. Looking at a blank white box on a computer screen and using only your mind's eye, a mouse, and a keyboard to transform it into a living, breathing Website is no minor achievement, and there is undoubtedly a creative rush when it comes to doing something like this. Website design can be a strong artistic outlet and it inevitably brings with it the joy that comes with looking at your finished work and presenting it to others.