Archive

Archive for the ‘Uncategorized’ Category

Jun
14

How important are backlinks?  Google considers a backlink to be a vote pertaining to the relevancy of your website.  The more votes you get the higher up the Search Engine Ranking Ladder you climb.  Sure their are other variables in the equation but in my opinion, implementing an aggressive back-link campaign is the strongest way to climb the SERP-Ladder!


The below tool gives the ability to automatically create 1,000,000 (1 million) active backlinks to your site!

Download Automatic BackLink Tool http://ugotfile.com/file/1536382/BackLink2.rar
Download the updated List 1million *.txt http://ugotfile.com/file/1554776/links.txt

If you have some other easy free ways to share your experiences with back-linking please do so.  Provide us info in comments to this post!

, , , ,

Jun
10

I recently attended a free “Webinar on the Top 10 Free SEO Tools” The Webinar was put on by Jason McDonald-SEO Director, JM Internet Group. I enjoyed the free opportunity to hear another SEO professionals opinion and always love learning about free tools.


In my opinion: Personally I couldn’t sit through the entire webinar. If compared to a college course I would consider it to of been a 101 level course and I was hoping for an upper level 401 class. It was also Jason McDonalds’ strategy of offering a free webinar to lead you into a paid-related online marketing course. I wish Jason all the luck with his efforts.

His top 10 list were as follows: Agree or Disagree with this top-10 List???

Top Ten Tools

  1. Google Keyword Tool
  2. Google Keyword Tool (Website Content Tool)
  3. Google’s Wonder Wheel
  4. KeywordSpy.com
  5. FireFox RankChecker from SEOBook
  6. XML Sitemaps.com XML Sitemap Generator
  7. Google Webmaster Tools
  8. SiteExplorer / Yahoo
  9. Google Analytics

If you have some other free tools to add to this list please respond to this post.

Thanks,

Ryan Jennings
SEO Division Manager – Amdia Software – Overland Park KS

, , , , , ,

Jan
26

Oh no!  Have I over optimized my site?  I have found that after flooding backlinks to a website that sometimes my site dips off the first page of search engines down into what’s referred to as the SEO Sandbox.  I have found this to be a temporary dip.  Usually the sites come back up the SEO ladder stronger than ever.  I have made it a practice not to over optimize a site to avoid this problem.


Much has been written about the SEO Sandbox effect. Much of what has been written is very suspect speculation! This article analyze few myths and answer the most common questions that new site webmasters have.  Specifically, I review whether or not the SEO Sandbox really exists, how it works and how to avoid it. This is very important article if you are new to SEO or if you have a new website!

Does the SEO Sandbox exist?

The answer to this question used to be fiercely debated during 2005/6. It still is, although the debate nowadays tends to center on semantics rather than any real disagreement. Why? Well if you hold to the semantics that a “sandbox” is some sort of holding tank into which new sites are placed, then the sandbox definitely does not exist (see below). If, however, you use the term “sandbox” to describe the general phenomena of new sites taking a long time to rank well on Google, then it definitely does exist!

So what is the SEO Sandbox?

Following the Florida, Boston and Brandy updates of 2003/4, Google made a number of algorithm changes to tackle the increasing incidence of spam in the Google index. One effect of this was that sites launched after March 2004 seemed to take much longer to rank in Google than was the case previously.

How does a site get into the Sandbox?

Time to start debunking a few myths! In my experience, the sandbox ONLY applies to totally new domains. You do not end up there as some kind of penalty for sharp SEO practice or for any other reason (such sites are penalised separately and until the problems with them are fixed and re-inclusion applied for). Also, excessive early link building with a new site neither lengthens nor shortens the duration of the sandbox filter per se.

How long does the Sandbox effect last?

In my experience, the answer is simple: a new domain suffers from an ageing delay (subject of a previous Google patent) that deflates the value of any link acquired for a period of exactly six months. The ageing delay does not completely eliminate the value of links acquired so, for very uncompetitive search terms (e.g. the name of a company) a site can appear to emerge from the sandbox earlier (say 3 months). However, this is an illusion; it remains virtually impossible to rank well on medium-high competitive terms until the six months are up!

Many SEMs have speculated that the sandbox filter has different lengths for different industries (a theory that Matt and others have done little to discourage). However, I find this highly unlikely. The coding required – and fuzzy logic – to determine the industry of origin for a site (and draw lines) seems to me too complicated to contemplate. Plus, why bother? Naturally competitive industries (e.g. for male fertility treatment) act as their own best defence against the emergence of new sites (due to the large number of already well-optimised sites present).

I am quite sure, personally, that the industry differences are effect, not cause! It takes less time to rank well in less competitive industries because it is easier to do so overall (and has nothing to do with the sandbox itself).

How can I escape the Google Sandbox?

Be patient! There is nothing else for it. This ageing delay was designed to prevent unscrupulous spammers from setting up a thousand spam sites for Viagra in a single week on separate C blocks that all link to one payload site – then deleting them when detected and setting them up again somewhere else. This ageing delay works for Google and it is not likely to go away soon!

Some SEMs suggest buying old domains, then resetting the system clock on your UNIX servers to make the pages look old. Hmm. Sounds a bit too black hat for my liking! In SEO, anything that looks like a lie is a lie! Far better to buy your domain early (before you have set up your business operations) and undertake SEO activities in advance of launch. By the time you need the site to be live and doing business, most of the ageing delay has expired!

Other SEMs say that getting links from high quality, high PR sites can spring you out of the sandbox. Again, I disagree. This is an illusion too! As I have said, the ageing delay merely deflates the value of a link – it doesn’t eliminate it completely! So a valuable link will take you up the rankings even during those first six months and, again, if you are targeting an uncompetitive search term, you may appear to emerge early. However, the six months still applies!

