Feb 25

SEO Smart Links provides automatic SEO benefits for your site in addition to custom keyword lists, nofollow and much more.

SEO Smart Links can automatically link keywords and phrases in your posts and comments with corresponding posts, pages, categories and tags on your blog.

Further SEO Smart links allows you to set up your own keywords and set of matching URLs. Finally SEO Smart links allows you to set nofollow attribute and open links in new window.

It is a perfect solution to get your blog posts interlinked or add affiliate links to other sites.

Everything happens completely transparent, and you can edit the options from the administration settings panel.

The smart link plugin for WordPress lets you insert links using natural language rather than urls.

Without:

<a href="http://example.com">
  Example
</a>

With:

[Example->]

The resulting increase in usability is quite significant.

A Few Words On Autolink Plugins…

… since this was the initial idea behind smart links.

There are several autolink plugins around. aLinks is one of the better ones, if this is what you’d like to be using. They invariably suffer from one or two niggles:

  1. They’re too systematic: If your keyword shows 10 times in a text, it’ll get linked 10 times.
  2. There are time where it makes more sense to add a keyword link on an entire key phrase, and autolink plugins don’t allow this.

Smart links’ flexibility lets you work around both niggles.

Default Usage

The Basics

Using smart links, you insert links using an arrow in between brackets (the same syntax as the one used on several established newspaper websites):

[link text->link]

For instance, if you’re linking to a page called "dog training tips", you could end up writing:

[teach your puppy to sit->dog training tips]

The syntax is permissive: It’s case insensitive and impervious to extra spaces.

If your link text is the same as the link, you can simply close the bracket after the arrow:

[dog training tips->]

For reference, the syntax also works with normal urls and emails:

