A VPN is an essential component of IT security, whether you’re just starting a business or are already up and running. Most business interactions and transactions happen online and VPN

Posted by alexis-sanders

SEO is about understanding how search bots and users react to an online experience. As search professionals, we’re required to bridge gaps between online experiences, search engine bots, and users. We need to know where to insert ourselves (or our teams) to ensure the best experience for both users and bots. In other words, we strive for experiences that resonate with humans and make sense to search engine bots.

This article seeks to answer the following questions:

  • How do we drive sustainable growth for our clients?
  • What are the building blocks of an organic search strategy?

What is the SEO cyborg?

A cyborg (or cybernetic organism) is defined as “a being with both organic and
biomechatronic body parts, whose physical abilities are extended beyond normal human limitations by mechanical elements.”

With the ability to relate between humans, search bots, and our site experiences, the SEO cyborg is an SEO (or team) that is able to work seamlessly between both technical and content initiatives (whose skills are extended beyond normal human limitations) to support driving of organic search performance. An SEO cyborg is able to strategically pinpoint where to place organic search efforts to maximize performance.

So, how do we do this?

The SEO model

Like so many classic triads (think: primary colors, the Three Musketeers, Destiny’s Child [the canonical version, of course]) the traditional SEO model, known as the crawl-index-rank method, packages SEO into three distinct steps. At the same time, however, this model fails to capture the breadth of work that we SEOs are expected to do on a daily basis, and not having a functioning model can be limiting. We need to expand this model without reinventing the wheel.

The enhanced model involves adding in a rendering, signaling, and connection phase.

You might be wondering, why do we need these?:

  • Rendering: There is increased prevalence of JavaScript, CSS, imagery, and personalization.
  • Signaling: HTML tags, status codes, and even GSC signals are powerful indicators that tell search engines how to process and understand the page, determine its intent, and ultimately rank it. In the previous model, it didn’t feel as if these powerful elements really had a place.
  • Connecting: People are a critical component of search. The ultimate goal of search engines is to identify and rank content that resonates with people. In the previous model, “rank” felt cold, hierarchical, and indifferent towards the end user.

All of this brings us to the question: how do we find success in each stage of this model?

Note: When using this piece, I recommend skimming ahead and leveraging those sections of the enhanced model that are most applicable to your business’ current search program.

The enhanced SEO model

Crawling

Technical SEO starts with the search engine’s ability to find a site’s webpages (hopefully efficiently).

Finding pages

Initially finding pages can happen a few ways, via:

  • Links (internal or external)
  • Redirected pages
  • Sitemaps (XML, RSS 2.0, Atom 1.0, or .txt)

Side note: This information (although at first pretty straightforward) can be really useful. For example, if you’re seeing weird pages popping up in site crawls or performing in search, try checking:

  • Backlink reports
  • Internal links to URL
  • Redirected into URL

Obtaining resources

The second component of crawling relates to the ability to obtain resources (which later becomes critical for rendering a page’s experience).

This typically relates to two elements:

  1. Appropriate robots.txt declarations
  2. Proper HTTP status code (namely 200 HTTP status codes)

Crawl efficiency

Finally, there’s the idea of how efficiently a search engine bot can traverse your site’s most critical experiences.

Action items:

  • Is site’s main navigation simple, clear, and useful?
  • Are there relevant on-page links?
  • Is internal linking clear and crawlable (i.e., )?
  • Is an HTML sitemap available?

    • Side note: Make sure to check the HTML sitemap’s next page flow (or behavior flow reports) to find where those users are going. This may help to inform the main navigation.

  • Do footer links contain tertiary content?
  • Are important pages close to root?
  • Are there no crawl traps?
  • Are there no orphan pages?
  • Are pages consolidated?
  • Do all pages have purpose?
  • Has duplicate content been resolved?
  • Have redirects been consolidated?
  • Are canonical tags on point?
  • Are parameters well defined?

Information architecture

The organization of information extends past the bots, requiring an in-depth understanding of how users engage with a site.

Some seed questions to begin research include:

  • What trends appear in search volume (by location, device)? What are common questions users have?
  • Which pages get the most traffic?
  • What are common user journeys?
  • What are users’ traffic behaviors and flow?
  • How do users leverage site features (e.g., internal site search)?

Rendering

Rendering a page relates to search engines’ ability to capture the page’s desired essence.

JavaScript

