Dharmarketing

Righteous Internet marketing

Travel blogs using new WP plugin

no comments yet

I’m playing with a new plugin on two travel blogs to find the best Mexico vacation spots and Caribbean cruises.

The plugin is called WP VideoTube, and here’s how it works — you set it up to pull videos from YouTube based on keywords and embed them in your blog.

Admittedly I’m not a big fan of autoblogging. But if you have domains lying around that you’re not using, might as well set them up to make a little advertising income, draw traffic from long-tail keywords, and increase the value of your domain. The free version of the plugin lets you use three keywords, but you’ll soon see the obvious benefit of using the upgrade, which allows unlimited keywords.

So far, the Mexico blog is making me about $1 a day in AdSense revenue, and I have ClickBank, Shareasale and CJ links on it, too. The cruise site hasn’t made any money yet, but I just built it.

If you’re looking for a cool place to go on vacation, I’d recommend a holiday in Tulum, Mexico. With the economy the way it is, you could also find a good deal on a Mexican cruise.

Written by David Morgan

January 11th, 2009 at 1:52 pm

“DoFollow” Blog for Yoga

with one comment

Yoga Mats, Clothes, DVDs and More!, a yoga product review blog I happen to own, recently announced that it had disabled the “nofollow” relationship attribute in its comments and trackback links.

What that means is, if you leave a comment that adds value to the post, you’ll get a link back to your site that can actually help you rise in search engine results pages.

And that is especially the case because this yoga dofollow blog also uses commentluv.

Do you know of any other dofollow yoga blogs, or blogs in related categories?

Written by David Morgan

September 20th, 2008 at 1:11 am

Posted in Yoga

Tagged with , ,

Yoga link directory: submit your yoga urls

no comments yet

There’s a new yoga directory at Yoga Class Hub.

It’s a domain I have owned for a little while but haven’t done much with, so I’m happy to put it to use for the yoga community.

This yoga directory not only accepts yoga links, but you can also submit yoga articles about your interests or expertise.

Start today by registering for an account. Then submit a link to the yoga directory about your business. After that, write a little article about your services and submit it, too.

This is a great way to start building links to your yoga site, so submit your site to this great new yoga directory now.

Written by David Morgan

September 9th, 2008 at 1:28 pm

WP-United integration for WordPress and phpBB

no comments yet

WP-United appears to break blogs when you update to WP 2.5.+. Just a note.

Written by David Morgan

May 15th, 2008 at 11:47 am

Posted in Plugins, WordPress

Adding WP Pages to Your Feed, Continued

with one comment

To prove that you can put your WordPress pages into a rss feed as well as posts, I’ve built a page feed for my yoga blog.

As mentioned in the previous post, I used Grouper Evolution’s regex plugin to make it happen.

The parsed page is http://www.yogaknoxville.com/pages/, which I built using a page template (do me a favor and don’t link to it). The Improved Include Page plugin made it easy to create the list of pages with extracted content once I modified it a bit to display the page titles linked to their permalinks. I also asked the plugin to strip out all html tags, this has both advantages and disadvantages, but it was the lazy way to make the formatting look decent.

The only real downside to this method is that you need to add each page to the template by hand. This is great if you only want to include a few pages. Not great if you have a ton of pages. The ability to add all pages at once while excluding those you don’t want to show up would be a major improvement.

If there’s interest, I can put up the template example and the modified plugin for download. It’s too late at night to worry over it at the moment.

Even better news. Now that we have a rss feed with pages, we can remix it (or “mash” it) with our posts feed, producing a feed with both posts and pages. You can do this with the new edition of CaRP Evolution.

Written by David Morgan

April 2nd, 2008 at 3:19 am

Posted in WordPress

Adds Your Wordpress Static Pages to a RSS Feed

with 2 comments

Quick: Skip the yammering and take me to the the how-to!

So I’ll admit it, I’m a former SiteBuildIt (SBI) customer. I’m still a great fan and an affiliate. I migrated to WordPress for my own sites primarily because it’s much cheaper ($299 a year for SBI versus free for WP, not counting hosting, time, and whatever other tools you end up buying), but also because I wanted to learn the nitty-gritty of how to build a web site.

Little did I know it would take me about 3 years to learn how to do with WordPress just about everything SBI could do at the click of a mouse…

…including putting your static pages into a RSS feed. Today I spill the beans. Read the rest of this entry »

Written by David Morgan

April 1st, 2008 at 1:07 pm

Posted in Off-page SEO, SEO, WordPress

WP 2.3 theme released for tags, phpBB2 integration via WP-United plugin

no comments yet

WARNING: Appears to break in WP 2.5.

I’ve just completed the Bipolar theme you can see in use here.

The theme is quite lean, boasting some great features:

  1. The theme supports tags, new to WordPress 2.3.
  2. Title tags are SEO optimized, so you won’t need a plugin to do the job.
  3. The theme is widget-ready.
  4. It’s ready to nest a phpBB2 forum within the blog via the WP-United mod for phpBB (optional).

The last one is a big one, because most themes need some major tweaking to get the forum to look halfway decent. I spent a couple of days getting WP-United running then designing a theme that looks good with phpBB’s subsilver template and thought, what the heck, I’ll make it public.

This theme will NOT work on WordPress versions prior to 2.3 without revisions.

Here is a screen shot:

Bipolar theme screenshot

