iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Submit Your Site For Review Need a fresh set of eyeballs to take a look at your site? Have a specific issue or question about some aspect of your layout, design or interface? This is the forum for you. When submitting your site, be sure to discuss what aspect you are looking for input on. Just posting a link with the word 'review' isn't appropriate.

Share Thread: & Tags

Share Thread:

Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-27-2008, 08:12 PM
WebProWorld New Member
 
Join Date: Mar 2008
Posts: 4
Harp RepRank 0
Default Help me in finding the answer...

My personal website Tahitian Noni Juice & HIRO beverages by Morinda Tahitian Noni International is not liked by the Google. I have asked some local web designers but no one could tell me the reason if something is wrong with the web site. I do see that site pages are all indexed but not one of them rank for important keywords like noni or noni juice or even tahitian noni juice.

3 years ago Google used to like this site but has completely dumped the site in last 2 years. We have been updating content regularly still no progress in last 6 months.

Is there anything special I need to do to make Google happy? I know I need some more links but that should not make my site not appear not even in first 100 results. I believe site has some kind of penalty but how can I check that?

Harp
  #2 (permalink)  
Old 03-28-2008, 01:13 AM
incrediblehelp's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,573
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default Re: Help me in finding the answer...

Have you been buying or selling links?
  #3 (permalink)  
Old 03-28-2008, 01:41 AM
WebProWorld New Member
 
Join Date: Mar 2008
Posts: 4
Harp RepRank 0
Default Re: Help me in finding the answer...

No. Never. Infact, I have not had a links page on this site for almost 5 years.
  #4 (permalink)  
Old 03-28-2008, 03:21 AM
Dubbya's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Nov 2006
Location: Steinbach, Manitoba, Canada
Posts: 1,300
Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4
Default Re: Help me in finding the answer...

Harp, taking a quick look at your code reveals that you have not properly formatted your title, meta description, keywords and you've got all manner of extraneous and redundant code in the head of your document.

This is a little confusing:
HTML Code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head id="Head"><title>
	Tahitian Noni Juice & HIRO beverages by Morinda Tahitian Noni International
