Trulia Plugin for WordPress

Easily add TruliaMaps to your website!
Add a Trulia maps widget showing homes in your area, without touching any HTML or code. This plugin allows you to configure tons of options; check it out today!

The Trulia real estate plugin includes options for:

  • Map size
  • Map, Satellite or Hybrid map type
  • Slideshow – automatically cycle through houses. Choose how quickly the slideshow displays, or to turn it off.
  • Map Background and Text colors

Easily add a real estate map to your page or post using “shortcodes”:

[trulia city="Bethesda" state="MD"]
will show a map for Bethesda, MD real estate.

Posted in Plugins | Tagged , , , | 6 Comments

Recent Projects & Lessons Learned

There’s been a lull here on the SEODenver.com website. That doesn’t mean I’ve been standing still. What have I been up to?

I’m going to tell you a bit about these projects and something I’ve learned from each of them.

Posted in KWS | Tagged , , , , , | 3 Comments

Paginate Links in WordPress Link Manager

Links are not a first-class citizens in WordPress

In developing the a website for professional genealogists, I was tasked with creating link directory functionality in WordPress. I didn’t want to install some big plugins; I wanted to use the Links Manager that’s built in to every WP install out of the box. There were two problems, however:

  1. Link categories are not hierarchical, and;
  2. There is no pagination in the Links Manager: all links are displayed on one page by default.

My client’s website will have over 20,000 links; having them all on one page was simply not an option.

I didn’t want to create a new Post Type or Taxonomy; Links are already the right tool for the job. I moved forward creating the custom solution, and am sharing the results of that development here. The result of the project was a successful deployment of a crazy amount of links (see an example on their Iowa genealogy resources page).

Posted in Code, WordPress | Tagged , , , , | 10 Comments

Export Bit.ly Link Data as CSV

Finally, a way to download Bit.ly link data as a CSV.

Bitly Download CSV

Would you care to download a CSV of your Bit.ly links? WINNING!

Download the plugin from WordPress.org

Bit.ly is one of the most popular link shortening services, and rightly so: it is stable, easy to use, and has pretty looking statistics. One thing Bit.ly does not do is export data. There is simple no other Bit.ly exporter out there.

The Bit.ly Exporter plugin allows you to export up to three years of daily click data for your links. This allows you to analyse click data like you always wanted to! All you need is WordPress.

Posted in Plugins | Tagged , , , , , | 9 Comments

SEO WordSpinner Removed from the WordPress Plugins Directory

Today I found out that the SEO WordSpinner plugin is no longer available via its WordPress Directory page. I emailed WordPress plugin-master Mark Riley asking what was up, and he just emailed me back:

Hi,
There were some complaints about some SEO plugins.
Your plugin was among those checked and given it’s purpose is not suitable for the directory now.

Mark.

If you’re a fan of the SEO WordSpinner plugin, email WordPress now to show your support!

Posted in Plugins, WordPress | Tagged , , , , , , , | 8 Comments

Google Instant Scraper – The Best Tool for Google Instant SEO

Optimize your site, find niche keywords

Introducing: Google Instant Scraper, a powerful free tool for niche marketing and keyword research. Find high-traffic, relevant long-tail keywords in seconds.

How the Google Instant Scraper works:

  1. Enter a “seed” keyword (or multiple keywords separated by commas) and choose how many levels deep you would like to scrape;
  2. The Scraper gets results from Google Instant for that keyword. These are level 1 keywords.
  3. For each level 1 keyword, the Scraper gathers results from step #1 and adds them to the list. These are level 2 keywords.
  4. Repeat #2 and #3 for levels 3 and 4 keywords
  5. The list is sorted by the # of queries, and the excluded keywords are removed from the list

In this way, the Instant Scraper builds powerful, targeted keyword lists in seconds…for free.

Posted in Affiliate Marketing, SEO | Tagged , , , , , , | 12 Comments

Hierarchical Link Categories for WordPress

Download the plugin on WordPress.org

If you’ve ever tried to use WordPress’ built-in bookmarks / links manager, you know that its limits can be frustrating. One of the biggest issues I’ve encountered is that the link categories are not hierarchical.

Let’s say you have a tech blog and you link to a lot of pages about TV’s. You may want to categorize the links under TV > Plasma or TV > LCD. With the existing system, you cannot.

Enter the Hierarchical Link Categories plugin

Posted in Plugins, Uncategorized, WordPress | Tagged , , , , | 20 Comments

Gravity Forms Shortcode Explained

This post is about Gravity Forms, a WordPress contact form plugin.

What are shortcodes?

Think of shortcodes as a placeholder for where other content will be displayed: instead of “Insert a Gravity Forms form here,” we use the gravityform shortcode. Learn more about shortcodes on WordPress.org.

The Gravity Forms shortcode has five pieces:

[gravityform id=# name=TEXT title=boolean description=boolean ajax=boolean]

  1. id (required) – The ID of the form, as displayed on the Gravity Forms Edit Forms page in the Id column
  2. name (required) - The name of the form.
  3. title – Show the title to users? Default is true; set to “false” to disable
  4. description – Show the form’s description to users? Default is true; set to “false” to disable.
  5. ajax – Submit the form without refreshing? Default is false; set to “true” to enable.

Gravity Forms Shortcode Examples:

[gravityform id=1 name=Example Form title=false description=false ajax=true]
Will result in Form #1 being displayed without a title or description, with no-refresh entry submission.

Posted in Tutorial, WordPress | Tagged , , , , | 6 Comments

Google Rewrites Your Search Result Titles for Relevance

Google is changing your titles for you…whether they’re “optimized” or not!

Google is overruling your title tags when they determine that your content headlines are more relevant.

Previously, I had only seen this behavior when there were not well-structured title tags, keyword-stuffed title tags or no title tags at all. This has been well documented and discussed. This is the first time that I have noticed Google taking a more aggressive stance in rewriting title tags that have been well crafted.

Posted in Google, SEO | Tagged , , , , , | 1 Comment

Enable PDF Uploads in CubeCart 4

No swimming, no file uploads in CubeCart either!The CubeCart file and image uploader in the product editor only allows for a small set of file types: jpg, gif, jpeg, png, swf, fla, jpg, gif, jpeg, png, avi, mpg, and mpeg. If you want to upload a PDF in CubeCart, you will have to manually FTP it into the uploads folder, and even then the file browser won’t show you PDFs. If you try to upload PDFs, you’ll get the following alert: “Invalid file type.”  Well here’s how to fix that.

Posted in Tutorial, Web Development | Tagged , , , , | 1 Comment