I

In your research for Search Engine Optimization (SEO) strategies, you will most likely come up with an overwhelming amount of information. Some of it might even be contradictory at times. The fact of the matter is that search engine’s (i.e. Google, Bing, Yahoo!, Baidu) algorithms are a very well kept secrets. Although there is some documentation regarding how search engine indexing and ranking works, the best SEO execution strategies are best based testing and validating results.

Do not be fooled by companies trying to sell you services for SEO Optimization, as many are hoaxes and scams. Any one that tells you they will assure you the first SERP (Search Engine Results Page) spot is lying and misleading at least. Believe me, you can do much of this by yourself! Just take a bit of time to research about SEO!

Don’t be discouraged!

Nothing to worry about! This is great starting point, but know it’s just the beginning. In order to narrow down your initial steps, I have compiled a short list of five in-page elements, two off-page elements and three free tools that will focus your initial SEO efforts. Throughout this tutorial, this website will be used as an example of the elements we will explore. Let’s get started!

  • Page Titles

    The Page Title of your website or landing page should be one of the most important aspects of your initial SEO strategy. This is literally your headline. In order to drive this point home, I will make this very visual for you to understand. Below is the Search Engine Results Page (SERP) for my website guspecunia.com from provided by Google followed by the top level HTML code for page title:

    SERP Example

    Copy to Clipboard

    There is a term in SEO that you will hear forever again: KEYWORDS! Although I go through the concept more in detail in other posts, I want you to concentrate in how can you leverage the title of your page with how you think people would go search for your content online. For starters, you should keep a couple of things in mind. First, think of a title for your page that has a brand element and a short description of the substance in your context. Second, especially if you are optimizing for written content (i.e. blogs, newsletters, posts, etc.), think of that short description as an eye catcher. Similarly think of many posts that we come across online: “The 10 Must Haves”, “Top 25 Scary Movies of 2016”, “Three ways for cooking eggs”… People have come to use these types of attention grabbing page titles to capture viewers into their websites. I am not necessarily suggesting making a list of things but just know that there is a strategy running behind this page as well.

  • Meta Descriptions

    After determining a good page title for your website, the next step would be to establish the page’s description or meta description. If your page title was your headline, this would be your supporting tag line. Make sure to include information relevant to the content as a continuation of your page title. Below is the same SERP screenshot from above marking in red where your page’s meta description will appear, followed by the relevant HTML code:

    Meta Description

    Copy to Clipboard
  • Headings

    The heading element is one of much discussion among the SEO community. There is a lot of debate about the impact of way too many <h1's> tags and also over-weighting specific <h#'s>(heading HTML tags) and how it affects SEO and SERP’s. Keep this discussion in the back of your mind but focus on delivering a structure to the webpage that makes sense. Think of it as doing a bulleted list by order of magnitude. Use your tags  for the highest level of content that your page delivers (title, main subject) and subsequently use the other <h2/h3/h4's> as sub-themes within the <h1's> tags of content delivery.

  • Canonical Tags

    In order to refrain search engines from identifying duplicate content it is very important to include the canonical tag code for each of your webpages. The reason behind this is that sometimes search engines will count as two pages when it identifies, for example, guspecunia.comand guspecunia.com/.To prevent this the html code has to carry a canonical tag to inform the search engine that what it is considering as two pages is really one webpage. When setting a canonical tag we are telling the search engine that this is the preferred address for the content that we are providing. Take a look at the example below for the necessary code:

    Copy to Clipboard
  • Images

    The important aspect of image coding in SEO is in the "alt" attribute or alternate text specific name. This attribute has two purposes: substitutes the image if the image cannot be resolved when delivering the page and it also serves as text information tied to the image. For search engine robots or crawlers, alternate text is what they record when they come across an image in your webpage. It is very important for all the images in your webpage to have “alt” attribute in order to make web crawlers understand that the image is relevant to the context and therefore increasing your search engine visibility. Take a look a the code below for an example of the HTML <... alt="Image Name".../> attribute:

    Copy to Clipboard
  • Robots.txt

    As owner of your website use the robots.txt file to give web crawlers or robots instructions on how to navigate your website. When a web crawler scans your website, the first thing it does is to look at your robots.txt file in order to know where to look and where not to do so. There are two important attributes to this file: User-agent: * which means that this section applies to all robots, and Disallow: / which tells the robots it should not visit any page or asset followed after the Disallow: / statement

    Copy to Clipboard

    I want to be clear about something, do not think that disallowing robots to visit a specific page means that this page is not accessible. I will be accessible! Therefore do not try to hide pages or assets in your robots.txt file! Copy and paste the example above in your editor and save it as robots.txt file. You want to drop this close to your index.html (as in opposed to buried in your website). The file should be accessible through: http://www.yourwebsite.com/robots.txt.

  • Sitemaps

    Sitemaps are the road map to your webpage and web crawlers use it to better understand the structure of your website while indexing it for search engines. Look at the example code below. Copy and edit it according to your website’s needs. There are various terms that you will get familiarized when working with sitemaps. These are: – webpage location (i.e. https://guspecunia.com), – last date of modifications to the page, – how often you make changes to the page, and – think of it as the weighted importance of the page. Click here if you want to download the .xml file containing the sitemap and edit it in your code editor.

    Copy to Clipboard
  • Google Analytics

    Google Analytics is the world’s leading platform for online traffic analytics. The best thing about it is that it has a free tier service that is more than enough to start keeping track of your website’s traffic. For now, start getting comfortable with many of the terms you will come across through the analytics platform.

    Click here to go Google Analytics Website

  • Google Search Console

    Google Search Console is another great SEO tool provided by Google that is completely free. It will help you and guide you with a huge array of documentation many other aspects that will increase your search engine visibility.

    Click here to go Google Search Console Website

  • SEO Quake Bar

    If you are starting your journey into the SEO world this would be my best initial advice. First, do yourself a favor and download Google Chrome Browser and install it on your computer. Google Chrome has great development tools that your will want to have on your side. After you have installed Google Chrome, search and install the SEO Quake Bar Extension for Google Chrome, available in the Google Chrome Extensions Search Page.