Common Search Engine Myths, Pitfalls, and Scams

Note:  This when out on our company (Your Web Pro LLC) newsletter for May, but thought it would be good information to share here…
Getting a good ranking in any search engine is tough. In working on websites for better search placement we hear a lot of myths about getting listed. Here are a few and what really does work.
The more traffic we get, their higher it will go
While a good thought, it is not true that more traffic means higher ranks in search.  In fact, unless the search engine sends the traffic they will have no idea how much you have.  We collect data on clients sites for stats, but no one else knows how much traffic you are getting.  It is true, however, that websites that are updated will get more traffic from search.  So update frequently with relevant content and the numbers will rise.
Search positions are permanent

A blessing and a curse is that no, search placements are not permanent.  When we are competing to get a site higher this is great.  Once you get there you do wish that they were set forever.  Rankings change on a regular basis with new sites coming online, old sites being well maintained, and a number of other factors.  As a general rule, update often to grow and maintain your ranks.

Company XYZ told us they would submit us to one-hundred-billion search engines for free!
This was once a valid service, but not any more.  Today all major search engines will automatically index your site on a regular basis and submitting to them, when possible, is not going to help one bit.  Plus, who can name a hundred billion search engines.  Normally we are only tracking five.  Try it… how many can you name?
The Set-And-Forget Method

Your website is not a Ron Popeil gadget.  One day come by and  I will show the numbers on a site that is updated frequently and one that is not.  Many of you have seen the difference with your own sites when we get a regular update cycle going.  Please, please do not set your new website up then neglect updates for months and months.

Forcing Youtube videos to use SSL in AllVideos for Joomla

Today I ran across the need to force videos to use SSL coming from Youtube via the AllVideos plugin for Joomla.  This is for a client site we are working on at Your Web Pro.  There might be an easier way, but this was simple enough:

Editing the file: plugins/content/jw_allvideos/jw_allvideos/includes/sources.php

At Line 284 you will see:
// youtube.com – http://www.youtube.com/watch?v=g5lGNkS5TE0
“youtube” => “<iframe src=\”http://www.youtube.com/embed/{SOURCE}\” width=\”{WIDTH}\” height=\”{HEIGHT}\” frameborder=\”0\” allowfullscreen title=\”JoomlaWorks AllVideos Player\”></iframe>”,

Edit that  iframe source to use https:// so that is would look like this:
// youtube.com – http://www.youtube.com/watch?v=g5lGNkS5TE0
“youtube” => “<iframe src=\”https://www.youtube.com/embed/{SOURCE}\” width=\”{WIDTH}\” height=\”{HEIGHT}\” frameborder=\”0\” allowfullscreen title=\”JoomlaWorks AllVideos Player\”></iframe>”,

Thats it.  Comments?

New Blog

I have been thinking about doing this for a while.  I often find or figure things out that are useful and should be shared.  Mostly that is for my work at http://www.yourwebprollc.com, but not always.  The goal then is to post that information for others and probably myself when I need to remember it…