| Founder of evisio.co
<?php echo $curauth->display_name; ?>

Michael Ramirez

Founder of evisio.co It’s messy, complicated, super technical, and sometimes feels like black magic, where you’re not sure what you’re really getting out of it.

Posts by Michael:

How to fix missing HSTS from HTTPS server?

20 Dec 2022

If your HTTPS server doesn’t include the HSTS response header and command in its HTTP responses that’s a problem. With HSTS (HTTP Strict Transport Security), users can experience a safe and private browsing session on your website. Without HSTS users will face online privacy and security risks. To protect online visitors, websites often redirect them […]

Read More

In Knowledge & Technical SEO

How to speed up slow document interactive time

20 Dec 2022

The term “document interactive time” refers to the time while a page is loading, when the user can start interacting with the page. It’s actually a metric that calculates the amount of time, in seconds, it takes to arrive at the interactive point after a link is clicked. The result is displayed as a percentage […]

Read More

In Knowledge & Technical SEO

Doctype not declared

20 Dec 2022

Markup languages like HTML and XML code are used in HTML documents to specify user instructions and convert data for proper display in web browsers. DOCTYPE is used to determine the specific markup language and ignores any tags, elements, or attributes that may be present.  If you’re familiar with HTML, you know that the html> […]

Read More

In Knowledge & Technical SEO

How to fix resources that are formatted as a page link

20 Dec 2022

Have you ever clicked on an image on a web page expecting to go to another page, but all that happened was it showed you a larger version of the image instead? When resources are presented as page links it cause issues that can have a detrimental influence on visitors’ experience and the website’s usability. […]

Read More

In Knowledge & Technical SEO

Fixing an invalid sitemap.xml formatting

20 Dec 2022

Building a sitemap in XML or HTML is a fairly simple process now that there are numerous sitemap generators and plugins. However, if your sitemap submission isn’t correctly prepared and uploaded, you may face a lot of issues. Let’s go over some of the most common mistakes and how to fix them so that sitemap […]

Read More

In Knowledge & Technical SEO

What is the best maximum URL length?

20 Dec 2022

URL, also known as a web address, stands for Uniform Resource Locator. It’s a specific string of characters that identifies the location of a web resource. The URL of a website can be seen at the top of most browser windows’ address bars.  Like many other elements of a website, the URL has an effect […]

Read More

In Knowledge & Technical SEO

How to fix uncompressed pages issue?

20 Dec 2022

The Uncompressed pages issue is triggered only when page compression is not enabled—specifically when the Content-Encoding entity is missing from the response header. Undoubtedly, Search engine optimization (SEO) is vital to modern digital content generation. After all, a site’s or page’s ranking in a search engine’s results directly affects how often it is seen and […]

Read More

In Knowledge & Technical SEO

How to fix pages with too many on-page links

20 Dec 2022

Take a look at a web page and what do you see? Is it a sea of blue underlined font? Web pages can look spammy if they have an excessive number of links, and that could have a negative impact on SEO rankings. How many links is too many? In this article we’ll answer the […]

Read More

In Knowledge & On-page

How do I fix duplicate title tags?

14 Dec 2022

Duplicate title tags occur when the same line of text appears in the title tag of multiple web pages. When the title tag is well crafted in terms of relevance and description of  web sites, it can lead to a high click rate in search results. But repeating the same great title tag over and […]

Read More

In Knowledge & On-page & Technical SEO