<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<?php
elegant_description();
elegant_keywords();
elegant_canonical();
/**
* Fires in the head, before {@see wp_head()} is called. This action can be used to
* insert elements into the beginning of the head before any styles or scripts.
*
* @since 1.0
*/
do_action( 'et_head_meta' );
$template_directory_uri = get_template_directory_uri();
?>
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<script type="text/javascript">
document.documentElement.className = 'js';
</script>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php
wp_body_open();
$product_tour_enabled = et_builder_is_product_tour_enabled();
$page_container_style = $product_tour_enabled ? ' style="padding-top: 0px;"' : ''; ?>
<div id="page-container"<?php echo et_core_intentionally_unescaped( $page_container_style, 'fixed_string' ); ?>>
<?php
if ( $product_tour_enabled || is_page_template( 'page-template-blank.php' ) ) {
return;
}
$et_secondary_nav_items = et_divi_get_top_nav_items();
$et_phone_number = $et_secondary_nav_items->phone_number;
$et_email = $et_secondary_nav_items->email;
$et_contact_info_defined = $et_secondary_nav_items->contact_info_defined;
$show_header_social_icons = $et_secondary_nav_items->show_header_social_icons;
$et_secondary_nav = $et_secondary_nav_items->secondary_nav;
$et_top_info_defined = $et_secondary_nav_items->top_info_defined;
$et_slide_header = 'slide' === et_get_option( 'header_style', 'left' ) || 'fullscreen' === et_get_option( 'header_style', 'left' ) ? true : false;
$show_search_icon = ( false !== et_get_option( 'show_search_icon', true ) && ! $et_slide_header ) || is_customize_preview();
?>
<?php if ( $et_top_info_defined && ! $et_slide_header || is_customize_preview() ) : ?>
<?php ob_start(); ?>
<div id="top-header"<?php echo $et_top_info_defined ? '' : 'style="display: none;"'; ?>>
<div class="container clearfix">
<?php if ( $et_contact_info_defined ) : ?>
<div id="et-info">
<?php if ( ! empty( $et_phone_number = et_get_option( 'phone_number' ) ) ) : ?>
<span id="et-info-phone"><?php echo et_core_esc_previously( et_sanitize_html_input_text( strval( $et_phone_number ) ) ); ?></span>
<?php endif; ?>
<?php if ( ! empty( $et_email = et_get_option( 'header_email' ) ) ) : ?>
<a href="<?php echo esc_attr( 'mailto:' . $et_email ); ?>"><span id="et-info-email"><?php echo esc_html( $et_email ); ?></span></a>
<?php endif; ?>
<?php
if ( true === $show_header_social_icons ) {
get_template_part( 'includes/social_icons', 'header' );
} ?>
</div>
<?php endif; // true === $et_contact_info_defined ?>
<div id="et-secondary-menu">
<?php
if ( ! $et_contact_info_defined && true === $show_header_social_icons ) {
get_template_part( 'includes/social_icons', 'header' );
} else if ( $et_contact_info_defined && true === $show_header_social_icons ) {
ob_start();
get_template_part( 'includes/social_icons', 'header' );
$duplicate_social_icons = ob_get_contents();
ob_end_clean();
printf(
'<div class="et_duplicate_social_icons">
%1$s
</div>',
et_core_esc_previously( $duplicate_social_icons )
);
}
if ( '' !== $et_secondary_nav ) {
echo et_core_esc_wp( $et_secondary_nav );
}
et_show_cart_total();
?>
</div>
</div>
</div>
<?php
$top_header = ob_get_clean();
/**
* Filters the HTML output for the top header.
*
* @since 3.10
*
* @param string $top_header
*/
echo et_core_intentionally_unescaped( apply_filters( 'et_html_top_header', $top_header ), 'html' );
?>
<?php endif; // true ==== $et_top_info_defined ?>
<?php if ( $et_slide_header || is_customize_preview() ) : ?>
<?php ob_start(); ?>
<div class="et_slide_in_menu_container">
<?php if ( 'fullscreen' === et_get_option( 'header_style', 'left' ) || is_customize_preview() ) { ?>
<span class="mobile_menu_bar et_toggle_fullscreen_menu"></span>
<?php } ?>
<?php
if ( $et_contact_info_defined || true === $show_header_social_icons || false !== et_get_option( 'show_search_icon', true ) || class_exists( 'woocommerce' ) || is_customize_preview() ) { ?>
<div class="et_slide_menu_top">
<?php if ( 'fullscreen' === et_get_option( 'header_style', 'left' ) ) { ?>
<div class="et_pb_top_menu_inner">
<?php } ?>
<?php }
if ( true === $show_header_social_icons ) {
get_template_part( 'includes/social_icons', 'header' );
}
et_show_cart_total();
?>
<?php if ( false !== et_get_option( 'show_search_icon', true ) || is_customize_preview() ) : ?>
<?php if ( 'fullscreen' !== et_get_option( 'header_style', 'left' ) ) { ?>
<div class="clear"></div>
<?php } ?>
<form role="search" method="get" class="et-search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<?php
printf( '<input type="search" class="et-search-field" placeholder="%1$s" value="%2$s" name="s" title="%3$s" />',
esc_attr__( 'Search …', 'Divi' ),
get_search_query(),
esc_attr__( 'Search for:', 'Divi' )
);
/**
* Fires inside the search form element, just before its closing tag.
*
* @since ??
*/
do_action( 'et_search_form_fields' );
?>
<button type="submit" id="searchsubmit_header"></button>
</form>
<?php endif; // true === et_get_option( 'show_search_icon', false ) ?>
<?php if ( $et_contact_info_defined ) : ?>
<div id="et-info">
<?php if ( ! empty( $et_phone_number = et_get_option( 'phone_number' ) ) ) : ?>
<span id="et-info-phone"><?php echo et_core_esc_previously( et_sanitize_html_input_text( strval( $et_phone_number ) ) ); ?></span>
<?php endif; ?>
<?php if ( ! empty( $et_email = et_get_option( 'header_email' ) ) ) : ?>
<a href="<?php echo esc_attr( 'mailto:' . $et_email ); ?>"><span id="et-info-email"><?php echo esc_html( $et_email ); ?></span></a>
<?php endif; ?>
</div>
<?php endif; // true === $et_contact_info_defined ?>
<?php if ( $et_contact_info_defined || true === $show_header_social_icons || false !== et_get_option( 'show_search_icon', true ) || class_exists( 'woocommerce' ) || is_customize_preview() ) { ?>
<?php if ( 'fullscreen' === et_get_option( 'header_style', 'left' ) ) { ?>
</div>
<?php } ?>
</div>
<?php } ?>
<div class="et_pb_fullscreen_nav_container">
<?php
$slide_nav = '';
$slide_menu_class = 'et_mobile_menu';
$slide_nav = wp_nav_menu( array( 'theme_location' => 'primary-menu', 'container' => '', 'fallback_cb' => '', 'echo' => false, 'items_wrap' => '%3$s' ) );
$slide_nav .= wp_nav_menu( array( 'theme_location' => 'secondary-menu', 'container' => '', 'fallback_cb' => '', 'echo' => false, 'items_wrap' => '%3$s' ) );
?>
<ul id="mobile_menu_slide" class="<?php echo esc_attr( $slide_menu_class ); ?>">
<?php
if ( '' === $slide_nav ) :
?>
<?php if ( 'on' === et_get_option( 'divi_home_link' ) ) { ?>
<li <?php if ( is_home() ) echo( 'class="current_page_item"' ); ?>><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php esc_html_e( 'Home', 'Divi' ); ?></a></li>
<?php }; ?>
<?php show_page_menu( $slide_menu_class, false, false ); ?>
<?php show_categories_menu( $slide_menu_class, false ); ?>
<?php
else :
echo et_core_esc_wp( $slide_nav ) ;
endif;
?>
</ul>
</div>
</div>
<?php
$slide_header = ob_get_clean();
/**
* Filters the HTML output for the slide header.
*
* @since 3.10
*
* @param string $top_header
*/
echo et_core_intentionally_unescaped( apply_filters( 'et_html_slide_header', $slide_header ), 'html' );
?>
<?php endif; // true ==== $et_slide_header ?>
<?php ob_start(); ?>
<header id="main-header" data-height-onload="<?php echo esc_attr( et_get_option( 'menu_height', '66' ) ); ?>">
<div class="container clearfix et_menu_container">
<?php
$logo = ( $user_logo = et_get_option( 'divi_logo' ) ) && ! empty( $user_logo )
? $user_logo
: $template_directory_uri . '/images/logo.png';
// Get logo image size based on attachment URL.
$logo_size = et_get_attachment_size_by_url( $logo );
$logo_width = ( ! empty( $logo_size ) && is_numeric( $logo_size[0] ) )
? $logo_size[0]
: '93'; // 93 is the width of the default logo.
$logo_height = ( ! empty( $logo_size ) && is_numeric( $logo_size[1] ) )
? $logo_size[1]
: '43'; // 43 is the height of the default logo.
ob_start();
?>
<div class="logo_container">
<span class="logo_helper"></span>
<a href="<?php echo esc_url( home_url( '/' ) ); ?>">
<img src="<?php echo esc_attr( $logo ); ?>" width="<?php echo esc_attr( $logo_width ); ?>" height="<?php echo esc_attr( $logo_height ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name' ) ); ?>" id="logo" data-height-percentage="<?php echo esc_attr( et_get_option( 'logo_height', '54' ) ); ?>" />
</a>
</div>
<?php
$logo_container = ob_get_clean();
/**
* Filters the HTML output for the logo container.
*
* @since 3.10
*
* @param string $logo_container
*/
echo et_core_intentionally_unescaped( apply_filters( 'et_html_logo_container', $logo_container ), 'html' );
?>
<div id="et-top-navigation" data-height="<?php echo esc_attr( et_get_option( 'menu_height', '66' ) ); ?>" data-fixed-height="<?php echo esc_attr( et_get_option( 'minimized_menu_height', '40' ) ); ?>">
<?php if ( ! $et_slide_header || is_customize_preview() ) : ?>
<nav id="top-menu-nav">
<?php
$menuClass = 'nav';
if ( 'on' === et_get_option( 'divi_disable_toptier' ) ) $menuClass .= ' et_disable_top_tier';
$primaryNav = '';
$primaryNav = wp_nav_menu( array( 'theme_location' => 'primary-menu', 'container' => '', 'fallback_cb' => '', 'menu_class' => $menuClass, 'menu_id' => 'top-menu', 'echo' => false ) );
if ( empty( $primaryNav ) ) :
?>
<ul id="top-menu" class="<?php echo esc_attr( $menuClass ); ?>">
<?php if ( 'on' === et_get_option( 'divi_home_link' ) ) { ?>
<li <?php if ( is_home() ) echo( 'class="current_page_item"' ); ?>><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php esc_html_e( 'Home', 'Divi' ); ?></a></li>
<?php }; ?>
<?php show_page_menu( $menuClass, false, false ); ?>
<?php show_categories_menu( $menuClass, false ); ?>
</ul>
<?php
else :
echo et_core_esc_wp( $primaryNav );
endif;
?>
</nav>
<?php endif; ?>
<?php
if ( ! $et_top_info_defined && ( ! $et_slide_header || is_customize_preview() ) ) {
et_show_cart_total( array(
'no_text' => true,
) );
}
?>
<?php if ( $et_slide_header || is_customize_preview() ) : ?>
<span class="mobile_menu_bar et_pb_header_toggle et_toggle_<?php echo esc_attr( et_get_option( 'header_style', 'left' ) ); ?>_menu"></span>
<?php endif; ?>
<?php if ( $show_search_icon ) : ?>
<div id="et_top_search">
<span id="et_search_icon"></span>
</div>
<?php endif; ?>
<?php
/**
* Fires at the end of the 'et-top-navigation' element, just before its closing tag.
*
* @since 1.0
*/
do_action( 'et_header_top' );
?>
</div> <!-- #et-top-navigation -->
</div> <!-- .container -->
<?php if ( $show_search_icon ) : ?>
<div class="et_search_outer">
<div class="container et_search_form_container">
<form role="search" method="get" class="et-search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<?php
printf( '<input type="search" class="et-search-field" placeholder="%1$s" value="%2$s" name="s" title="%3$s" />',
esc_attr__( 'Search …', 'Divi' ),
get_search_query(),
esc_attr__( 'Search for:', 'Divi' )
);
/**
* Fires inside the search form element, just before its closing tag.
*
* @since ??
*/
do_action( 'et_search_form_fields' );
?>
</form>
<span class="et_close_search_field"></span>
</div>
</div>
<?php endif; ?>
</header> <!-- #main-header -->
<?php
$main_header = ob_get_clean();
/**
* Filters the HTML output for the main header.
*
* @since 3.10
*
* @param string $main_header
*/
echo et_core_intentionally_unescaped( apply_filters( 'et_html_main_header', $main_header ), 'html' );
?>
<div id="et-main-area">
<?php
/**
* Fires after the header, before the main content is output.
*
* @since 3.10
*/
do_action( 'et_before_main_content' );
Published: 25th July 2024
So, What is organic traffic?
Organic traffic refers to the visitors who arrive at your website through unpaid search results, in contrast to those who come via paid advertisements. To boost the organic traffic to your site, it’s essential to secure high rankings in search results on platforms like Google, Bing, and Yahoo.
Achieving this goal typically involves implementing effective search engine optimisation (SEO) strategies. On the other hand, there’s also paid search traffic, which consists of visitors who click on pay-per-click (PPC) ads displayed on the search results page.
Besides search traffic, websites can also attract the following types of traffic:
- Direct traffic: visits that come directly by entering the URL in the browser’s search bar
- Referral traffic: visits that come through links on other websites
- Social traffic: traffic that comes from posts on social media sites (organic or paid)
These website traffic categories are typically used in website analytics tools such as Google Analytics.
Benefits of Organic Website Traffic
Some advantages of organic traffic include:
- It’s free
- You can reach people who have never heard of your brand before.
- You can bring visitors with a relevant and specific intent to your site.
- You can reach people worldwide.
- It can be targeted and scaled with a content/SEO strategy.
- It can build your credibility.
- The search engine market is growing.
However, organic traffic also has its downsides:
- Organic traffic growth can be slow compared with paid search traffic.
- Not every search ends in a click (zero-click searches).
- Although the traffic is free, there are still investments that must be made to see results, both in terms of SEO and content creation.
Organic vs. Paid Traffic Value
A major distinction between organic and paid traffic lies in their costs. Running paid search campaigns can be quite costly, especially when targeting popular keywords that may charge hundreds of dollars for each click. These expenses can accumulate rapidly, leading to a significant budget outlay for only a handful of clicks.
On the other hand, organic traffic can yield a substantial number of clicks without a direct financial burden, offering a more cost-effective approach in the long run.
How to increase organic traffic
To increase your organic traffic, you need to have a consistent SEO strategy and follow SEO best practices.
Here are four key SEO areas you have to cover to improve your rankings and get more organic traffic to your website:
- Keyword research: finding and analysing search queries that people use in order to target them with your content
- Content creation and optimisation: developing high-quality, relevant content that is optimised to rank well in search engines
- Technical SEO: Optimising the technical aspects of a website to help search engines crawl and index the site
- Link building: Getting high-quality backlinks to improve a site’s authority and visibility
By optimising your website for the keywords your audience searches on Google, you can connect with them exactly when they’re searching for something specific—without the need to pay for each click.
Let’s look at three specific steps you can take today to get started on your organic traffic journey:
- Audit your website for technical issues.
- Find keywords to drive your SEO strategy.
- Set up a Google Business Profile (if applicable).
Let’s break them down one by one.
Step 1: Audit your website for technical issues.
For Google to effectively crawl and index your website, it’s essential that the content be accessible and well-structured. Once the audit is complete, you’ll receive a comprehensive report detailing your site’s overall performance, highlighted by the “Site Health” score. This will help you identify problems such as missing images, faulty links, duplicate titles, slow-loading pages, and various other concerns.
Step 2: Find Keywords to Drive Your SEO Strategy
Conducting keyword research allows you to uncover potential subjects for your website that can attract more organic visitors. From there, you can compile a list of relevant keywords and develop content tailored to those terms. One effective and straightforward method for discovering valuable keywords is to analyse what your competitors are using.
When picking the keywords, consider these three metrics:
- Volume: the search volume of the keyword (i.e., how many times per month do people search for the keyword on average?)
- KD%: keyword difficulty—how hard it is to rank for the keyword on a scale from 0 to 100
- Intent: the search intent behind the keyword (i.e., what kind of content do people expect to see?)
Your objective is to strike a balance between keywords that have a high search volume and those that are less competitive. Once you identify these keywords, it’s essential to create content that meets the needs of the searchers. After pinpointing the keywords that align with your business strategy, focus on crafting content that truly resonates with the intent behind the search and offers genuine value to your readers.
By prioritising the creation of top-notch content that fulfils the user’s requirements, you can position yourself as an authority in your field, attract backlinks, and earn the trust of your audience. Ultimately, this approach will result in increased conversions. As you drive more organic traffic to your website, you can guide these new visitors to your key pages and turn them into customers.
Step 3: Set up your Google Business Profile (if applicable).
If your business involves direct customer interaction, creating a Google Business Profile is essential. It’s a vital part of local SEO that helps ensure your business shows up in local search results, including the Google Map Pack.
Setting up a Google Business Profile doesn’t take long.
How to check organic traffic
If you are a website owner, you can view organic traffic statistics about your site for free with:
With these tools, you can only check the organic traffic for a verified property—a website you own.
Start growing your organic traffic with SEO today.
Are you ready to take your business to the next level and achieve lasting growth? Now is the ideal moment to connect with us at Falcon Digital. We specialise in search engine optimisation (SEO) that enhances your online presence while delivering genuine, long-term results. Our committed team recognises that every business has its own unique needs, which is why we customise our strategies to align with your specific goals.
Whether you run a small local business or manage a larger company, our all-encompassing approach to SEO will help you improve your search engine rankings, draw in valuable traffic, and transform leads into devoted customers. Since our founding in 2012, Falcon Digital has earned a reputation as a reliable partner in the digital marketing sector. We take pride in our dedication to supporting businesses in the fast-paced digital world.
Our skilled team is passionate about achieving results, and we stay updated on the latest developments and algorithm shifts to keep your strategy on point. When you choose to work with us, you can count on our relentless effort to help you reach your objectives and enhance your online visibility.
Subscribe to Falcon Digital to learn more about our products, receive news and be the first to know when we release offers.
Company Registration no:
13682575
VAT Registration Number:
GB 437 7229 74
Email hello@falcondigital.co.uk
Phone 01392 908804
Office Hours
9am - 5pm Mon-Fri
Office Address
Falcon Digital, Office 6, 6 St Paul's Road, Newton Abbot, Devon, TQ12 2HP
Company Registration no:
13682575
VAT Registration Number:
GB 437 7229 74
<?php
if ( et_theme_builder_overrides_layout( ET_THEME_BUILDER_HEADER_LAYOUT_POST_TYPE ) || et_theme_builder_overrides_layout( ET_THEME_BUILDER_FOOTER_LAYOUT_POST_TYPE ) ) {
// Skip rendering anything as this partial is being buffered anyway.
// In addition, avoids get_sidebar() issues since that uses
// locate_template() with require_once.
return;
}
/**
* Fires after the main content, before the footer is output.
*
* @since 3.10
*/
do_action( 'et_after_main_content' );
if ( 'on' === et_get_option( 'divi_back_to_top', 'false' ) ) : ?>
<span class="et_pb_scroll_top et-pb-icon"></span>
<?php endif;
if ( ! is_page_template( 'page-template-blank.php' ) ) : ?>
<footer id="main-footer">
<?php get_sidebar( 'footer' ); ?>
<?php
if ( has_nav_menu( 'footer-menu' ) ) : ?>
<div id="et-footer-nav">
<div class="container">
<?php
wp_nav_menu( array(
'theme_location' => 'footer-menu',
'depth' => '1',
'menu_class' => 'bottom-nav',
'container' => '',
'fallback_cb' => '',
) );
?>
</div>
</div>
<?php endif; ?>
<div id="footer-bottom">
<div class="container clearfix">
<?php
if ( false !== et_get_option( 'show_footer_social_icons', true ) ) {
get_template_part( 'includes/social_icons', 'footer' );
}
// phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped
echo et_core_fix_unclosed_html_tags( et_core_esc_previously( et_get_footer_credits() ) );
// phpcs:enable
?>
</div>
</div>
</footer>
</div>
<?php endif; // ! is_page_template( 'page-template-blank.php' ) ?>
</div>
<?php wp_footer(); ?>
</body>
</html>