Health Super Store is online pharmacy store with goal "your health with world class nutritional supplements" Health Super Store began this online journey in 1999 and it's been a great pleasure serving there online customers with there stunning wellness products in last many years.
Category
Nutritional Supplements, Health, Health food, Juice, Nutrition
The Challenge
Health Super Store wanted to get quality and health theme based one way link for higher ranking on natural search engine result.
Optimization Steps
After reviewing and studying the client's requirements following steps are applied to for SEO.
Setup 3 way/Triangle link exchange campaign with aim to acquire quality and health theme based one way links
Manually submitted site to popular directories
Results As a result of our search engine optimization efforts:
Healthsuperstore.com got monthly Health theme related 200 qualities one way links on regular base
The number of top 30 rankings for the client's website across the major search engines has increased by 45%
Current Ranking Results
Number #1 In Google with "xango juice"
Number #8 In Google with "himalayan goji juice"
Number #6 In Google with "goji juice""
Number #3 In Google with "monavie"
Number #2 In Google with "frequensea"
Also website is coming up with 25 keywords on top 10 to 30 positions on major search engines.
Also website is coming up with 25 keywords on top 10 to 30 positions on major search engines.
";
if($exit == 1)
exit;
}
return $db_rec_row_array;
}
//use to insert record
function insert($query,$debug=0)
{
if(trim($query) == "")
die("Query is Empty: ".mysql_error());
/*
This is used to check that query has insert word or not
If you try to execute other types of query in that case this will give the error
*/
if(!preg_match("/^insert/i",$query))
die(" Invalid Query: ".$query." ");
$this->result = mysql_query($query,$this->links);
if(!$this->result)
die(" Result Erorr: ".mysql_error()." ".$query." ");
/*
This is used to debug the code and print the query
You have to pass 1 (one) as the second argument of the edit function
Default is $debug 0 set.
*/
if($debug == 1)
{
print "
";
exit;
}
return $this->result;
}
//use to update record
function update($query,$debug=0)
{
if(trim($query) == "")
die("Query is Empty: ".mysql_error());
/*
This is used to check that query has update word or not
If you try to execute other types of query in that case this will give the error
*/
if(!preg_match("/^update/i",$query))
die(" Invalid Query: ".$query." ");
$this->result = mysql_query($query,$this->links);
if(!$this->result)
die(" Result Erorr: ".mysql_error()." ".$query." ");
/*
This is used to debug the code and print the query
You have to pass 1 (one) as the second argument of the edit function
Default is $debug 0 set.
*/
if($debug == 1)
{
print "
";
exit;
}
return $this->result;
}
//use to insert, update, replace and delete record
function delete($query,$debug=0)
{
if(trim($query) == "")
die("Query is Empty: ".mysql_error());
/*
This is used to check that query has delete word or not
If you try to execute other types of query in that case this will give the error
*/
if(!preg_match("/^delete/i",$query))
die(" Invalid Query: ".$query." ");
$this->result = mysql_query($query,$this->links);
if(!$this->result)
die(" Result Erorr: ".mysql_error()." ".$query." ");
/*
This is used to debug the code and print the query
You have to pass 1 (one) as the second argument of the edit function
Default is $debug 0 set.
*/
if($debug == 1)
{
print "