The big kahuna in the rendering section is JavaScript. For Google, rendering of JavaScript occurs during a second wave of indexing and the content is queued and rendered as resources become available.

Image based off of Google I/O ’18 presentation by Tom Greenway and John Mueller, Deliver search-friendly JavaScript-powered websites

As an SEO, it’s critical that we be able to answer the question – are search engines rendering my content?

Action items:

Infinite scroll and lazy loading

Another hot topic relating to JavaScript is infinite scroll (and lazy load for imagery). Since search engine bots are lazy users, they won’t scroll to attain content.

Action items:

Ask ourselves – should all of the content really be indexed? Is it content that provides value to users?

  • Infinite scroll: a user experience (and occasionally a performance optimizing) tactic to load content when the user hits a certain point in the UI; typically the content is exhaustive.

Solution one (updating AJAX):

1. Break out content into separate sections

  • Note: The breakout of pages can be /page-1, /page-2, etc.; however, it would be best to delineate meaningful divides (e.g., /voltron, /optimus-prime, etc.)

2. Implement History API (pushState(), replaceState()) to update URLs as a user scrolls (i.e., push/update the URL into the URL bar)

3. Add the tag’s rel=”next” and rel=”prev” on relevant page

Solution two (create a view-all page)
Note: This is not recommended for large amounts of content.

1. If it’s possible (i.e., there’s not a ton of content within the infinite scroll), create one page encompassing all content

2. Site latency/page load should be considered

  • Lazy load imagery is a web performance optimization tactic, in which images loads upon a user scrolling (the idea is to save time, downloading images only when they’re needed)
  • Add tags in
  • Use JSON-LD structured data

    • Schema.org “image” attributes nested in appropriate item types
    • Schema.org ImageObject item type

CSS

I only have a few elements relating to the rendering of CSS.

Action items:

  • CSS background images not picked up in image search, so don’t count on for important imagery
  • CSS animations not interpreted, so make sure to add surrounding textual content
  • Layouts for page are important (use responsive mobile layouts; avoid excessive ads)

Personalization

Although a trend in the broader digital exists to create 1:1, people-based marketing, Google doesn’t save cookies across sessions and thus will not interpret personalization based on cookies, meaning there must be an average, base-user, default experience. The data from other digital channels can be exceptionally useful when building out audience segments and gaining a deeper understanding of the base-user.

Action item:

  • Ensure there is a base-user, unauthenticated, default experience

Technology

Google’s rendering engine is leveraging Chrome 41. Canary (Chrome’s testing browser) is currently operating on Chrome 69. Using CanIUse.com, we can infer that this affects Google’s abilities relating to HTTP/2, service workers (think: PWAs), certain JavaScript, specific advanced image formats, resource hints, and new encoding methods. That said, this does not mean we shouldn’t progress our sites and experiences for users – we just must ensure that we use progressive development (i.e., there’s a fallback for less advanced browsers [and Google too ☺]).

Action items:

  • Ensure there’s a fallback for less advanced browsers

Indexing

Getting pages into Google’s databases is what indexing is all about. From what I’ve experienced, this process is straightforward for most sites.

Action items:

  • Ensure URLs are able to be crawled and rendered
  • Ensure nothing is preventing indexing (e.g., robots meta tag)
  • Submit sitemap in Google Search Console
  • Fetch as Google in Google Search Console

Signaling

A site should strive to send clear signals to search engines. Unnecessarily confusing search engines can significantly impact a site’s performance. Signaling relates to suggesting best representation and status of a page. All this means is that we’re ensuring the following elements are sending appropriate signals.

Action items:

  • tag: This represents the relationship between documents in HTML.

    • Rel=”canonical”: This represents appreciably similar content.

      • Are canonicals a secondary solution to 301-redirecting experiences?
      • Are canonicals pointing to end-state URLs?
      • Is the content appreciably similar?

        • Since Google maintains prerogative over determining end-state URL, it’s important that the canonical tags represent duplicates (and/or duplicate content).
      • Are all canonicals in HTML?
      • Is there safeguarding against incorrect canonical tags?
    • Rel=”next” and rel=”prev”: These represent a collective series and are not considered duplicate content, which means that all URLs can be indexed. That said, typically the first page in the chain is the most authoritative, so usually it will be the one to rank.
    • Rel=”alternate”

      • media: typically used for separate mobile experiences.
      • hreflang: indicate appropriate language/country

        • The hreflang is quite unforgiving and it’s very easy to make errors.
        • Ensure the documentation is followed closely.
        • Check GSC International Target reports to ensure tags are populating.
  • HTTP status codes can also be signals, particularly the 304, 404, 410, and 503 status codes.

    • 304 – a valid page that simply hasn’t been modified
    • 404 – file not found
    • 410 – file not found (and it is gone, forever and always)
    • 503 – server maintenance

  • Google Search Console settings: Make sure the following reports are all sending clear signals. Occasionally Google decides to honor these signals.

    • International Targeting
    • URL Parameters
    • Data Highlighter
    • Remove URLs
    • Sitemaps

