Quantcast
Channel: SEO Consultant's Coding Tips to improve SEO » coding
Browsing latest articles
Browse All 27 View Live

Image may be NSFW.
Clik here to view.

How to display a shadowed-box DIV?

Example: Display a box type DIV using CSS CODE: <div style=”max-width: 770px; text-align: justify; margin: 0 auto; font-size: 18px; padding: 15px; box-shadow: 0 0 27px #AEAEAE;”> <h3...

View Article



Image may be NSFW.
Clik here to view.

BOX-like Images showing Different category of Services offered (CSS)

  BOX-like Images showing Different category of Services offered (CSS)   HTML (on the home page): <div class=”f-products clearfix”> <div class=”f-product”><a...

View Article

How to use a cherry framework with Woo Commerce for wordpress

  How to Use Cherry Framework with Woo Commerce ? The tutorial covers usage of Portfolio, Products & Blogs. (Download the Doc file – 5.5 MB – Pictorial description) The post How to use a cherry...

View Article

Image may be NSFW.
Clik here to view.

tools.pingdom.com performance of a Joomla site

Prior to optimization: Using http://tools.pingdom.com/ I obtained the performance figure 78/100 prior to doing any web optimization for http://www.huntervalleytoursydney.com.au/ site. Three of the...

View Article

A/B Split Testing in WordPress using Google Experiments (within Analytics)

We need to add this code to WordPress theme’s header.php file. Once added, this code will start redirecting all visitors to a variation of your testing page. To add the split test code, we need to...

View Article


Enable gzip compression

<IfModule mod_deflate.c> # Compress HTML, CSS, JavaScript, Text, XML and fonts AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/rss+xml...

View Article

Image may be NSFW.
Clik here to view.

Know your traffic from Google Analytics- Organic / Paid / FB marketing, etc

Goal view / setup       Detailed: The post Know your traffic from Google Analytics- Organic / Paid / FB marketing, etc appeared first on SEO Consultant's Coding Tips to improve SEO.

View Article

Page-specific Adwords Conversion Tracking Code Insertion for WordPress site

Suppose 3 of the Advertisements (Ads) are pointing to 3 pages (ID = 70, 64 and 67) [Reveal IDs plugin can show IDs of Pages at Admin panel]. If we don’t consider Home Page within the code, the Home...

View Article


Image may be NSFW.
Clik here to view.

Combine External Javascript and CSS Files to Optimize Download time in...

Before the optimization — The value is ’12’ only   I have installed the version 3 which works with 2.5 version of Joomla   After installation, go to the appropriate manager to ‘enable it’ and click it...

View Article


Social Media Tags

Minimum Social Media Tag Template: Article <!– Place this data between the <head> tags of your website –> <title>Page Title. Maximum length 60-70 characters</title> <meta...

View Article

Read a Feed burner and lists the top five blogs

Platform used: Can install sourcerer plugin for Joomla (to read PHP from Custom HTML snippet)  to include <?php ?> code Code: {source} <?php // Create a new DOMDocument object $doc = new...

View Article

Image may be NSFW.
Clik here to view.

Adding Meta Tag on a specific page in Joomla / Canonical tag in Joomla

    As an example I chose to include a meta canonical tag for a page. CASE 1: [Strength Category Page not its individual Products/Articles present on that Category] Suppose a categorical page consists...

View Article

Image may be NSFW.
Clik here to view.

Canonical on Individual blog posts – not the main blog page in WordPress site

Why?: Many websites have a single BLOG page where all the BLOG POSTS are listed sequentially. If we click any of the BLOG title, it redirects to individual BLOG PAGE. Therefore we observe a nature of...

View Article


Image may be NSFW.
Clik here to view.

Automatic relevant ALT insertion from image URLs at Magento (at header)

    End results of automatic ALT insertion at header images by editing code   Code (regular expression) to extract file name (useful relevant text) from Image URLs at...

View Article

Image may be NSFW.
Clik here to view.

Duplicate Content due to System Error (not by the coder)!

One case study was conducted using a Magneto system. This case study shows: we need to carefully investigate the system besides our usual content, design and SEO. Sometimes System itself can results...

View Article


RegEx tutorial (1)

We need to change from http://ulurutoursaustralia.com.au/uluru-facts.html/76-the-culture-and-heritage-of-the-pitjantjatjara-in-central-australia.html to...

View Article

Adding specific HEADER code (script) into a specific Page of Joomla

Under template.php (of your theme / template):   <?php $jinput = JFactory::getApplication()->input; $foo = $jinput->get(‘id’); ?> <?php if ($foo==10) { ?> <script...

View Article


Image may be NSFW.
Clik here to view.

Important Product Tag in Google Search Results

One example is given below: Opportunity: For example, if a company’s all product lists (tours) are shown as below. Using structured data based price tagging, all the tour results could be displayed...

View Article

Image may be NSFW.
Clik here to view.

Steps to Block IP Address From Plesk (For VPS and Dedicated Server)

Plesk 9.x 1. Login to Plesk control panel. 2. Click on Modules >> Firewall >> Edit Firewall Configuration. 3. Click on ‘Add Custom Rule’. 4. Enter a name for the rule. 5. Select the option...

View Article

Image may be NSFW.
Clik here to view.

Adding specific HEADER code (script) into a specific Page of WORDPRESS...

  Insert into header.php before ending the head tag: <?php $id = get_the_ID(); if( $id == 3494 ) { ?> <script type=”application/ld+json”> { “@context” : “http://schema.org”, “@type” :...

View Article

Remove the WooCommerce 3.+ JSON/LD Structured Data format

We can add Adding specific HEADER code (script) into a specific Page of WORDPRESS including WOOCOMMERCE products. It is discussed in one of our blog ( It is discussed in one of our blog...

View Article


Image may be NSFW.
Clik here to view.

Structured Data for Price and Price ranges for a Product

All the LD-JSON code must go to HEADER of the Page. Example 1: “Lower Price” option: (Starting from..)   Code required:     Example 2: Single Price for a product: The post Structured Data for Price and...

View Article


Image may be NSFW.
Clik here to view.

Custom URL structure for WooCommerce products

  It results in URLs of products like: http://travertine-tiles-pavers.com.au/travertine/product/premium-light-ivory-travertine-french-pattern-tumbled-unfilled/   The post Custom URL structure for...

View Article

Image may be NSFW.
Clik here to view.

Google OPTIMIZE to conduct A/B testing – SUITABLE for Pages with Prev and...

After creating an experiment under your desired CONTAINER,  you have to confirm following LINKING are working (green tick).   List of EXPERIMENTS possible under a CONTAINER (a single Javascript code...

View Article

Event Tracking in GA and Adwords

Do you know how can you TRACK how many people really SUBMITTED the Inquiry form? How many people really submitted your Online Inquiry Form Organically (Naturally) or from Adwords? Thi sis the tutorial...

View Article


Image may be NSFW.
Clik here to view.

How to Hide ‘Add to Cart’ Button in WooCommerce

We just need to add the following: add_filter( 'woocommerce_is_purchasable', false ); This small line of code will render the product un-purchasable and do it in a pretty simple way. It produces...

View Article

Image may be NSFW.
Clik here to view.

Bulk Image Optimisation and quick Image gallery

Install https://imageoptim.com/ [Details: ImageOptim (download and install in local HDD) –> batch compression in Mac]   Now you can drag and drop all images in bulk amount here:   Step 2: Rename...

View Article
Browsing latest articles
Browse All 27 View Live




Latest Images