</title>
The more acceptible (and I'll wager more effective) way to format the html tag would be like so:
HTML Code:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Tahitian Noni Juice & HIRO beverages</title>
Unless there's some specific reason for it, the company name really doesn't belong in the page title. Again, focus and relevance here is key to gaining successful rankings in the SERPs.

I've formatted the rest of the header so it's more readable:
HTML Code:
<meta id="MetaDescription" name="DESCRIPTION" content="Noni Juice may help you to take control of your life. Noni juice comes from morinda citrifolia fruit. Tahitian Noni International (Previous name Morinda) provides you Original and Authentic TAHITIAN NONI Juice. Research indicates that Noni Juice strengthens the immune system, regulate cell function and regenerate damaged cells." />

<meta id="MetaKeywords" name="KEYWORDS" content="Noni, Noni Juice, TAHITIAN NONI Juice, TAHITIAN NONI Juice, benefits of noni, Tahitian Noni International, Hiro energy, Hiro mobility, Tahitian Noni health benefits, Hiro vitality, Hiro beverages, Morinda, noni fruit, Thahitian noni juice benefits." />
<meta id="MetaCopyright" name="COPYRIGHT" content="Copyright 2006 by Noni" />

<!--- You might as well delete these, they're pretty much useless anyway //-->
<meta id="MetaAuthor" name="AUTHOR" content="NoniJuice" />
<meta name="RESOURCE-TYPE" content="DOCUMENT" /><
meta name="DISTRIBUTION" content="GLOBAL" />
<meta name="REVISIT-AFTER" content="1 DAYS" />
<meta name="RATING" content="GENERAL" /><meta http-equiv="PAGE-ENTER" content="RevealTrans(Duration=0,Transition=1)" />
You use the word "noni" 5 times in your description. That's four times too many.

Your meta description needs to be shorter:

As a rule of thumb, you want it to be about 160 characters and certainly no more than 200 characters. Use the most important words first and make it attractive to a user who may be searching for your products or offerings.

"Tahitian Noni juice from morinda citrifolia fruit strengthens the immune system, regulates cell function and regenerates damaged cells for better health."

The keywords meta tag is useless in terms of Google rankings, however it's a good idea to optimize it for the other SE's.

Uppercase keyword variations are pointless in that the SE's don't care if the keyword is upper or lower case and having both versions. In addition you can use plural instances of a word and still have your bases covered for searches using the word in it's singular form.

I'm seeing at least 9 instances of the word "noni" or some variation thereof. That's eight times too many. You really shouldn't have more than 8 distinct keywords or keyphrases (certainly no more than 20) as the more you add the less relevant each one becomes.

Your meta keywords could be more focused:
"noni, fruit, juices, health, beverages, tahitian, citrifolia, morinda, hiro"

Your page content does not read naturally at all. It's overladen with too many references to "noni, noni and more noni". Consider rewriting it so that it sounds natural when read aloud.

The obfuscated code at the bottom of the page, I'm assuming it's for the interstitial that drops in with the free offer, probably isn't doing much good either. It just bloating your code and making it more difficult to spider the page. You might want to consider using an external javascript link.

.02
  #5 (permalink)  
Old 03-28-2008, 03:58 AM
WebProWorld Veteran
WebProWorld MVP
 
Join Date: Jan 2008
Posts: 548
amxfan RepRank 4amxfan RepRank 4amxfan RepRank 4amxfan RepRank 4
Default Re: Help me in finding the answer...

Have you logged into your webmaster tools and seen if you had any messages? if not do so
Also check to see if there are any errors with your page

I did not see that you had a sitemap.xml file. Do you have this file and have your submitted it to Google? if so does it contain a "last mod" statement again if so has it been updated? if not then update it. if you do not have one make one and submit it and also submit it to Yahoo as well.

Also looking at the number of backlinks that Google shows you have 8 when all the sites I looked at in the top 10 had about 12 or more. So I would say get a few more that have good anchor text and it should help...As backlink for the most part usually do.




Have you done a keyword density check on your site? Noni was used 73 times and has a density of 9.91. This is to high
Tahitian has a density of 5.56 and juice had 5.02. They should be around 2% for Google but some people do go to 5%. But around 2% is safe
I do not think you will rank for these words as it looks like you have stuffed your page.

Code:
name="DESCRIPTION" content="Noni Juice may help you to take control of your life.
Noni juice comes from morinda citrifolia fruit. Tahitian Noni International
(Previous name Morinda) provides you Original and Authentic TAHITIAN NONI Juice.
Research indicates that Noni Juice strengthens the immune system,
regulate cell function and regenerate damaged cells." />
Looks stuffed and to long

Code:
name="KEYWORDS" content="Noni, Noni Juice, TAHITIAN NONI Juice, TAHITIAN NONI Juice, benefits of noni, Tahitian Noni International, Hiro energy, Hiro mobility, Tahitian Noni health benefits, Hiro vitality, Hiro beverages, Morinda, noni fruit, Thahitian noni juice benefits." />
Also stuffed with the word 'noni'

Code:
name="COPYRIGHT" content="Copyright 2006 by Noni" />
Copyright needs updated and 'by noni' needs removed

Code:
name="RESOURCE-TYPE" content="DOCUMENT" />
name="DISTRIBUTION" content="GLOBAL" />
<meta name="REVISIT-AFTER" content="1 DAYS" />
<meta name="RATING" content="GENERAL" />
<meta id="MetaAuthor" name="AUTHOR" content="NoniJuice" />
all Can also be removed

I'm not stating this will fix your issue but it is where I would start
  #6 (permalink)  
Old 03-28-2008, 04:03 AM
WebProWorld Veteran
WebProWorld MVP
 
Join Date: Jan 2008
Posts: 548
amxfan RepRank 4amxfan RepRank 4amxfan RepRank 4amxfan RepRank 4
Default Re: Help me in finding the answer...

I have to learn how to type faster

Sorry Dubbya I did not see your post or I would not have repeated what was already stated.
  #7 (permalink)  
Old 03-28-2008, 01:24 PM
Dubbya's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Nov 2006
Location: Steinbach, Manitoba, Canada
Posts: 1,300
Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4
Default Re: Help me in finding the answer...

No worries mate!

At least we agree on what needs to be done.

Better a second similar opinion than two that that disagree entirely.
  #8 (permalink)  
Old 04-08-2008, 08:12 PM
WebProWorld New Member
 
Join Date: Mar 2008
Posts: 4
Harp RepRank 0
Default Re: Help me in finding the answer...

Thanks for the replies. I did not know that meta tags are so important.

Keyword Density...never checked before but I am so confused now as I tried many online tools but everyone gives a different results.

Is there any good link for a trustworthy keyword density tool? Which one do you use?
  #9 (permalink)  
Old 04-09-2008, 12:33 AM
incrediblehelp's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,573
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default Re: Help me in finding the answer...

Quote:
Originally Posted by Harp View Post
Keyword Density...never checked before but I am so confused now as I tried many online tools but everyone gives a different results.

Is there any good link for a trustworthy keyword density tool? Which one do you use?
Dont even worry about it. Just write for your visitors.
  #10 (permalink)  
Old 04-09-2008, 06:21 PM
mtheory's Avatar
WebProWorld Veteran
 
Join Date: Aug 2003
Location: Connecticut, US
Posts: 603
mtheory RepRank 2
Default Re: Help me in finding the answer...

Add an xml site map for Google.
  #11 (permalink)  
Old 04-09-2008, 08:11 PM
WebProWorld New Member
 
Join Date: Mar 2008
Posts: 4
Harp RepRank 0
Default Re: Help me in finding the answer...

Thanks for the suggestion but I already have a sitemap on the site and uploaded an XML sitemap for Google. Site is being indexed regularly. But problem is it is not ranking for targetting keywords.
  #12 (permalink)  
Old 04-09-2008, 10:50 PM
davebarnes's Avatar
WebProWorld MVP
WebProWorld MVP
 
Join Date: Jul 2003
Location: Denver, Colorado USA
Posts: 1,614
davebarnes RepRank 4davebarnes RepRank 4davebarnes RepRank 4davebarnes RepRank 4
Default Re: Help me in finding the answer...

On March 27th, you asked for help.
On March 28th, Dubbya told you to fix your meta tags.
It is now 10 days later and you have not.
Why should we continue to offer advice if you won't take the simplest actions?
__________________
Dave Barnes
+1.303.744.9024
http://www.marketingtactics.com
sitting in my basement with my iMac
  #13 (permalink)  
Old 04-09-2008, 11:25 PM
mtheory's Avatar
WebProWorld Veteran
 
Join Date: Aug 2003
Location: Connecticut, US
Posts: 603
mtheory RepRank 2
Default Re: Help me in finding the answer...

Quote:
Originally Posted by Harp View Post
Thanks for the suggestion but I already have a sitemap on the site and uploaded an XML sitemap for Google. Site is being indexed regularly. But problem is it is not ranking for targetting keywords.
http://www.nonijuice.us/sitemap.xml I get a "Page not found"
Closed Thread

  WebProWorld > Site Design > Submit Your Site For Review

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
The Answer is API dutter Yahoo! Discussion Forum 0 08-15-2006 09:06 PM
Any one the answer to this? loseriam Graphics & Design Discussion Forum 2 10-25-2005 09:46 AM
Please Answer jacobwissler Google Discussion Forum 2 10-31-2004 09:41 PM
Is This The Answer? tebmu Affiliate Marketing Discussion Forum 5 08-04-2004 02:16 PM
And the answer is? wenwilder The Castle Breakroom (General: Any Topic) 20 01-30-2004 08:00 PM


All times are GMT -4. The time now is 01:45 PM.



Search Engine Optimization by vBSEO 3.3.0