Free Search Engine Visibility Report

Newsletter Sign Up

First Name:

Last Name:

Email:

 

Free Resources

New MoreVisibility Webinars Complimentary Webinar
 
SEO: Google Mayday & Caffeine
 

Articles written in June, 2008

Making Robots.txt Simple

June 16th, 2008 by Marjory Meechan

Last week, all three major search engines posted on their respective Webmaster Help blogs that they were uniting in their interpretation of the robots exclusion protocol. In the past, robots.txt instructions that would work to exclude Google would not work in the same way as they would for Yahoo and MSN, so this was welcome news. All three blog posts are listed here:

Google’s Blog
Yahoo’s Blog
MSN’s Blog

Webmasters now have no reason to worry about keeping track of different methods of controlling robots, so keeping your robots.txt file simple is easier then ever. Making robots.txt simple is a good strategy for several reasons:

The more complicated the robots.txt is, the more likely there could be a mistake that would accidentally limit access to important parts of your site.
Adding listings for too many directories or files could lead to security issues with your robots.txt file or at the very least, give your competitors access to future site plans by listing all of your “secret” directories and/or files.

Robots.txt is a great tool for handling duplicate content issues related to the architecture or technology of your site, but remember that not all robots will respect the robots.txt file. If you really want to protect access to pages of your site, don’t link to them in the first place and remember that the only consistent way to make sure those pages aren’t accessible to everyone is to limit access with a login page.

Posted in SEO News

With the release of Apple’s iPhone 2.0, mobile SEO may be more important than ever.

June 11th, 2008 by Michelle Stone

With the launch of the new iPhone, announced at the Apple developer’s conference on June 9th, both iPhone 2.0 and Apple’s new MobileMe service generated excitement among the attendees. What’s of interest to many mobile users is not only the new 3G iPhone, but the fact that it will replace AT&T’s EDGE network. Simply put, the new iPhone should make web browsing easier.

What does this mean for SEO? Well, specific to mobile SEO, there could be a shift due to the addition of this new player on the mobile device market. One lucrative market segment that might be challenged by iPhone 2.0 and MobileMe is that of working professionals. Most of these professionals now use the BlackBerry®, made by Research in Motion (RIMM).

SEO for mobile devices such as the BlackBerry may be a smaller part of the SEO big picture, especially when compared to “desktop” SEO, but it shouldn’t be ignored. In what might be a stroke of irony, some companies with mobile sites – whether it’s a mobile sub-domain, a mobile portion of their primary domain, or even a .mobi site – have ignored SEO best practices used on their desktop sites when creating their mobile sites.

For example, splash pages and forms pages can often be found on mobile sites. Traditionally the home page of a site, mobile or otherwise, has the highest link popularity of any page on the site, and a splash page doesn’t take advantage of that link popularity with competitive keywords.

When it comes to forms, if a mobile site has added forms only for a personalized mobile user experience, it’s better to provide a text link to a non-personalized experience for those users who prefer to use the site while not logged in, or for mobile search engine spiders to crawl. Yes, there are mobile search engine spiders and mobile search engines and databases as well. By keeping to SEO best practices regardless of the forum, you can help to ensure that more content will be crawled and indexed, giving your mobile site more opportunities to be ranked for non-branded keywords.

If you are serious about your search engine optimization and online marketing strategies; you should definitely be contemplating mobile SEO. With cell phone technology providing the ability for subscribers to search, visit, view and buy online, it is going to be crucial to ensure your site is optimized for mobile devices.

Mobile search technology is no longer in its infancy, but adoption of mobile SEO practices has been slow. By taking the SEO best practices you’ve performed on your desktop website and applying it to your mobile site, you can put your website ahead of your competitors. As popular as the iPhone and the BlackBerry and there are many mobile device users who surf the web using other devices, including cell phones. Optimizing pages on your mobile site can help to capture their attention as well.

Posted in SEO News

Document Structure in HTML and its Relation to SEO

June 9th, 2008 by Jordan Sandford

