Digital Horizon, England, United Kingdom

Content Marketing Booking

Boost your brand with our expert content marketing strategies that engage your audience

Content Marketing Services

  • Blog & Article Writing
  • Content Strategy Development
  • SEO Content Optimization
  • Social Media Content
  • Infographic Creation
  • Email Newsletter Content

Package Options:

Basic
  • Blog & Article Writing
  • SEO Optimization
  • Monthly Progress Report

Starting at $800

Premium
  • Content Strategy Development
  • Blog & Article Writing
  • SEO Optimization
  • Social Media Content

Starting at $2,000

Enterprise
  • Full Content Marketing Strategy
  • SEO & Social Media Integration
  • Advanced Content Creation
  • Infographics & Email Newsletter
  • Ongoing Content Management

Starting at $5,000

$(document).ready(function() { let currentRoute = "content-marketing"; let isModalShown = false; let intendedRoute = ''; if (currentRoute === 'content-marketing') { $(window).on('popstate', function(event) { event.preventDefault(); intendedRoute = window.location.href; sessionStorage.setItem('intendedRoute', intendedRoute); if (!isModalShown) { $('#exitModal').modal('show'); isModalShown = true; } }); $('a').on('click', function(event) { if ($(this).attr('href') !== '' && $(this).attr('href') !== window.location.href) { event.preventDefault(); intendedRoute = $(this).attr('href'); sessionStorage.setItem('intendedRoute', intendedRoute); if (!isModalShown) { $('#exitModal').modal('show'); isModalShown = true; } } }); } $('#exitModal').on('hidden.bs.modal', function() { isModalShown = false; let storedRoute = sessionStorage.getItem('intendedRoute'); if (storedRoute) { window.location.href = storedRoute; sessionStorage.removeItem('intendedRoute'); } }); $('.btn-secondary').on('click', function() { let storedRoute = sessionStorage.getItem('intendedRoute'); if (storedRoute) { window.location.href = storedRoute; sessionStorage.removeItem('intendedRoute'); } }); });