Blog Posts
SEO Anchored Backlinks
What Backlinks Do for You and Your Business One of the main factors that google uses for its search algorithm is Backlinks. Backlinks are links back to your site. The more links directed back to your site the more google interprets as having a higher ranking value. How to Get […]
WordPress Themes
WordPress Themes Repository offers a variety of themes to choose from. A theme is what defines your layout, colors, header image and so on. WordPress offers a section under “Appearance” for you to manage your themes. They offer a repository of free themes for you to search, install and activate. […]
Pebble Hosting
All pebble hosted accounts require the following footer code added <div id=”amzn-assoc-ad-3addae47-b5f6-4e63-8d4f-4c93ec96315e”></div><script async src=”//z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US&adInstanceId=3addae47-b5f6-4e63-8d4f-4c93ec96315e”></script>
Branded Video Tutorials
Branded Video Tutorials is a great way to show off your brand and educate people. Videos are a great way to run tutorials especially when loaded to the youtube channel you created for them. In a tutorial it must be clear at no time are you selling a service, or […]
Google Trends & Keyword Tool
Ever wonder where your industry is headed, then take a look at Google Trends. This tool allows you the ability to see what people are searching for related to your keyphrase, as well as what locations are doing the search. For instance, lets say you run a used car business. […]
Facebook Target Marketing
Once you have a basic Facebook Company Page running a with a standard Facebook Page Like campaign to get likes, you may want to start target marketing. Try to be more selective on who likes your facebook page, as these people will eventually be your best opportunity. So think to […]
Amazon Associates Link Builder
amazon store for wordpress website Plugin now required Amazon Associates Link Builder set user key and secret key here https://console.aws.amazon.com/iam/home?rw_useCurrentProtocol=1#/users set download url absolute public_html/wp-content/uploads/amazon-associates-link-builder get affil tracking id here https://affiliate-program.amazon.com/home/account/tag/manage now edit any page and amazon search bar avail to add product to that page. woocommerce may redirect, thus […]
Woocommerce add or update field
To add a field or change a label in woocommerce, you must create a child theme and add the following code to your function.php file. First function is optional, as it just calls the parent theme’s css in to your theme. <?php // enqueue parent styles function example_enqueue_styles() { wp_enqueue_style(‘classicrgb-lite’, […]
The Difference in Google: Search, Maps and Adsense
To begin with, Google offers many ways to be found: Ad, Map, Search. When a person goes to google and searches “Sneakers”, then any site in regards to Sneakers, shows up on the list of Millions of results. A Google Search Results page is known as the SERP (Search Engine […]
Bootstrap Installation
Add code to hook to Bootstrap Content Delivery System CDN. Add to Head section above Body. <!– Latest compiled and minified CSS –> <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css” integrity=”sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7″ crossorigin=”anonymous”> <!– Optional theme –> <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css” integrity=”sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r” crossorigin=”anonymous”> Add before Body section end <script src=”https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js”></script><!– Latest compiled and minified JavaScript –><script […]