Connect With WRD
feed via e-mail
feed via e-mail

Posts Tagged ‘Seo’

jBreadCrumb is a jQuery plugin for displaying breadcrumb navigations in a more flexible & smarter way.

As the length of a breadcrumb menu may be very long & the common method used for this problem is limiting th eamount of menus used, jBreadCrumb follows another route.

jQuery BreadCrumb Menu

It creates a collapsible interface that smartly decides the display method according to the amount and length of the elements.

This is a better navigation in means of usability & SEO.

Usage is not complicated & it only requires the jQuery Easing plugin.

Exactfactor is a free web based service that enables you to analyze the positions of keywords of a website in major search engines.

It lets you to add competitors & compare your website’s results with a competitor.

SEO Keyword Compare

Another nice feature is the ability to add alerts. You can get alerts when:

  • keywords you mentioned become the top 1, top5, etc. in the search engines
  • your website beats a competitor for the given keywords

Exactfactor is very easy to use with a clean interface & considering search engines are the most important "factors" of traffic, the service is definitely helpful.

Logdy is a real-time web analytics service that provides all the information you may need about your website.

With an easy to use, plain and Ajaxed interface, Logdy makes it very easy to drill down every detail even to the user level.

For example, you can filter: 

Visitors from x country > who used Google > reached your contact page > using "contact" keyword.

Real Time Statistics

Logdy enables you to reach data (in real-time) like:

  • Visitors: daily, weekly, monthly summaries, countries, languages, timezones.
  • Sources of visitors: keywords, search engines, referring pages, referring domains and more.
  • Visitor navigation: entry pages, exit pages, pages popularity, visit depths, visit duration.
  • Outbound links and pages.
  • Technical stuff: browsers, browser types, platforms, screen resolutions, screen color depths.

A beautiful feature is "outbound links report". It shows which links your visitors click on your website & even magnify the users who clicked them like every other report.

Country Analysis

You can instantly share your analytics with other users with the special "share link" which Logdy creates & also get reports to your e-mail.

With a 1-click "cookie install", you may choose not to track yourself in the analytics for more objective results.

To sum up, Logdy is a very user-friendly service for reaching the deepest parts of your stats in real-time.

The service has a free 1 website plan besides the bigger & paid ones. You can find the pricing for the service here.

P.S. This post is a sponsored site review.

In general Google & other search engines are the primary self-marketers of websites. So, checking your website’s credibility at search engines is a good way of improving it.

Here are some major web-based (excluding softwares and browser extensions) pagerank check & seo tools websites which have resources like backlink analyzers, search engine position finders, and more.

Info: This list is not the "all SEO tools" list, but they are the ones which provide you many tools at the same place with an easy-to-use interface.

If you find these tools handy, bookmark the post at del.icio.us.

iWEBTOOL

Online Pagerank Checker

They have almost every seo tool you may need including keywork density checker and link popularity.

Khrido

Free Webmaster Tools

Besides the pagerank check and other webmaster tools, they have some advanced tools like mx / ns lookup, HTML Encryptor & more.

Although Khrido is not the most popular one, it is very user-friendly.

LinkVendor

Free SEO Tools

They have a social bookmark link checkervisual pagerank checker tool and a free seo report tool which are nice besides the standard seo tools.

SEOmoz

Advanced SEO Tools

SEOmoz provides advanced website analysis tools like finding how well your website is targeted for specific keywords or countries. Their pagerank checker & similar tools can be found here.

SEO Chat

Check Keyword Position

They are providing some tools for analyzing AdSense returns or comparing Google & Yahoo search results as a chart.

SEO Book SEO Tools

Keyword Analysis

Besides the standard SEO tools, they have an unique keyword analysis tool & a Firefox pagerank checker extension that can be handy.

Google Trends

A great Google tool that gives you an idea about the popularity of keywords, and websites.

If you know of a great one please share at comments.

Regex (regular expressions) always seem hard to learn but once learned, it gives you power to solve many complicated coding tasks easily. With the JavaScript and SEO (for mod_rewrite) oriented web, Regex is a must-know for developers.

What is Regex?

A regular expression, often called a pattern, is an expression that describes a set of strings. They are usually used to give a concise description of a set, without having to list all elements. For example, the set containing the three strings "Handel", "Händel", and "Haendel" can be described by the pattern H(ä|ae?)ndel (or alternatively, it is said that the pattern matches each of the three strings) (via Wikipedia).

Regex Test Tool

The Regulator is an advanced, free regular expressions testing and learning tool. It allows you to build and verify a regular expression against any text input, file or web, and displays matching, splitting or replacement results within an easy to understand, hierarchical tree.

Regex actions supported:

 

  • Find multiple matches 
  • Replace text according to expression
  • Split text according to expression

The Regulator is also integrated with RegexLib.com, a free regular expressions library, and helps finding ready-to-use regular expressions.

Making keyword & link analysis is the core of a succesful SEO process. Although search engines provide you the results of a keyword search, you can not reach the website link connections easily.