Rank

Rank relates to how search engines arrange web experiences, stacking them against each other to see who ends up on top for each individual query (taking into account numerous data points surrounding the query).

Two critical questions recur often when understanding ranking pages:

  • Does or could your page have the best response?
  • Are you or could you become semantically known (on the Internet and in the minds of users) for the topics? (i.e., are you worthy of receiving links and people traversing the web to land on your experience?)

On-page optimizations

These are the elements webmasters control. Off-page is a critical component to achieving success in search; however, in an idyllic world, we shouldn’t have to worry about links and/or mentions – they should come naturally.

Action items:

  • Textual content:

    • Make content both people and bots can understand
    • Answer questions directly
    • Write short, logical, simple sentences
    • Ensure subjects are clear (not to be inferred)
    • Create scannable content (i.e., make sure tags are an outline, use bullets/lists, use tables, charts, and visuals to delineate content, etc.)
    • Define any uncommon vocabulary or link to a glossary
  • Multimedia (images, videos, engaging elements):

    • Use imagery, videos, engaging content where applicable
    • Ensure that image optimization best practices are followed
  • Meta elements ( tags, meta descriptions, OGP, Twitter cards, etc.)</li> <p> </p> <li>Structured data<br /> <ul> </p> <li>Schema.org (check out <a href="https://developers.google.com/search/docs/guides/intro-structured-data" target="_blank" rel="noopener noreferrer">Google’s supported markup</a> and <a href="https://technicalseo.com/seo-tools/schema-markup-generator/" target="_blank" rel="noopener noreferrer">TechnicalSEO.com’s markup helper tool</a>)</li> <p> </p> <li>Use Accessible Rich Internet Applications (ARIA)</li> <p> </p> <li>Use semantic HTML (especially hierarchically organized, relevant <h#> tags and unordered and ordered lists ( <ul>, </p> <ol>))</li> <p> </ul> </li> <p> </ul> <p class="full-width"><img src="http://d2v4zi8pl64nxt.cloudfront.net/seo-cyborg/5bbbeb8df204e8.24010170.png"> </p> <p class="caption"><em>Image courtesy of <a href="https://twitter.com/abbynhamilton" target="_blank" rel="noopener noreferrer">@abbynhamilton</a> </em><a href="https://twitter.com/abbynhamilton"><br /> </a> </p> <ul> </p> <li>Is content accessible?<br /> <ul> </p> <li>Is there keyboard functionality?</li> <p> </p> <li>Are there text alternatives for non-text media? Example:<br /> <ul> </p> <li>Transcripts for audio</li> <p> </p> <li>Images with alt text</li> <p> </p> <li>In-text descriptions of visuals </li> <p> </ul> </li> <p> </p> <li>Is there adequate color contrast?</li> <p> </p> <li>Is text resizable?</li> <p> </ul> </li> <p> </ul> <h3>Finding interesting content</h3> <p>Researching and identifying useful content happens in three formats: </p> <ul> </p> <li>Keyword and search landscape research</li> <p> </p> <li>On-site analytic deep dives</li> <p> </p> <li>User research</li> <p> </ul> <p class="full-width"><img src="http://d2v4zi8pl64nxt.cloudfront.net/seo-cyborg/5bbbeb8e509b00.62510166.png"> </p> <p class="full-width"><img src="http://d2v4zi8pl64nxt.cloudfront.net/seo-cyborg/5bbbeb8eac3866.27057245.png"> </p> <p class="caption"><em>Visual modified from <a href="https://twitter.com/smrvl" target="_blank" rel="noopener noreferrer">@smrvl</a> via <a href="https://twitter.com/DannyProl" target="_blank" rel="noopener noreferrer">@DannyProl</a></em> </p> <h3>Audience research</h3> <p>When looking for audiences, we need to concentrate high percentages (super high index rates are great, but not required). Push channels (particularly ones with strong targeting capabilities) do better with high index rates. This makes sense, we need to know that 80% of our customers have certain leanings (because we’re looking for base-case), not that five users over-index on a niche topic (these five niche-topic lovers are perfect for targeted ads). </p> <p>Some seed research questions: </p> <ul> </p> <li>Who are users?</li> <p> </p> <li>Where are they?</li> <p> </p> <li>Why do they buy?</li> <p> </p> <li>How do they buy? </li> <p> </p> <li>What do they want?</li> <p> </p> <li>Are they new or existing users?</li> <p> </p> <li>What do they value?</li> <p> </p> <li>What are their motivators?</li> <p> </p> <li>What is their relationship w/ tech?</li> <p> </p> <li>What do they do online?</li> <p> </p> <li>Are users engaging with other brands?<br /> <ul> </p> <li>Is there an opportunity for synergy?</li> <p> </ul> </li> <p> </p> <li>What can we borrow from other channels?<br /> <ul> </p> <li>Digital presents a wealth of data, in which 1:1, closed-loop, people-based marketing exists. Leverage any data you can get and find useful. </li> <p> </ul> </li> <p> </ul> <p class="full-width"><img src="http://d2v4zi8pl64nxt.cloudfront.net/seo-cyborg/5bbbeb8f261ad2.47131552.png"> </p> <h3>Content journey maps</h3> <p>All of this data can then go into creating a map of the user journey and overlaying relevant content. Below are a few types of mappings that are useful. </p> <h4>Illustrative user journey map</h4> <p>Sometimes when trying to process complex problems, it’s easier to break it down into smaller pieces. Illustrative user journeys can help with this problem! Take a single user’s journey and map it out, aligning relevant content experiences. </p> <p class="full-width"><img src="http://d2v4zi8pl64nxt.cloudfront.net/seo-cyborg/5bbbeb8f937040.19955208.png"> </p> <h4>Funnel content mapping</h4> <p>This chart is deceptively simple; however, working through this graph can help sites to understand how each stage in the funnel affects users (note: the stages can be modified). This matrix can help with mapping who writers are talking to, their needs, and how to push them to the next stage in the funnel. </p> <p class="full-width"><img src="http://d2v4zi8pl64nxt.cloudfront.net/seo-cyborg/5bbbeb8fea7008.06550198.png"> </p> <h4>Content matrix</h4> <p>Mapping out content by intent and branding helps to visualize conversion potential. I find these extremely useful for prioritizing top-converting content initiatives (i.e., start with ensuring branded, transactional content is delivering the best experience, then move towards more generic, higher-funnel terms). </p> <p class="full-width"><img src="http://d2v4zi8pl64nxt.cloudfront.net/seo-cyborg/5bbbeb90504226.77819288.png"> </p> <h4>Overviews</h4> <p>Regardless of how the data is broken down, it’s vital to have a high-level view on the audience’s core attributes, opportunities to improve content, and strategy for closing the gap. </p> <p class="full-width"><img src="http://d2v4zi8pl64nxt.cloudfront.net/seo-cyborg/5bbbeb90a0fb58.51957605.png"> </p> <h2>Connecting</h2> <p>Connecting is all about resonating with humans. Connecting is about understanding that customers are human (and we have certain constraints). Our mind is constantly filtering, managing, multitasking, processing, coordinating, organizing, and storing information. It is literally in our mind’s best interest to not remember 99% of the information and sensations that surround us (think of the lights, sounds, tangible objects, people surrounding you, and you’re still able to focus on reading the words on your screen – pretty incredible!). </p> <p>To become psychologically sticky, we must: </p> <ol> </p> <li><strong>Get past the mind’s natural filter. </strong>A positive aspect of being a pull marketing channel is that individuals are already seeking out information, making it possible to intersect their user journey in a micro-moment.</li> <p> </p> <li><strong>From there we must be memorable. </strong>The brain tends to hold onto what’s relevant, useful, or interesting. Luckily, the searcher’s interest is already piqued (even if they aren’t consciously aware of why they searched for a particular topic).</li> <p> </ol> <p class="full-width"><img src="http://d2v4zi8pl64nxt.cloudfront.net/seo-cyborg/5bbbeb91148226.44422543.png"> </p> <p>This means we have a unique opportunity to “be there” for people. This leads to a very simple, abstract philosophy: a great brand is like a great friend. </p> <p>We have similar relationship stages, we interweave throughout each other’s lives, and we have the ability to impact happiness. This comes down to the question: Do your online customers use adjectives they would use for a friend to describe your brand? </p> <p class="full-width"><img src="http://d2v4zi8pl64nxt.cloudfront.net/seo-cyborg/5bbbeb91724631.34379410.png"> </p> <p><strong>Action items:<br /> </strong> </p> <ul> </p> <li>Is all content either relevant, useful, or interesting?</li> <p> </p> <li>Does the content honor your user’s questions?</li> <p> </p> <li>Does your brand have a personality that aligns with reality?</li> <p> </p> <li>Are you treating users as you would a friend?</li> <p> </p> <li>Do your users use friend-like adjectives to describe your brand and/or site?</li> <p> </p> <li>Do the brand’s actions align with overarching goals?</li> <p> </p> <li>Is your experience trust-inspiring?</li> <p> </p> <li>https://?</li> <p> </p> <li>Using Limited ads in layout?</li> <p> </p> <li>Does the site have proof of claims?</li> <p> </p> <li>Does the site use relevant reviews and testimonials?</li> <p> </p> <li>Is contact information available and easily findable?</li> <p> </p> <li>Is relevant information intuitively available to users?</li> <p> </p> <li>Is it as easy to buy/subscribe as it is to return/cancel?</li> <p> </p> <li>Is integrity visible throughout the entire conversion process and experience?</li> <p> </p> <li>Does site have credible reputation across the web?</li> <p> </ul> <p>Ultimately, being able to strategically, seamlessly create compelling user experiences which make sense to bots is what the SEO cyborg is all about. ☺ </p> <p class="full-width"><img src="http://d2v4zi8pl64nxt.cloudfront.net/seo-cyborg/5bbbef37c8dcb4.09970925.png"> </p> <h2>tl;dr</h2> <ul> </p> <li>Ensure site = crawlable, renderable, and indexable</li> <p> </p> <li>Ensure all signals = clear, aligned</li> <p> </p> <li>Answering related, semantically salient questions</li> <p> </p> <li>Research keywords, the search landscape, site performance, and develop audience segments</li> <p> </p> <li>Use audience segments to map content and prioritize initiatives</li> <p> </p> <li>Ensure content is relevant, useful, or interesting</li> <p> </p> <li>Treat users as friend, be worthy of their trust</li> <p> </ul> <p>This article is based off of my MozCon talk (with a few slides from the Appendix pulled forward). The full deck is available on <a href="https://www.slideshare.net/sandersal1/the-seo-cyborg-moz-2018-full-edition?qid=b402b201-22a7-45e8-b86b-5f4f200bd434&v=&b=&from_search=1" target="_blank" rel="noopener noreferrer">Slideshare</a>, and the official videos can be purchased <a href="https://moz.com/mozcon/videos" target="_blank" onclick="_gaq.push(['_trackEvent', 'blog', 'The SEO Cyborg: How to Resonate with Users & Make Sense to Search Bots', 'Videos']);" rel="noopener noreferrer">here</a>. Please feel free to reach out with any questions in the comments below or via Twitter <a href="https://twitter.com/AlexisKSanders" target="_blank" rel="noopener noreferrer">@AlexisKSanders</a>.</p> <p></p> <p><a href="https://moz.com/moztop10">Sign up for The Moz Top 10</a>, a semimonthly mailer updating you on the top ten hottest pieces of SEO news, tips, and rad links uncovered by the Moz team. Think of it as your exclusive digest of stuff you don’t have time to hunt down but want to read!</p> </div> </div> <div class="elementor-element elementor-element-1821f4de elementor-widget elementor-widget-facebook-button" data-id="1821f4de" data-element_type="widget" data-widget_type="facebook-button.default"> <div class="elementor-widget-container"> <div data-layout="standard" data-colorscheme="light" data-size="small" data-show-faces="false" style="min-height: 1px" class="elementor-facebook-widget fb-like" data-href="https://sorcererdigital.com?p=9360" data-share="false" data-action="like"></div> </div> </div> <div class="elementor-element elementor-element-2dd91469 elementor-author-box--avatar-yes elementor-author-box--name-yes elementor-author-box--biography-yes elementor-widget elementor-widget-author-box" data-id="2dd91469" data-element_type="widget" data-widget_type="author-box.default"> <div class="elementor-widget-container"> <div class="elementor-author-box"> <div class="elementor-author-box__avatar"> <img src="https://secure.gravatar.com/avatar/c90fe3ca090e6aac67ea9b2a83cdbdb2?s=300&d=mm&r=g" alt="admin"> </div> <div class="elementor-author-box__text"> <div > <h4 class="elementor-author-box__name">admin</h4> </div> <div class="elementor-author-box__bio"> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-2a1d34a8 elementor-widget elementor-widget-heading" data-id="2a1d34a8" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Leave a Replay</h4> </div> </div> <div class="elementor-element elementor-element-4f0f92b elementor-widget elementor-widget-facebook-comments" data-id="4f0f92b" data-element_type="widget" data-widget_type="facebook-comments.default"> <div class="elementor-widget-container"> <div class="elementor-facebook-widget fb-comments" data-href="https://sorcererdigital.com?p=9360" data-numposts="5" data-order-by="social" style="min-height: 1px"></div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-670b5874 elementor-column elementor-col-33 elementor-top-column" data-id="670b5874" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-417c1c36 elementor-search-form--skin-classic elementor-search-form--button-type-icon elementor-search-form--icon-search elementor-widget elementor-widget-search-form" data-id="417c1c36" data-element_type="widget" data-settings="{"skin":"classic"}" data-widget_type="search-form.default"> <div class="elementor-widget-container"> <form class="elementor-search-form" role="search" action="https://sorcererdigital.com" method="get"> <div class="elementor-search-form__container"> <input placeholder="Search..." class="elementor-search-form__input" type="search" name="s" title="Search" value=""> <button class="elementor-search-form__submit" type="submit"> <i class="fa fa-search" aria-hidden="true"></i> <span class="elementor-screen-only">Search</span> </button> </div> </form> </div> </div> <div class="elementor-element elementor-element-698fca7a elementor-widget elementor-widget-heading" data-id="698fca7a" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">About Us</h4> </div> </div> <div class="elementor-element elementor-element-488f7e4b elementor-widget elementor-widget-text-editor" data-id="488f7e4b" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"><p><b>Sorcerer Digital</b> is a complete Internet Marketing agency. Contact us today for all your SEO, PPC, Facebook, and Web Design needs.</p></div> </div> </div> <div class="elementor-element elementor-element-74b0a2cd elementor-shape-square elementor-widget elementor-widget-social-icons" data-id="74b0a2cd" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper"> <a href="https://www.facebook.com/sorcererdigitalmarketing/" class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-0d1bf11" target="_blank"> <span class="elementor-screen-only">Facebook-f</span> <i class="fab fa-facebook-f"></i> </a> </div> </div> </div> <div class="elementor-element elementor-element-43c39532 elementor-widget elementor-widget-heading" data-id="43c39532" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Recent Posts</h4> </div> </div> <div class="elementor-element elementor-element-8526e95 elementor-grid-1 elementor-posts--thumbnail-left elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="8526e95" data-element_type="widget" data-settings="{"classic_columns":"1","classic_row_gap":{"unit":"px","size":20,"sizes":[]},"classic_columns_tablet":"2","classic_columns_mobile":"1"}" data-widget_type="posts.classic"> <div class="elementor-widget-container"> <div class="elementor-posts-container elementor-posts elementor-grid elementor-posts--skin-classic"> <article class="elementor-post elementor-grid-item post-12542 post type-post status-publish format-standard hentry category-seo"> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://sorcererdigital.com/10-reasons-why-social-media-is-important-to-your-company-by-coreydmorris/"> 10 Reasons Why Social Media Is Important to Your Company by @coreydmorris </a> </h3> <a class="elementor-post__read-more" href="https://sorcererdigital.com/10-reasons-why-social-media-is-important-to-your-company-by-coreydmorris/"> Read More » </a> </div> </article> <article class="elementor-post elementor-grid-item post-12540 post type-post status-publish format-standard hentry category-seo"> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://sorcererdigital.com/how-to-get-into-google-news-whiteboard-friday-126/"> How to Get Into Google News – Whiteboard Friday </a> </h3> <a class="elementor-post__read-more" href="https://sorcererdigital.com/how-to-get-into-google-news-whiteboard-friday-126/"> Read More » </a> </div> </article> <article class="elementor-post elementor-grid-item post-12538 post type-post status-publish format-standard hentry category-seo"> <div class="elementor-post__text"> <h3 class="elementor-post__title"> <a href="https://sorcererdigital.com/why-social-proof-marketing-testimonials-and-customer-reviews-are-vital-to-your-sales-funnels-14/"> Why Social Proof Marketing, Testimonials, and Customer Reviews Are Vital to Your Sales Funnels </a> </h3> <a class="elementor-post__read-more" href="https://sorcererdigital.com/why-social-proof-marketing-testimonials-and-customer-reviews-are-vital-to-your-sales-funnels-14/"> Read More » </a> </div> </article> </div> </div> </div> <div class="elementor-element elementor-element-3c4a899b elementor-widget elementor-widget-heading" data-id="3c4a899b" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Follow Us</h4> </div> </div> <div class="elementor-element elementor-element-18ce0534 elementor-widget elementor-widget-facebook-page" data-id="18ce0534" data-element_type="widget" data-widget_type="facebook-page.default"> <div class="elementor-widget-container"> <div class="elementor-facebook-widget fb-page" data-href="https://www.facebook.com/sorcererdigitalmarketing/" data-tabs="" data-height="220px" data-small-header="false" data-hide-cover="false" data-show-facepile="true" data-hide-cta="false" data-adapt-container-width="true" style="min-height: 1px;height:220px"></div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-element elementor-element-2f01d845 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="2f01d845" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-7a243d39 elementor-column elementor-col-100 elementor-top-column" data-id="7a243d39" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-5306e464 elementor-widget elementor-widget-heading" data-id="5306e464" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Sign up for our Newsletter </h2> </div> </div> <div class="elementor-element elementor-element-7ac03c72 elementor-button-align-stretch elementor-widget elementor-widget-form" data-id="7ac03c72" data-element_type="widget" data-widget_type="form.default"> <div class="elementor-widget-container"> <form class="elementor-form" method="post" name="New Form"> <input type="hidden" name="post_id" value="160"/> <input type="hidden" name="form_id" value="7ac03c72"/> <div class="elementor-form-fields-wrapper elementor-labels-"> <div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group- elementor-col-66 elementor-field-required"> <label for="form-field-" class="elementor-field-label elementor-screen-only">Email</label><input size="1" type="email" name="form_fields[]" id="form-field-" class="elementor-field elementor-size-lg elementor-field-textual" placeholder="Email" required="required" aria-required="true"> </div> <div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-33"> <button type="submit" class="elementor-button elementor-size-lg"> <span > <span class="elementor-button-text">Send</span> </span> </button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> <div data-elementor-type="footer" data-elementor-id="64" class="elementor elementor-64 elementor-location-footer" data-elementor-settings="[]"> <div class="elementor-inner"> <div class="elementor-section-wrap"> <footer class="elementor-element elementor-element-6e591abb elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="6e591abb" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-36658f57 elementor-column elementor-col-100 elementor-top-column" data-id="36658f57" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <section class="elementor-element elementor-element-4b52ffc3 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="4b52ffc3" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-7b68aba elementor-column elementor-col-25 elementor-inner-column" data-id="7b68aba" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-51fce66 elementor-widget elementor-widget-heading" data-id="51fce66" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Get Started</h4> </div> </div> <div class="elementor-element elementor-element-6b732406 elementor-align-left elementor-icon-list--layout-traditional elementor-widget elementor-widget-icon-list" data-id="6b732406" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item" > <a href="https://sorcererdigital.com/"> <span class="elementor-icon-list-text">Home</span> </a> </li> <li class="elementor-icon-list-item" > <a href="https://sorcererdigital.com/service-areas/"> <span class="elementor-icon-list-text">Service Areas</span> </a> </li> <li class="elementor-icon-list-item" > <a href="https://sorcererdigital.com/get-a-quote/"> <span class="elementor-icon-list-text">Get a Quote</span> </a> </li> <li class="elementor-icon-list-item" > <a href="https://sorcererdigital.com/blog/"> <span class="elementor-icon-list-text">Blog</span> </a> </li> </ul> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-1535ac0c elementor-column elementor-col-25 elementor-inner-column" data-id="1535ac0c" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-5b1137cf elementor-widget elementor-widget-heading" data-id="5b1137cf" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Services</h4> </div> </div> <div class="elementor-element elementor-element-5f71bcac elementor-align-left elementor-icon-list--layout-traditional elementor-widget elementor-widget-icon-list" data-id="5f71bcac" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item" > <a href="https://sorcererdigital.com/myrtle-beach-email-marketing/"> <span class="elementor-icon-list-text">Email Marketing</span> </a> </li> <li class="elementor-icon-list-item" > <a href="https://sorcererdigital.com/myrtle-beach-facebook-ads-management/"> <span class="elementor-icon-list-text">Facebook Ads Management </span> </a> </li> <li class="elementor-icon-list-item" > <a href="https://sorcererdigital.com/myrtle-beach-ppc-management/"> <span class="elementor-icon-list-text">PPC Management</span> </a> </li> <li class="elementor-icon-list-item" > <a href="https://sorcererdigital.com/myrtle-beach-seo/"> <span class="elementor-icon-list-text">SEO</span> </a> </li> <li class="elementor-icon-list-item" > <a href="https://sorcererdigital.com/myrtle-beach-social-media-management/"> <span class="elementor-icon-list-text">Social Media Management</span> </a> </li> <li class="elementor-icon-list-item" > <a href="https://sorcererdigital.com/myrtle-beach-video-marketing/"> <span class="elementor-icon-list-text">Video Marketing</span> </a> </li> </ul> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-e3bca9d elementor-column elementor-col-25 elementor-inner-column" data-id="e3bca9d" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-164481a elementor-widget elementor-widget-heading" data-id="164481a" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Legal</h4> </div> </div> <div class="elementor-element elementor-element-e132aca elementor-align-left elementor-icon-list--layout-traditional elementor-widget elementor-widget-icon-list" data-id="e132aca" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item" > <a href="https://sorcererdigital.com/privacy-policy/"> <span class="elementor-icon-list-text">Privacy Policy</span> </a> </li> </ul> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-61336f70 elementor-column elementor-col-25 elementor-inner-column" data-id="61336f70" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-1019767 elementor-widget elementor-widget-heading" data-id="1019767" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Follow Us</h4> </div> </div> <div class="elementor-element elementor-element-44687cc3 elementor-shape-circle elementor-widget elementor-widget-social-icons" data-id="44687cc3" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper"> <a href="" class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-9758c9c" target="_blank"> <span class="elementor-screen-only">Facebook-f</span> <i class="fab fa-facebook-f"></i> </a> <a href="" class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-b72bfac" target="_blank"> <span class="elementor-screen-only">Twitter</span> <i class="fab fa-twitter"></i> </a> <a href="" class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-82b3bad" target="_blank"> <span class="elementor-screen-only">Youtube</span> <i class="fab fa-youtube"></i> </a> <a href="" class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-d550229" target="_blank"> <span class="elementor-screen-only">Instagram</span> <i class="fab fa-instagram"></i> </a> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-element elementor-element-13fb7f85 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section" data-id="13fb7f85" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-element elementor-element-48528391 elementor-column elementor-col-50 elementor-inner-column" data-id="48528391" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-45e616b elementor-widget elementor-widget-heading" data-id="45e616b" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Sorcerer Digital © 2019 All rights reserved</p> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-2e134861 elementor-column elementor-col-50 elementor-inner-column" data-id="2e134861" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-c777d52 elementor-widget elementor-widget-heading" data-id="c777d52" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="https://www.legiit.com/profile/dmz/i-will-design-a-fully-optimized-wordpress-custom-theme-for-your-business" target="_blank"><span id="dmz">Designed with <span style="color: #ff0000;"><img draggable="false" class="emoji" alt="❤" src="https://s.w.org/images/core/emoji/12.0.0-1/svg/2764.svg"></span> by Adham M. DMZ</span></a></p> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </footer> </div> </div> </div> <script type='text/javascript'> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/sorcererdigital.com\/wp-admin\/admin-ajax.php","nonce":"f8aa4b0b12","shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"google":{"title":"Google+","has_counter":true},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"delicious":{"title":"Delicious"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"facebook_sdk":{"lang":"en_US","app_id":""}}; </script> <script type='text/javascript'> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false},"is_rtl":"","breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"version":"2.6.2","urls":{"assets":"https:\/\/sorcererdigital.com\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"general":{"elementor_global_image_lightbox":"yes","elementor_enable_lightbox_in_editor":"yes"}},"post":{"id":9360,"title":"The SEO Cyborg: How to Resonate with Users & Make Sense to Search Bots","excerpt":""}}; </script> <script type="text/javascript" defer src="https://sorcererdigital.com/wp-content/cache/autoptimize/js/autoptimize_1d07f138be5093128b7237ca15d3eb5a.js"></script></body> </html>