• Welcome to another client – Rain Gutter Pros Inc

    Posted on May 31, 2013 by Ori Tzvielli in Uncategorized.

    WE would like to give a shout out to our latest client, Rain Gutter Pros Inc, a local rain gutter specialist in the los angeles area. We have complete coding their website and now are starting ppc and seo internet marketing services. Full steam ahead!!! See their website here

    No Comments.
    Continue Reading...
  • מדריך לבניית קישורים (SEO Link Building)

    Posted on May 30, 2013 by Ori Tzvielli in Uncategorized.

    במאמר זה תוכלו למצוא רשימה ארוכה של אסטרטגיות שונות של אופטימיזציה לקידום אורגני במנועי החיפוש (SEO) , נתמקד בגורמי קידום בתוך האתר ( (ONSITE וגם מחוץ לאתר OFFSITE) ). בלי מילים מיותרות, נתחיל! (סדר הרשימה אינו מצביע על חשיבות גבוהה או נמוכה יותר) חלק I – SEO בתוך האתר #1 קידוד פלאש טכנולוגיית מולטימדיה ליצירת [...]

    No Comments.
    Continue Reading...
  • Now Offering Services in Taiwan

    Posted on May 30, 2013 by Ori Tzvielli in Uncategorized.

    We are proud to announce that Astral Web has opened a new branch and office in Taiwan, not far from Taipei. Our current office is ready and hiring has started. For more information on Taiwan SEO, Web Design or PPC Internet Marketing services see our Taiwan Web Development page.

    No Comments.
    Continue Reading...
  • Important Analytics Data (multi-channel funnel & ecommerce conversion data)

    Posted on February 20, 2013 by Ori Tzvielli in ppc, reporting.

    Most internet marketers can easily get lost in Analytics Data (including ourselves sometimes). We would love to share a few quick data views that we like to look at.   Point 1 – Tracking information for goals and ecommerce transactions a. ecommerce and goals – analytics typically gives the last visitor traffic source the conversion [...]

    Post Tagged with , , , ,
    No Comments.
    Continue Reading...
  • Delete all WordPress Spammy Comments

    Posted on December 5, 2012 by Ori Tzvielli in tips.

    Simple to use. Looking for a link in comments field: MySQL Code to Run DELETE FROM wp_comments WHERE comment_approved=’0′ AND comment_content like ‘%http%’ ;

    Post Tagged with , , , ,
    No Comments.
    Continue Reading...
  • How to Google Search for 100 Results in a Single Page

    Posted on November 28, 2012 by Ori Tzvielli in tips.

    No Comments.
    Continue Reading...
  • 100+ SEO List Factors and Tactics Tips

    Posted on November 13, 2012 by Ori Tzvielli in link building, local seo, seo, tips.

    In this article you will be able to find a long list of working strategies for SEO optimization, both with focus on 1) ONSITE and 2) OFFSITE factors. Okay, Let’s dive into it! (NB: alphabetic order does not signify importance): Section 1 – Onsite SEO List   #1 Coding   Flash A multimedia platform for [...]

    Post Tagged with , , ,
    3 Comments.
    Continue Reading...
  • How to Setup an Actor Website

    Posted on October 31, 2012 by Ori Tzvielli in web design.

    This is Ori Tzvielli from Astral Web. We are a local web development company. I’d like to share this simple guide on how to setup a website for your acting practice. Please note that there is a small fee for domain name ownership and website hosting. This is now offered at just $99/year. (we are [...]

    Post Tagged with , ,
    No Comments.
    Continue Reading...
  • Fixing Squirrelcart Godaddy SEO Friendly URL’s

    Posted on September 22, 2012 by Ori Tzvielli in seo.

    Wanted to show below a quick fix for godaddy shared hosting squirrelcart seo friendly url fix. Step 1 Htaccess – Options -MultiViews RewriteEngine On RewriteRule ^/(products|categories|content|news|reviews|testimonials|contact)/?(.*)$ index.php/$1/$2 [L] Step 2 rename php.ini in ftp to php5.ini Step 3 Add to php5.ini in last line cgi.fix_pathinfo = 1 Step 4 Test seo friendly url’s at https://[DOMAIN]/squirrelcart/diag_seo_urls.php/this/is/a/test?t=1 [...]

    No Comments.
    Continue Reading...
  • Simple Password Protect Category Pages

    Posted on September 22, 2012 by Ori Tzvielli in Uncategorized.

    Using htaccess, godaddy, php, cgi fix, $_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW'] Fixes: godaddy login keeps on popping up (popup) due to cgi mode. Works on Specific Categories See code fix: 1. PHP FILE $pageurl=$_SERVER[REQUEST_URI]; if(($pageurl==’/categories/x’)||($pageurl==’/categories/y’)){ if(isset($_SERVER['HTTP_AUTHORIZATION'])) { $auth_params = explode(“:” , base64_decode(substr($_SERVER['HTTP_AUTHORIZATION'], 6))); $_SERVER['PHP_AUTH_USER'] = $auth_params[0]; unset($auth_params[0]); $_SERVER['PHP_AUTH_PW'] = implode(”,$auth_params); } if (!isset($_SERVER['PHP_AUTH_USER'])) { header(“WWW-Authenticate: Basic realm=\”Private Area\”"); [...]

    No Comments.
    Continue Reading...