TouchGraph Google Browser is a web based tool which helps you to explore the connections between websites based on URLs or keywords (from Google search results) with an interactive visual interface.

Visual SEO Product

Link analysis can be done really easily with this tool and it is very impressive to see a website’s importance for a keyword that clear.

Besides the Google Browser, TouchGraph also offers similar tools for Amazon and Facebook connection analysis.

Robots.txt file usage is sometimes ignored. On the other hand, it is an important factor for the webpages being indexed properly and very easy to setup.

I know that robots.txt is not something new. But, I’ve been preparing a SEO sheet for a while and wanted to share this small & useful portion with you.

What is robots.txt?

Robots.txt is a file that is used to exclude content from the crawling process of search engine spiders / bots. Robots.txt is also called the Robots Exclusion Protocol.

Why to use robots.txt?

In general, we prefer that our webpages are indexed by the search engines. But there may be some content that we don’t want to be crawled & indexed. Like the personal images folder, website administration folder, customer’s test folder of a web developer, no search value folders like cgi-bin, and many more. The main idea is we don’t want them to be indexed.

Is robots.txt file a certain solution?

No. Standards based bots like Google’s, Yahoo’s or other big search engine’s robots listen to your robots.txt file. This is because they are programmed to. If configured so, any search engine bot can ignore the robots.txt file. Result: there is no guarantee.

How to use robot.txt file?

Robots.txt file has some simple directives which manages the bots. These are:

  • User-agent: this parameter defines, for which bots the next parameters will be valid. * is a wildcard which means all bots or Googlebot for Google.
  • Disallow: defines which folders or files will be excluded. None means nothing will be excluded, / means everything will be excluded or /folder name/ or /filename can be used to specify the values to excluded. Folder name between slashes like /folder name/ means that only folder name/default.html will be excluded. Using 1 slash like /folder name means all content inside the folder name folder will be excluded.

There are also some other parameters which are only supported by all browsers. These are:

  • Allow: this parameter works just the opposite of Disallow. You can mention which content will be allowed to be crawled here. * is a wildcard.
  • Request-rate: defines pages/seconds to be crawled ratio. 1/20 would be 1 page in every 20 second.
  • Crawl-delay: defines howmany seconds to wait after each succesful crawling.
  • Visit-time: you can define between which hours you want your pages to be crawled. Example usage is: 0100-0330 which means that pages will be indexed between 01:00 AM – 03:30 AM GMT.
  • Sitemap: this is the parameter where you can show where your sitemap file is. You must use the complete URL addres for the file.

Robots.txt example:

User-agent: * #allows all search engine spiders.
Disallow: /secretcontent/ #disallow them to crawl secretcontent folder.

Resources:
http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=40360
http://www.robotstxt.org/
http://www.searchtools.com/robots/robots-txt.html
http://en.wikipedia.org/wiki/Robots.txt

Tag Clouds, which has a positive seo effect for websites + increases the usability of websites in many cases are normally generated dynamically.

You may want to create a static tag cloud or see the keyword density of a website – file – text input as a tag cloud.

TagCrowd

TagCrowd is a web-based service which visualizes the keyword density of an input as a tag cloud (text cloud – including the css & html).

Here is the tag cloud of WebResourcesDepot homepage:

Static Tag Cloud

Supported Inputs:

  • website url address
  • text file
  • text itself

 

Tag Cloud Generator

Tag Cloud Generator can call tags from an URL address or tags can be mentioned manually to create the static tag cloud

Tag Cloud Generator

Supported Inputs:

  • website url address
  • text itself

Tag Cloud Generator has an easy to use interface with font size, color & other customization options.

 

tagCloud.de

tagCloud.de is aslo a simple to use tag cloud generator offering less customaziton options. On the other hand the standard tag cloud generated has a nice look.

Supported Inputs:

  • website url address
  • text itself

 

Rainmaker

This tag cloud generator has a handy option which lets you exclude the words you want. Besides this you can define font settings per keyword frequency too.

Supported Inputs:

  • website url address
  • text itself

Macromedia Flash & ajax, by default, has lacking seo features as there is, normally, only 1 url address for all the contents within these web applications.

A seo & deep linking solution for flash and ajax is SWFAddress that is developed by Asual.

Seo For Flash & Ajax

SWFAddress is a small, but powerful library that provides deep linking for Flash and Ajax. It’s a developer tool, allowing creation of unique virtual URLs that can point to a website section or an application state. SWFAddress enables a number of important capabilities which are missing in today’s rich web technologies including:

- Bookmarking in a browser or social website
- Sending links via email or instant messenger
- Finding specific content with the major search engines
- Utilizing browser history and reload buttons

Seo & deep linking for Silverlight is on the way. There is already an example for Silverlight.

Uptime Robot
feed-holder
FeedBurner
  • PSD to HTML
  • PSD to HTML
  • ManageWP
    aXmag - Flash Page Flip Magazine Software, PDF to Flash Converter