Other points of interest:

  • The forum.php template is included for your forum page. I recommend you use it instead of the default page.php for the forum (if you have one).
  • The theme is CMS ready — if you create a page named “home” using the default page template, you can make a page named “blog” or “posts” or whatever using the included blog.php page template, which mimics the index.php. Then all you need to do is go to “options” and “reading” in your admin section, and set up your static front page. You’re ready to go.
  • To set up WP-United in a way that would work so that I could keep WordPress in the root directory, I had to rename the WP index.php (in the WP root, not the file by the same name in the theme directory) to index-old.php, then rename the blog file included with WP-United to index.php. In the latter file, I had to type in the path to my phpBB installation. I used the absolute path: ‘forum’ — it was maddening getting it going, but armed with this knowledge it should take you no time. This was the only workaround I could figure out for the trailing slash that kept appearing, causing a White Screen of Death.
  • With this theme, you can select “full page” in the WP-United setup in your phpBB admin (once you install the mod). You won’t need to change the style sheet. But it does slow things down. I like how it looks with the sidebar, but it’s your call.
  • The XHTML validates on your WordPress pages. Note that the XHTML does not validate on your forum pages.

    Of course I can’t make you do it, but I ask that you keep the links in the footer — they’re for a good cause.

    To install this theme, first download it (zip or tar version), then unzip the whole folder, uploading it into the “themes” folder inside “wp-content,” found in your WordPress root directory. Select the theme from “presentation” in your blog’s admin area.

    To make this theme work with WP-United, you will first need to have both WP 2.3 and phpBB installed. Then you will need the WP-United mod for phpBB installed (I recommend using the ‘easymod’ mod to do it). Please note that I have just told you everything I know about making WP-United work, so please use the WP-United documentation, forum, or support for further help and information.

Written by David Morgan

November 3rd, 2007 at 2:09 am

Posted in SEO, Themes, WordPress

Wordpress Permalink Redirect: Category Feed Culprit

no comments yet

Recently I was getting all kinds of errors when trying to access the feed to one of my categories on one of my other blogs, republishing the “Oak Ridge” category feed from my main yoga blog, Yoga with Santosh, to a “group” blog, Oak Ridge Yoga.

(So far I’m the only member of the group. But I can still dream of others writing my content for me, can’t I?)

By trial and error, I identified the Permalink Redirect plugin as the culprit. It had been holding my category feeds hostage for over a year, and I didn’t even know. I disabled it. Category feeds work just fine now.

So I deleted Permalink Redirect. Forever.

Of course, as soon as I figured it out who the culprit was in my plugins folder, I found that several other people had come to the same conclusion and written about it on their sites. Sometimes a little bit of search mojo goes a long way, and my mojo hadn’t worked, apparently. So if you find this post, you’re welcome in advance for the minutes or hours you would have wasted without my kind help.

The nice thing about the Permalink Redirect plugin was that it added trailing slashes to urls.

Who cares about trailing slashes?

You should. Because Wordpress adds them to the ends of your urls, treating every post and page as its own subdirectory.

Not everyone who links to your pages, though, will add the trailing slashes. That goes for the search engines, too.

And what that means is, the same page will be counted as both a page and a folder. Your analytics will be funky, and search engines may be confused, perhaps even splitting page PR.

You need to fix it to make your site more search engine friendly. This can be a small but important step in your on-page search engine optimization (SEO).

There’s an easy remedy in your Apache .htaccess file. And I used my search mojo to see that someone has already described the cure so I won’t have to: Two Wordpress plugins you don’t need… and shouldn’t use.

Written by David Morgan

October 31st, 2007 at 11:34 am

Can’t retire from SEO

no comments yet

Okay, so I’ve tried to retire from the whole computer thing, but it’s got its hooks in me. Doing several hours of yoga a day has helped my brain and body considerably, but somehow seo keeps popping into my brain at odd hours — how can I help people looking for yoga find me more easily and get the information and services they’re looking for?

The answer? Find the audience and get in front of ‘em. And in the online world, that means being in the top search results for related keyword searches.

I imagine, if you’re a business owner, you worry about the same thing — how to help your customers find you.

That’s where I’d like to offer to help.

You see, seo done right is NOT about tricking search engines. It’s about catering to customer needs and delivering the goodies. When you do this well while keeping the search engines’ suggested best practices in mind, you will succeed.

So — here’s my offer. A free 30-minute phone consultation to the first 5 people who respond. Use the contact form to tell me about your site, your business, and your goals. I’ll create a strategy, then we’ll talk about it.

The only restriction is that you have a Skype or ICQ account so we can talk online. I look forward to it!

Written by David Morgan

September 26th, 2007 at 1:41 pm

Posted in Marketing, SEO

Dharmarketing reborn!

no comments yet

You may have noticed it’s been awhile since I stopped in here.

The good news is, I’ve cleaned out the spam comments. The bad news? I turned off comments to cut back on spam. Trackbacks and pingbacks are still on, however.

I’m revising my life a bit, stepping away from mainstream copywriting. In fact I’m thinking about forwarding my entire copywriting domain (www.morganletters.com) to this site. You see, most copywriting is the manipulation of people’s emotions to make them think that things will make them happy, and that just ain’t so.

I’m tired of playing on people’s scarcity complexes.

I leave in two days for yoga teacher’s training. I’m psyched.

I’m also psyched to help the healers of the world build and manage their online marketing, starting with their web sites.

This blog will soon undergo some visual revisions, and I’ll get back to the new release of the AutoSEO 3-column theme. Lucky for everyone I’ve learned considerably more about blogging, SEO, and design since I first built the theme.

Hope everyone’s doing well.

Peace,
David

Written by David Morgan

July 19th, 2007 at 2:52 am

Posted in Dharma, Marketing