[goitworld->http://www.goitworld.com]
[Mickey->mickey@mouse.com]

Also for reference, "slugs" (the sanitized versions of titles that show in the url) work too:

[teach your puppy to sit->dog-training-tips]

These basics in mind, let’s hop to how they can become useful for SEO and site maintainability purposes.

How Smart Links Come In Handy

Smart links are useful in that they let you pre-insert links in your site.

The links get silenced when no relevant piece of information is found. They then mutate as the site evolves, in order to point to the most worthy piece of information at all time.

Suppose that you’re starting a dog training blog.

During the first week, you add a few posts and add smart links to "dog training tips". You know you’ll eventually write about this explicitly, so you might as well add the links as you create the posts.

Shortly after, you spend some time adding a bunch of bookmarks in the link manager. One of them is called "Dog Training Tips". The smart links, which were silenced until now (they were returning the text with no link), now point to the bookmark you’ve just entered.

You update the bookmark (you change it’s url to a better site you’ve just found) the next day, and the site updates without your even worrying about it.

Eventually, you write a post titled "Dog Training Tips" — and add a smart link to "Dog Training Tips" in it. The old posts are now pointing to this post instead, and the smart link in this post is pointing to your bookmark.

A week later, you write a new post called "Dog Training Tips". The smart links are now all pointing to this new post — because it is more recent than the first one.

At last, you create a section — a static page — called "Dog Training Tips", with a smart link to "Dog Training Tips" in it. All of the smart links are now pointing to this static page. The only exception is the "Dog Training Tips" smart link on that page, which is pointing to your bookmark.

If, upon revisiting your site a year later, you decide to turn the "Dog Training Tips" section into a subsection of "Dog Training", smart links will update themselves and point to the static page’s new url.

In other words:

  1. Smart Links seek to return a link to the bookmark with the same name.
  2. When posts with the same title exist, Smart Links will point to the most recent post instead.
  3. When a static page with the same title exists, Smart Links will point to that static page instead.
  4. On the post or static page that is supposed to get linked to, smart links will try to fallback to a bookmark (there’s no point in linking a web page to itself).
  5. When all else fails, Smart Links return the link text with no link.

Got it all so far? Onto smart link domains.

Advanced Usage

Smart Link Domains

Domains are areas where smart links scan are for relevant pieces of information. By default, smart links looks all over the place. But you can restrict smart links to certain domains, by using the following syntax:

[link text->link @ domain]

Implicit links work here as well:

[roll over->@ dog tricks]

Built-in domains include those related to WordPress:

  • posts
  • pages
  • entries (posts and pages)
  • links
  • wp (all of the above = the default domain)

For instance, you could write:

[teach your puppy to sit->dog training tips @ pages]

The above smart link would get silenced until you create a dog training tips page.

Other built-in domains include:

  • google
  • yahoo
  • msn
  • wiki

These create outbound links to the search queries on google, yahoo, msn, and wikipedia respectively.

The last set of built-in domains is dynamic. They let you restrict smart links to a section on your site.

Smart Links understands sections as static pages with no parents. When you use a section domain, only links to static pages within that section will be returned.

On semiologic.com, for instance:

  • [services->@services] would point to the services section
  • [services->@members] would point to a services page of the members’ area

These dynamic domains become tremendously useful when you start having multiple static pages with the same name on your site. Or when you wish to fine-tune where the smart links are pointing.

Text-Rendering Engine Transparency

The smart link syntax is transparent to Markdown and Textile syntax, but will not allow html code within smart links.

Class Attribute

If you want to add a class="external" attribute to outbond smart links, you need to use the external links plugin.

Title Attribute

Smart links use the page title, post title, category name, and link name as relevant.

Smart Link And Comments

Smart links are disabled in comments, to prevent spammers from bypassing anti-spam plugins.

Escaping Smart Links

You can escape the smart link by putting it in between backticks (`), e.g.:

  • `[escape the link->]` outputs:

    [escape the link->]

The backticks will be "used up" when the smart links are processed.

Smart Link Greediness

The smart link syntax is not greedy, e.g.:

  • [test1 [test2->/] ->/] outputs:

    [test1 test2 ->/]

Smart Link Plugins

If you feel like coding, you can register new smart link domains, like this:

smart_links::register_engine($domain, $callback);

The expected signature of domain handling callback functions is the following:

domain_engine($link) returns $links
  • $links is an array($look_for => $found)
  • $look_for is the reference that is looked for
  • $found is of course initialized to false

Download

This package is part of WordPress Plugin, and is access-restricted.

Smart Links v.4.2.2 (Jan 5th, 2010)

Requires WP 2.8. Tested up to 2.9.1.

Bleeding Edge Zip

Smart Links (Bleeding) v.4.2.2 (Jan 5th, 2010)

Requires WP 2.8. Tested up to 2.9.1.

Tagged with:
Dec 03

Google AdSense Charts
Generate all sorts of nifty charts with your AdSense CSV data export (requires a Google AdSense account of course).

Google AdSense Sandbox
This tool will show you what Google AdSense ads will be displayed for any webpage on the Internet.

Back Link Tracking Tool
Track backlink fluctuations to your web pages historically.

Coop Ad Network
Free network of site owners to share advertising space.

Diff Comparison
Tool to show you the difference between two pieces of text.

DNS Zone Transfer
Handy little utility to quickly pull your DNS zone files from your name servers.

FileMaker Pro Web Digger
This utility allows you to dig into your web-based FileMaker Pro databases to check their security.

FileMaker Database Server Probe
This utility allows you to check your FileMaker database server to see what platform it’s running as well as what database files are being served.

Keyword Ranking Monitor
Track historical search engine result placement data for any keyword/URL combo you choose.

Keyword Suggestion Tool
Quickly see which phrases are searched upon the most (for determining the best phrases to target for your website).

PageRank Toolbar For Mac
A widget to show PageRank for the site you are on.

Add Search Functionality To Your Website
An easy way that you can add search functionality to any website.

Free Web Counter
Free tool that gives any website a free hit counter for their site.

Website To Country
Find the physical country that any website is in.

Geo Visitors
Show the physical location of the visitors to your website/blog.

Yahoo! Web Rank Tool
This tool will show you what any website’s Yahoo! Web Rank is (without needing the Yahoo toolbar).

Tagged with:
Jun 21

Yahoo is considered one of the big three along with Google and MSN and by concentrating a little more time and effort on Yahoo optimization it is quite possible to gain a good amount of traffic. With ultra competitive keywords it may actually provide an easier way to generate search traffic than gearing all your efforts solely towards Google.

All search engines have their own algorithms to determine the value and, therefore, positioning of websites. While the majority of SEO work tends to concentrate on Google because of the sheer weight of searches they receive it would be foolish to discount or ignore the other major search engines.

The Most Important Yahoo Optimization Factor

The first, and most pertinent point is that Yahoo judges content to be the most important factor in their algorithms. They do still consider inbound links and other factors but they are attuned to the way of the content site and they love sites that provide keyword-optimized content in large mass. While that may make it sound easier than concentrating on generating a huge base of inbound links as you would for Google, Yahoo optimization presents its own challenges and its own unique quirks that you should consider.

Looking At Keyword Density

Because of the relevance that Yahoo places on the content within your site, the keyword once again becomes a vitally important aspect of your research. While Google have been striving to promote sites that use organic content and webmasters and SEOs have been optimizing with around 2% to 3% keyword density Yahoo prefers a much greater density level. The danger, of course, is that giving Yahoo what they want may cause Google to deem your content as being keyword stuffed but there is another difference between the two algorithms that can help to counteract this problem.

Using Stems, Inflexions, And Variants Of Keywords

Yahoo is very heavily language based. This means that it is, strictly speaking, more aware of the nuances of the written language. It will include synonyms and inflexions of a keyword when considering your keyword density; something that Google does not consider to the same extent. This means that it is possible to optimize for both without diminishing your ranking with one another.

How To Optimize For Yahoo Without Getting Penalized By Google

Google likes a density of around 2% and Yahoo likes a density as high as 7% or even 8%. This means that you can effectively use 4 variations of a single keyword or phrase and a density of 2% for each. This offers further advantages. With Google you are now gearing your content towards four different keywords and offering the level they want, and you are still providing Yahoo with the much higher density rate that they require. Because you can include plurals and further stems of keywords this means you can write in a much more natural tone.

Using The Near Forgotten Meta Tags

One area that a lot of SEO professionals and webmasters alike now tend to overlook is the Meta tag. However, Yahoo appears to still give consideration to the keyword and description tags in particular. This is quite rare in the case of most search engines and Google certainly do not look for keywords in your Meta tags. Do not attempt to dupe Yahoo, though, and only include keywords that genuinely appear on your page and are relevant to your topic.

Regular, Fresh Content Is King

You’ve probably heard the saying that "content is king" and this is even truer when considering Yahoo optimization. The more content you provide the better. This may mean making regular additions to your site but it will generate the kind of results you are looking for. Blogs are also a very good way to continue adding relevant content to your site that Yahoo will smile down on.

The Lazy Yahoo Bot

Compared to other search engine spiders the Yahoo bot is a comparatively lazy animal. It doesn’t crawl as often as other bots and it certainly doesn’t crawl as deep into your site to find all of your pages and index them. This means you should pay extra attention to creating a legible sitemap and keeping it updated as regularly as possible. Yahoo has a sitemap submission feature that is similar to Google’s and using this is heavily recommended to try and ensure that Yahoo stays on top of the infrastructure of your site and ranks you accordingly.

Inbound Links And Controlling Them Yourself

Inbound links are still important to Yahoo, but again a lot of emphasis is placed on content. Textual relevance seems to be one of the most important factors so having control over your inbound links and being able to determine the pages where they appear and the anchor text of each is important. Perhaps the best way to generate inbound links for Yahoo optimization is to use the article directories to your benefit.

Yahoo Optimization Conclusion

Google may be the search engine that everyone talks about and optimizes for but ignoring Yahoo would be foolish. This is especially true because while the Yahoo algorithm is quite different to the Google one and other algorithms, it is still quite easy to optimize for both. The most important factors to remember are to use relevant Meta tags for every single page of your site, include as much content and update your site with new content as often as possible, and update a sitemap both on your website and with the Yahoo sitemaps function.

Tagged with:
Jun 01

RSS Submit Site:

  • RSScuisine.com
  • Feedest.com
  • Postami.com
  • 2RSS.com
  • Moreover.com
  • FeedsFarm.com
  • RssFeeds.com
  • Feeds4all.com
  • Plazoo.com
  • FeedBomb.com
  • Page2go2.com
  • Feedooyoo.com
  • RSSmicro.com
  • FeedFury.com
  • Octora.com
  • FindRSS.net
  • FeedBase.net
  • RSSmotron.com
  • MoreNews.be
  • DayTimeNews.com
  • Rss-Feeds-Submission.com
  • MillionRSS.com
  • Yahoo RSS Guide
  • MySpace.com News
  • ReadABlog.com
  • GoldenFeed.com
  • BlogDigger.com
  • RSSFeeds.com
  • feed24.com
  • Findory.com
  • WeBlogAlot.com
  • FeedBoy.com
  • Chordata.info
  • BlogPulse.com
  • DayPop.com
  • IceRocket.com
  • Memigo.com
  • Syndic8.com
  • RSS-Network.com
  • Feed-Directory.com
  • Jordomedia.com
  • Newgie.com
  • Feeds2read.net
  • NewzAlert.com
  • Feedcycle.com
  • Bloogz.com
  • FeedShark.BrainBliss.com
  • FeedPlex.com
  • RocketInfo.com

  • Tagged with:
    May 24

    I find a plugin of wordpress. This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog. It supports all of the WordPress generated pages as well as custom ones. Everytime you edit or create a post, your sitemap is updated and all major search engines that support the sitemap protocol, like ASK.com, Google, MSN Search and YAHOO, are notified about the update.

    Related Links:

    Download Url
    http://downloads.wordpress.org/plugin/google-sitemap-generator.3.1.2.zip

    Install:

  • Upload the full directory into your wp-content/plugins directory
  • Use your favorite FTP program to create two files in your WordPress directory (that’s where the wp-config.php is) named sitemap.xml and sitemap.xml.gz and make them writable via CHMOD 666. More information about CHMOD and how to make files writable is available at the WordPress Codex and on stadtaus.com. Making your whole blog directory writable is NOT recommended anymore due to security reasons.
  • Activate the plugin at the plugin administration page
  • Open the plugin configuration page, which is located under Options -> XML-Sitemap and build the sitemap the first time. If you get a permission error, check the file permissions of the newly created files.
  • The plugin will automatically update your sitemap of you publish a post, so theres nothing more to do.

    If you have any problem about the plugin, you can post comment, I will do my best.

  • Tagged with:
    May 16

    http://www.webconfs.com/backlink-builder.php
    Enter the core keywords, feedback that can be submitted in the above web site for similar resources, to increase the breadth of web site links.

    Search engine submission tool (one-time submission to multiple search engines)
    http://www.submitexpress.com/submit.html
    http://www.goitworld.com/free-search-engine-submitter/

    Google Keyword search case query (keyword generation tool)
    https://adwords.google.com/select/KeywordSandbox
    Shows that the core of a user’s search keywords and the keywords combinations matching the expansion of a broad vocabulary for advertisers to use the tool to

    generate keywords and recommendations.

    Overture Keyword Suggestion Tool
    http://inventory.overture.com
    Query keywords can be revealed in the last month the estimated number of users to retrieve.

    External links and web pages are search engine testing tools included
    http://www.uptimebot.com
    Web site can often be the result of the promotion of external links and search engine included in the link is displayed.

    Search Engine Spider Simulator
    http://www.webconfs.com/search-engine-spider-simulator.php
    Google spider to detect the page to read the text, as well as access to all the links, to help diagnose whether important content can be search engines to

    crawl into.

    The relationship between the English search engine decoder
    http://www.search-this.com/search_engine_decoder.asp
    A clear understanding of the complex between the English search engine relationship.

    Tagged with:
    preload preload preload