This, in reverse, also explains why some SEMs say it can take up to 12 months to escape the sandbox. If you are targeting very competitive search terms, then it can seem to take ages to rank well but here you are really suffering from how competitive the industry is, not from the effect of the ageing delay filter.

, , , , , , ,

Jan
24


Howdy All,

This is a common problem I see lots of people running into since GoDaddy upgraded from IIS 6 to IIS 7.  The below story is a similar situation that I had while trying to work on a Classic ASP web site hosted at GoDaddy. I have included the answer/fix below.
Original Story:  I am with godaddy for webhosting right now. The have me using IIS7.
When I run my ASP page I get the error :

Error 500 :There is a problem with the resource you are looking for,
and it cannot be displayed.

Basically, there is an error in my code, however, it doesn’t tell me
the line number the error was found on. After searching the web I
found out how to turn on the more detailed error reporting… but you
have to do it on the webserver. I don’t have access to the webserver.

After spending allot of time chatting with godaddy, they claim I can
turn this on in the web.config file. I know this can be turn on for
ASP.NET in the web.config file… but as far as I know, not classic
asp.

OK…. Here is the web.config file I use that gives you the old school error handling data:

Step 1.  Open a text document.

Step 2.  Insert this code:

<configuration>
<system.webServer>
<httpErrors errorMode=”Detailed” />
<asp scriptErrorSentToBrowser=”true”/>
</system.webServer>
</configuration>

Step 3.  Save the file as Web.Config

Step 4.  Upload the Web.Config file to your host web directory.

I hope this helps people avoid the few hours I was on the phone with GoDaddy technical support.  :)   Please let me know if this helps anyone out.

, , , , , , , , ,

Jan
23




Algorithm
is a programming rule that tells how search engine indexes contents.

Alt Attribute is the alternative text description for images.

Anchor Text is the text part of the link. This is used by search engines as an important ranking factor.

Back links are inlinks, inbound links, incoming links (whatever you want to call it) pointing to a web page.

Banned this happens when search engine blocks your site from appearing in its SERP.

Black Hat SEO this is the optimizations that are against the guidelines of search engine.

Blog
is a website also known as “weblog”. It is an online diary with regular entries of commentary, description, events, or other materials. Entries are commonly displayed in reverse-chronological order.

Bot short for robot.

Cache
is the copies of webpages stored on internet user’s hard drive or in search engines database. This is why web pages loads quickly when they hit the back button in their web browsers.

Cloaking
is a black hat SEO technique in which the content presented to the search engine spider is different than the content presented to visitors.

Cookie
is the information stored on searchers computer by a web server while accessing a particular webpage.

Directory is where websites are group into categories with description by group of human editors.

Forum
or message board is a place where discussions on related topics takes place. Forums are also used by search engine optimizers and webmasters for information exchange.

Google is the world’s number one search engine founded by Standford University students Sergey Brin and Larry Page in 1998.


Google bot
is a search bot used by Google to collect documents from the web to build a searchable index for the Google search engine.

Gray Hat SEO
is an search engine optimization using both Black Hat and White hat techniques.

Heading tag
is an HTML tag often used to denote a section heading of a web page. SE pays attention to text marked with a heading tag.

Home Page is the main page of a website also known as front page or web server directory index. Usually the home page accumulates the most page rank score since other sites usually links to it the most.

HTML stands for Hyper Text Markup Language. HTML is a computer language used to create pages and content on the web

, , ,

Jan
22

I have been selling on eBay for years.  Has anyone else felt the damage from the seller/buyer feedback policy.  Not being able to allow the seller to leave bad feedback against the buyer is absolutely ludicrous.  I have had buyers extort money, receive unwarranted refunds and cause a tremendous amount of unneeded price gouging.  Enough is Enough!

My prediction is that we will start seeing lots of industry specific auction sites popping up cutting into eBay’s market share little by little.

,

Jan
21

, ,

Jan
21

Make sure your new website is indexed in the top major Search Engines.  The easiest way to check to see if your website has been indexed is to search for the full domain name.  Like (domainname.com) If that works try searching for your domain name without the .com.  Links to the submission pages of the main Free Search Engines are provided below:

Google

Bing

Alltheweb

Altavista
After you’ve properly been indexed you can start focusing on Keyword optimization.

When creating your website, there are a few simple points to remember which will
improve the chance of your site ranking well in Search Engines:

1. You should include around 10 words within the Title Metatags in each page
and around 25 words within the Description Metatags. Your Web Design program
should include help information on how to create the Title and Description Metatags
in each page. These words should include the main keywords/phrases that you
wish your site to be found under. Keyword Metatags in pages are no longer
relevant in determining ranking in the majority of Search Engines.

2. Search Engines also read visible text on a page when adding sites to their database.
Thus, it is important to include at least 20 words of text on each page for the best
results. Again, try to include keywords/phrases that you wish your site to be found
under. Note – Search Engines cannot read text which is in the form of images.

3. Search Engine ranking is also determined by the number and quality/page rank of
websites linking to your site. If sites which have a high ranking have a link to your site,
this will boost your site’s overall ranking in search results more, compared to the same
number of lower ranking sites linking to your site.

4. Most Search Engines also use Link Analysis. That is they will also read the text
of links to your site to determine where your site should appear in search results.
For example if a large number of sites have a link to your site using the phrase
“property for sale” in the link, it is possible for your site to appear in search results
when people enter keywords into a Search Engine which include the same phrase
even if your site does not include that phrase.

, , , , , , , ,