HTML is one of the core technologies of our search engine optimization and search engine marketing worlds. Search engines eat and live HTML documents. Computer programs, including search engines also create HTML. For the vast majority of searches ran on search engines, the search engines analyze the data pulled directly from and only from your HTML documents. Let’s look at some HTML documents through the eyes of a search engine to get a general understanding of how HTML documents work and how search engines use them. Before we do, I’ll provide a simple explanation of what HTML is.

Generally, all web pages are HTML documents. Some of the main characteristics of HTML documents are that they are plain-text files written in a language called HTML (HTML stands for HyperText Markup Language). The HTML commands in the text file are interpreted by your browser to appropriately render color, text formatting (such as underlining words and font size), embedded images and interactivity, but HTML code itself cannot contain anything except letters, numbers and punctuation, etc. It is made to be readable and understandable by both humans and computers. It has a standardized structure so that any human or computer program should be able to read two different HTML documents and extract semantics (or meaning) from them the same way. Standardization also allows two computer programs to read the same document and extract the same semantics from them as well as to visually render them the same, given the same set of rendering rules. HTML documents will usually just contain the content and the structure—rendering rules are stored in another document.

If you think about a traditional letter, there are specific parts of the letter, like the addressee’s name and address, date, salutation, and opening, body, and closing paragraphs. If you were to tell a search engine to index or read your letter exactly as you see it, the engine would not be able to differentiate say, the date with the salutation. For example, if you were to ask the search engine what the person’s name is to whom the letter is written, it might unknowingly include the salutation line with the first body paragraph and not be able to give you an answer. You need to be able to tell the search engine where the salutation line starts and ends and where the individual body paragraphs start and end.

Imagine you were writing your letter with a word processor and there was a key titled “Salutation Line.” You would press the key before typing “Dear Mr. Jacobs,” and once more after the salutation. Essentially, you tagged a part of the text using hidden marks to denote where the salutation line starts and stops. You would do a similar thing for headlines, underlined text, body paragraphs, addresses, dates and maybe even a picture place holder nested inside a body paragraph, all with appropriate tags. Now, the document has structure. If a human, a browser, or a search engine were to read the underlying tags, they would be able to respond correctly when asked, “when was the letter written” or “show me the picture associated with the second body paragraph” and so on. The search engines’ ability to create meaning from and associate parts of the content assists with their ability to tell if a given keyword or key phrase is relevant to the web page.

The structure of an HTML document starts with information about the version and style of the mark-up language. This helps the non-human reader know how to interpret which the tag types it encounters, which may include ignoring a tag completely. After the HTML version information, the general structure then continues with the first HTML tag which contains the two main HTML sections, head and body tags, also delimited using their own tags. The head section contains information about the body of the document as well as further instructions for non-human readers. Our example letter above does not have a head tag, but if it did, we could include a synopsis of the letter using a meta tag. A human reader, if given the choice, would probably read the synopsis first in order to decide if they want to read the entire letter. Incorporating this same idea, the search engines use the meta tags and place a respectable level of importance on them.

If unclosed tags or incorrectly-nested tags occur anywhere in the document, non-human readers could also become confused about the meaning and create invalid associations. A process known as “validating HTML” helps to assure these errors don’t exist in your document and should be a part of all SEO efforts. You can validate your HTML using the W3C Markup Validation Service. You should also make sure to properly use HTML tags in your documents as well as optimize content inside these tags. Doing so provides structure to your document and helps the search engines do their job: read the HTML documents similar to how a human would, so that it can answer questions about them solicited from a human.

Posted in SEO News

« Previous Entries Next Entries »


Subscribe rss feed Login or Register

Recent Articles

Article Categories

Articles by Month

Related Sites


Inc 5000 Google Analytics Authorized Consultant Google Qualified Company Yahoo Certified Ambassador Microsoft adExcellence Member Greenified 2009

MoreVisibility
925 South Federal Highway, Suite 750
Boca Raton, Florida 33432, USA

800.787.0497

ph: 561.620.9682

fx:  561.620.9684


© 1999 - 2010 MoreVisibility ® All Rights Reserved. Privacy | Legal

MoreVisibility Social Networking Links YouTube LinkedIn Facebook Twitter