<?php $__env->startSection('banner'); ?>
	<section id="banner" class="banner-sm">
		<div class="container">
			<div class="col-md-12">
				<h2 class="title">SEO</h2>
			</div>
		</div>
	</section>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('contents'); ?>
	<section id="contents">
		<div class="container">
			<div class="col-md-12">
				<div class="content-item">
					<p>A Search Engine Optimisation, or SEO, is a technical and creative process to improve the visibility of a website in search engines, with the aim of driving more potential customers to it.</p>

					<p>SEO refers to the techniques that help your website rank higher in organic search results, making your website more visible to people who are looking for your brand, produt or service via search engines like Google.</p>

					<p>There are a lot of components to improving SEo of your website.  Though they vary in some respect, search engines look for elements including title tags, keywords, image tags, internal link structure and inbound links.</p>
				</div>
			</div>
		<div class="clearfix"></div>
	</section>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('masters.base', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>