{"id":72730,"date":"2020-12-23T13:08:36","date_gmt":"2020-12-23T05:08:36","guid":{"rendered":"https:\/\/tanyadigital.com\/?p=72730"},"modified":"2020-12-23T13:52:30","modified_gmt":"2020-12-23T05:52:30","slug":"15-technical-seo-problems-and-how-to-fix-it","status":"publish","type":"post","link":"https:\/\/tanyadigital.com\/en\/15-technical-seo-problems-and-how-to-fix-it\/","title":{"rendered":"15 Technical SEO Problems and How to Fix It"},"content":{"rendered":"

Technical SEO problems are mandatory for the above. When talking about technical SEO, we mean updates to websites and \/ or servers that are directly controllable and that have a direct (or sometimes indirect) impact on the ability to crawl, index, and ultimately, browse your web pages. rating. Technical SEO includes components such as page titles, title tags, HTTP header responses, XML sitemaps, 301 redirects, and metadata<\/a>.<\/p>

Technical SEO doesn\u2019t include analytics, keyword research<\/a>, backlink profile development, or social media strategies.<\/p>

\"\"<\/figure>

Technical SEO problems are mandatory for the above. When talking about technical SEO, we mean updates to websites and \/ or servers that are directly controllable and that have a direct (or sometimes indirect) impact on the ability to crawl, index, and ultimately, browse your web pages. rating. Technical SEO includes components such as page titles, title tags, HTTP header responses, XML sitemaps, 301 redirects, and metadata.<\/p>

Technical SEO doesn\u2019t include analytics, keyword research, backlink profile development, or social media strategies.<\/p>

Within the Search Experience Optimization framework, technical SEO is the first step towards creating a better search experience.<\/p>

Any other SEO project should be undertaken after you have guaranteed your site is of proper use. But for company sites, it can be difficult to stay aware of potential SEO issues.<\/p>

These common technical SEO problems are often overlooked, but they are easy to fix and most importantly to increase search visibility and SEO success. Here are 15 of the most common technical SEO problems and how to solve them<\/p>

1. Not Using HTTPS<\/h2>

Site security using HTTPS is very important<\/p>

The first technical SEO problem. If your site is unsafe, when you type your domain name into Google Chrome, it will display a gray background, a red background with a warning \u201cnot safe\u201d. This can cause users to immediately exit your site back to the SERPs.<\/p>

The first step to this quick fix is \u200b\u200bto check if your site is already using HTTPS. To do this, just type your domain name in Google Chrome. If you see the message \u201csafe\u201d (pictured below), your site is safe.<\/p>

How to fix it:<\/strong><\/p>

To convert your site to HTTPS, you need an SSL certificate from a Certificate Authority. Once you buy and install your certificate, your site will be safe.<\/p>

2. Site Not Indexed Correctly<\/h2>

Second technical SEO problem. When you search for your brand name on Google, does your website appear in search results? If the answer is no, there may be a problem with your indexation. As far as Google is concerned, if your page isn\u2019t indexed, it doesn\u2019t exist \u2013 and it certainly won\u2019t be found in search engines.<\/p>

How To Check:<\/strong><\/p>

Type the following into the Google search box: \u201csite: youritename.com\u201d and immediately see the number of pages indexed for your site.<\/p>

indexation of sites<\/p>

How to fix it:<\/strong><\/p>

If your site is not indexed at all, you can start by adding your URL to Google.<\/p>

If your site is indexed, but you have MORE results than expected, take a closer look at either the site hacking spam or the old version of the site that was indexed instead of appropriate redirects to point to your updated site.<\/p>

If your site is indexed, but you see slightly MORE than expected, do an audit of the indexed content and compare it against which pages you want to rank for. If you are unsure why your content is not ranking, check Google\u2019s Webmaster Guidelines to ensure that your site\u2019s content is appropriate.<\/p>

If the results are different than you expected, verify that your important website pages are not blocked by your robots.txt file. You should also verify that you haven\u2019t implemented the NOINDEX meta tag incorrectly (see # 5 on this list).<\/p>

3. No XML Sitemap<\/h2>

The third technical SEO problem. XML sitemaps help Google search bots better understand the pages of your site, so they can crawl your site effectively and intelligently.<\/p>

How To Check:<\/strong><\/p>

Type your domain name into Google and add \u201c\/sitemap.xml\u201d at the end, as illustrated below.<\/p>

This is usually where the sitemap is located. If your website has a sitemap, you\u2019ll see something like this:<\/p>

How to fix it:<\/strong><\/p>

If your website doesn\u2019t have a sitemap (and you\u2019re on a 404 page), you can create one yourself or hire a web developer to build one for you. The easiest option is to use an XML sitemap generator tool. If you have a WordPress site, the Yoast SEO plugin can automatically generate XML sitemaps for you.<\/p>

4. Robots.txt Missing or Incorrect<\/h2>

The fourth technical SEO problem. A missing robots.txt file is a big red flag \u2013 but did you also know that an improperly configured robots.txt file destroys your organic site traffic?<\/p>

How To Check:<\/strong><\/p>

To determine if there is a problem with the robots.txt file, type your website URL into your browser with the suffix \u201c\/robots.txt\u201d. If you get a result that says \u201cUser-agent: * Disallow: \/\u201d then you have a problem.<\/p>

How to fix it:<\/strong><\/p>

If you see \u201cDisallow: \/\u201d, talk to your developer immediately. There could be a good reason why it was arranged the way it was, or perhaps it was wrong.<\/p>

If you have a complex robots.txt file, like many ecommerce sites have, you should review it line by line with your developer to make sure it\u2019s correct.<\/p>

5. Set the NOINDEX Robot Meta<\/h2>

The fifth technical SEO problem. When the NOINDEX tag is properly configured, it denotes certain pages of less importance to search bots. (For example, the blog category with multiple pages.)<\/p>

However, if configured incorrectly NOINDEX can seriously damage the visibility of your searches by removing all pages with a certain configuration from Google\u2019s index. This is a massive SEO problem.<\/p>

NOINDEX generally has multiple pages while a website is under development, but once a website is live the NOINDEX tag should be removed. Don\u2019t just believe that it has been removed, as the results will destroy the search engine visibility of your site.<\/p>

How To Check:<\/strong><\/p>

Right click on the main page of your site and select \u201cView Page Source\u201d. Use the \u201cFind\u201d command (Ctrl + F) to search for lines in the source code that say \u201cNOINDEX\u201d or \u201cNOFOLLOW\u201d such as:<\/p>

<meta name = \u201crobots\u201d content = \u201cNOINDEX, NOFOLLOW\u201d><\/p>

If you don\u2019t want to check, use Clarity Audit, a site auditing tool like Screaming Frog, to scan your entire site.<\/p>

How to fix it:<\/strong><\/p>

If you see \u201cNOINDEX\u201d or \u201cNOFOLLOW\u201d in your source code check with your web developer as they may have included it for some reason.<\/p>

If there is no known reason, ask your developer to change it to read <meta name = \u201crobots\u201d content = \u201cINDEX, FOLLOW\u201d> or remove the tags altogether.<\/p>

6. Slow Page Speed<\/h2>

The sixth technical SEO problem. If your site doesn\u2019t load fast (usually 3 seconds or less), your users will go elsewhere. Site speed is important to user experience \u2013 and to Google.<\/p>

How To Check:<\/strong><\/p>

Use Google PageSpeed Insights to detect certain speed issues with your site. (Make sure to check desktop as well as mobile performance.)<\/p>

How to fix it:<\/strong><\/p>

Solutions to site speed problems can vary from simple to complex. Typical site speed solutions can include image optimization \/ compression, browser cache enhancement, server response time improvement, and JavaScript minification.<\/p>

Talk to your web developer to determine the best solution for your site\u2019s specific page speed problems.<\/p>

7. Multiple Versions of the Homepage<\/h2>

Remember when you found \u201cyourwebsite.com\u201d and \u201cyourwebsite.com\u201d going to the same place? While convenient, it also means that Google may index multiple versions of the URL, which reduces the visibility of your site in search.<\/p>

How to fix it:<\/strong><\/p>

First, check that the different versions of your URL successfully flow to one standard URL. This can include HTTPS and HTTP versions, as well as versions such as \u201cwww.yourwebsite.com\/home.html\u201d. Check every possible combination. Another way is to use \u201csite: youritename.com\u201d to determine which pages to index and whether they come from multiple versions of the URL.<\/p>

If you come across multiple versions that are indexed you will need to set up 301 redirects or have your developer set them up for you. You must also set your canonical domain in Google Search Console<\/a>.<\/p>

8. Canonical Rel = Canonical error<\/h2>

Rel = canonical is essential for all sites with duplicate or very similar content (especially e-commerce sites). A dynamically rendered page (such as a blog post or product category page) can look like duplicate content for Google search bots. The rel = canonical tag tells search engines which \u201coriginal\u201d page search engines are most important (hence: canonical) \u2013 similar to URL canonicalization.<\/p>

How to fix it:<\/strong><\/p>

You should also check your source code. Fixes vary depending on your content structure and web platform. (This is Google\u2019s Guide to Rel = Canonical.) If you need assistance, contact your web developer.<\/p>

9. Duplicate Content<\/h2>

With more and more brands using dynamically created websites, content management systems (CMS), and practicing global SEO, the problem of duplicate content plagues many websites.<\/p>

The problem with duplicate content is that it \u201cconfuses\u201d search engine crawlers and prevents the correct content from being served to your target audience<\/a>. Unlike content issues such as too little or \u201cthin\u201d content where you don\u2019t have enough content on a page (at least 300 words), duplicate content can occur for a variety of reasons:<\/p>

An e-commerce site store item appears on multiple versions of the same URL.<\/p>

Printer-only web pages repeat content on the main page.<\/p>

The same content appears in multiple languages \u200b\u200bon international sites.<\/p>

How to fix it:<\/strong><\/p>

Each of these three problems can be solved by:<\/p>

Rel = canonical proper (as mentioned above).<\/p>

Correct configuration (setup instructions are also mentioned above).<\/p>

Correct implementation of the hreflang tag.<\/p>

Google\u2019s support page offers other ideas to help limit duplicate content including using 301 redirects, top-level domains, and restricting boilerplate content.<\/p>

10. Alt Tag Missing<\/h2>

Those broken images and missing alt tags are missed SEO opportunities. The image alt tag attribute helps search engines index the page by notifying bots about the image. This is a simple way to increase the SEO value of your pages through image content that enhances your user experience.<\/p>

How to fix it:<\/strong><\/p>

Most SEO site audits will identify broken images and missing alt tags. Running regular site audits to monitor the content of your images as part of your standard SEO operating procedures makes it easier to manage and stay current with image alt tags throughout your website.<\/p>

11. Broken Link<\/h2>

Good internal and external links show users and search crawlers that you have high quality content. Over time, the content changes and the once good links break. Broken links create a poor user experience and reflect low quality content, a factor which can affect page rank.<\/p>

How to fix it:<\/strong><\/p>

Although internal links must be confirmed every time a page is deleted, modified, or redirects are applied, external link values \u200b\u200brequire regular monitoring. The best and most scalable way to deal with broken links is to carry out regular site audits.<\/p>

A site audit will help you find pages where there are internal links and you can then fix those links by replacing broken links with correct \/ new ones.<\/p>

12. Not Enough Use of Structured Data<\/h2>

Google defines structured data as:<\/p>

\u201cStandard format for providing information about pages and classifying page content\u201d<\/p>

Structured data is a simple way to help Google search crawlers understand the content and data on a page. For example, if your page contains recipes, an ingredient list would be the ideal type of content to display in a structured data format.<\/p>

Address information, like this example from Google, is another type of data that\u2019s perfect for structured data formats:<\/p>

<script type = \u201capplication \/ ld + json\u201d><\/p>

{<\/p>

 \u201c@Context\u201d: \u201chttps:\/\/schema.org\u201d,<\/p>

 \u201c@Type\u201d: \u201cOrganization\u201d,<\/p>

 \u201cUrl\u201d: \u201chttp:\/\/www.example.com\u201d,<\/p>

 \u201cName\u201d: \u201cUnlimited Ball Bearings Corp.\u201d,<\/p>

 \u201cContactPoint\u201d: {<\/p>

   \u201c@Type\u201d: \u201cContactPoint\u201d,<\/p>

   \u201cPhone\u201d: \u201c+ 1-401-555-1212\u201d,<\/p>

   \u201cContactType\u201d: \u201cCustomer service\u201d<\/p>

 }<\/p>

}<\/p>

<\/script><\/p>

This structured data can then present itself in the SERPs in the form of a rich snippet, giving your SERP list visual appeal.<\/p>

How to fix it:<\/strong><\/p>

When you launch new content, identify opportunities to include structured data on the page and coordinate the process between your content creators and your SEO team. The use of better structured data can help increase CTR<\/a> and possibly improve ranking positions in the SERPs. After you implement structured data, review your Google Search Console reports regularly to ensure that Google doesn\u2019t report any issues with your structured data markup.<\/p>

Popular Tip: Use Schema Builder to create, test and apply structured data with a simple point and click interface.<\/p>

13. Mobile Device Optimization<\/h2>

In December 2018, Google announced mobile prioritization for more than half of the websites that appear in search results. Google will send you an email when (or if) your site is redirected. If you\u2019re not sure whether your site has undergone a transition, you can also use the Google URL Inspection tool.<\/p>

Whether or not Google has transitioned you to mobile-prioritized indexing, you need to ensure your site is mobile friendly to ensure a great mobile user experience. Anyone using a responsive website design is probably in good shape. If you run an \u201c.m\u201d mobile site, you need to make sure you have the right implementation on your m-dot site so that you don\u2019t lose search visibility in a mobile-first world.<\/p>

How to fix it:<\/strong><\/p>

Since your mobile site will be an indexed site, you must do the following for all \u201c.m\u201d web pages:<\/p>

Guarantee proper and correct hreflang code and links.<\/p>

Update all meta data on your mobile site. Meta descriptions must be equivalent on the mobile and desktop sites.<\/p>

Add structured data to your mobile page and make sure the URL is updated to the mobile URL.<\/p>

You can also install the AMP version.<\/p>

Use our backlinks feature to find all broken external links. From there, you can reach the sites with broken links and provide them with the correct link or a new page.<\/p>

14. Missing or Not Optimized Meta Description<\/h2>

Meta descriptions are short descriptions, up to 160 characters long, that describe what a web page is about. These little snippets help search engines index your page, and a well-written meta description<\/a> can stimulate audience interest on the page.<\/p>

This is a simple SEO feature, but many pages miss this important content. You may not see this content on your page, but it is an important feature that helps users know whether or not they want to click on your results after they have created a query. As with your page content, meta descriptions should be optimized to match what users will read on the page, so try to include relevant keywords in the copy.<\/p>

How to fix it:<\/strong><\/p>

There are several ways to solve this problem:<\/p>

For pages that don\u2019t have a meta description: run an SEO site audit using Screaming Frog to find all pages that don\u2019t have a meta description. Define page values \u200b\u200band prioritize accordingly.<\/p>

For pages with meta descriptions: evaluation of the page based on performance and value to the organization. Audits can identify any page with meta description errors.<\/p>

High-value pages that almost rank you want should be optimized first. Any page that is subject to edits, updates, or changes should also have a meta description that is updated at the time of the change. It is important to make sure that meta descriptions are unique to a page.<\/p>

15. User Posted to Page In Wrong Language<\/h2>

In 2011, Google introduced the hreflang tag for brands involved in global SEO to improve user experience. The hreflang tag signals to Google the correct web page to serve to users based on the language or location of the search. This is also called rel = \u201calternate\u201d hreflang = \u201cx\u201d.<\/p>

The code looks like this:<\/p>

<link rel = \u201calternate\u201d href = \u201chttp:\/\/example.com\u201d hreflang = \u201cen-us\u201d \/><\/p>

Hreflang is one of several international SEO best practices including site hosting on local IP and linking with local search engines. The benefits of serving locally tailored content to users in their native language, however, cannot really be underestimated. Using the hreflang tag requires a fair amount of detail work to ensure all pages have the proper code and links with unusual errors.<\/p>

How to fix it:<\/strong><\/p>

Google provides a free International Targeting Tool, and there are a variety of third-party tools you can use as well. For example, with our site audits, you can perform in-depth hreflang audits and verify your implementation by cross-checking referenced URLs.<\/p>

Effectively fixing the hreflang error involves two steps:<\/p>

Guarantee the code is correct. Tools like the Aleyda Solis hreflang Tag Generator Tool can simplify the effort.<\/p>

When updating pages or creating redirects, update the code on all pages that refer \/ link to them.<\/p>

Conclusion<\/h2>

An SEO audit reveals a complete overview of site health and optimization efforts. Investigating the top technical issues \u2013 and their respective solutions \u2013 in this blog post is a great way to quickly increase your SERP visibility, and this can have a very positive impact on your site\u2019s user experience.<\/p>

Technical SEO problems are mandatory for the above. When talking about technical SEO, we mean updates to websites and \/ or servers that are directly controllable and that have a direct (or sometimes indirect) impact on the ability to crawl, index, and ultimately, browse your web pages. rating. Technical SEO includes components such as page titles, title tags, HTTP header responses, XML sitemaps, 301 redirects, and metadata.<\/p>

Technical SEO doesn\u2019t include analytics, keyword research, backlink profile development, or social media strategies.<\/p>

Within the Search Experience Optimization framework, technical SEO is the first step towards creating a better search experience.<\/p>

Any other SEO project should be undertaken after you have guaranteed your site is of proper use. But for company sites, it can be difficult to stay aware of potential SEO issues.<\/p>

These common technical SEO problems are often overlooked, but they are easy to fix and most importantly to increase search visibility and SEO success. Here are 15 of the most common technical SEO problems and how to solve them<\/p>

1. Not Using HTTPS<\/h2>

Site security using HTTPS is very important<\/p>

The first technical SEO problem. If your site is unsafe, when you type your domain name into Google Chrome, it will display a gray background, a red background with a warning \u201cnot safe\u201d. This can cause users to immediately exit your site back to the SERPs.<\/p>

The first step to this quick fix is \u200b\u200bto check if your site is already using HTTPS. To do this, just type your domain name in Google Chrome. If you see the message \u201csafe\u201d (pictured below), your site is safe.<\/p>

How to fix it:<\/strong><\/p>

To convert your site to HTTPS, you need an SSL certificate from a Certificate Authority. Once you buy and install your certificate, your site will be safe.<\/p>

2. Site Not Indexed Correctly<\/h2>

Second technical SEO problem. When you search for your brand name on Google, does your website appear in search results? If the answer is no, there may be a problem with your indexation. As far as Google is concerned, if your page isn\u2019t indexed, it doesn\u2019t exist \u2013 and it certainly won\u2019t be found in search engines.<\/p>

How To Check:<\/strong><\/p>

Type the following into the Google search box: \u201csite: youritename.com\u201d and immediately see the number of pages indexed for your site.<\/p>

indexation of sites<\/p>

How to fix it:<\/strong><\/p>

If your site is not indexed at all, you can start by adding your URL to Google.<\/p>

If your site is indexed, but you have MORE results than expected, take a closer look at either the site hacking spam or the old version of the site that was indexed instead of appropriate redirects to point to your updated site.<\/p>

If your site is indexed, but you see slightly MORE than expected, do an audit of the indexed content and compare it against which pages you want to rank for. If you are unsure why your content is not ranking, check Google\u2019s Webmaster Guidelines to ensure that your site\u2019s content is appropriate.<\/p>

If the results are different than you expected, verify that your important website pages are not blocked by your robots.txt file. You should also verify that you haven\u2019t implemented the NOINDEX meta tag incorrectly (see # 5 on this list).<\/p>

3. No XML Sitemap<\/h2>

The third technical SEO problem. XML sitemaps help Google search bots better understand the pages of your site, so they can crawl your site effectively and intelligently.<\/p>

How To Check:<\/strong><\/p>

Type your domain name into Google and add \u201c\/sitemap.xml\u201d at the end, as illustrated below.<\/p>

This is usually where the sitemap is located. If your website has a sitemap, you\u2019ll see something like this:<\/p>

How to fix it:<\/strong><\/p>

If your website doesn\u2019t have a sitemap (and you\u2019re on a 404 page), you can create one yourself or hire a web developer to build one for you. The easiest option is to use an XML sitemap generator tool. If you have a WordPress site, the Yoast SEO plugin can automatically generate XML sitemaps for you.<\/p>

4. Robots.txt Missing or Incorrect<\/h2>

The fourth technical SEO problem. A missing robots.txt file is a big red flag \u2013 but did you also know that an improperly configured robots.txt file destroys your organic site traffic?<\/p>

How To Check:<\/strong><\/p>

To determine if there is a problem with the robots.txt file, type your website URL into your browser with the suffix \u201c\/robots.txt\u201d. If you get a result that says \u201cUser-agent: * Disallow: \/\u201d then you have a problem.<\/p>

How to fix it:<\/strong><\/p>

If you see \u201cDisallow: \/\u201d, talk to your developer immediately. There could be a good reason why it was arranged the way it was, or perhaps it was wrong.<\/p>

If you have a complex robots.txt file, like many ecommerce sites have, you should review it line by line with your developer to make sure it\u2019s correct.<\/p>

5. Set the NOINDEX Robot Meta<\/h2>

The fifth technical SEO problem. When the NOINDEX tag is properly configured, it denotes certain pages of less importance to search bots. (For example, the blog category with multiple pages.)<\/p>

However, if configured incorrectly NOINDEX can seriously damage the visibility of your searches by removing all pages with a certain configuration from Google\u2019s index. This is a massive SEO problem.<\/p>

NOINDEX generally has multiple pages while a website is under development, but once a website is live the NOINDEX tag should be removed. Don\u2019t just believe that it has been removed, as the results will destroy the search engine visibility of your site.<\/p>

How To Check:<\/strong><\/p>

Right click on the main page of your site and select \u201cView Page Source\u201d. Use the \u201cFind\u201d command (Ctrl + F) to search for lines in the source code that say \u201cNOINDEX\u201d or \u201cNOFOLLOW\u201d such as:<\/p>

<meta name = \u201crobots\u201d content = \u201cNOINDEX, NOFOLLOW\u201d><\/p>

If you don\u2019t want to check, use Clarity Audit, a site auditing tool like Screaming Frog, to scan your entire site.<\/p>

How to fix it:<\/strong><\/p>

If you see \u201cNOINDEX\u201d or \u201cNOFOLLOW\u201d in your source code check with your web developer as they may have included it for some reason.<\/p>

If there is no known reason, ask your developer to change it to read <meta name = \u201crobots\u201d content = \u201cINDEX, FOLLOW\u201d> or remove the tags altogether.<\/p>

6. Slow Page Speed<\/h2>

The sixth technical SEO problem. If your site doesn\u2019t load fast (usually 3 seconds or less), your users will go elsewhere. Site speed is important to user experience \u2013 and to Google.<\/p>

How To Check:<\/strong><\/p>

Use Google PageSpeed Insights to detect certain speed issues with your site. (Make sure to check desktop as well as mobile performance.)<\/p>

How to fix it:<\/strong><\/p>

Solutions to site speed problems can vary from simple to complex. Typical site speed solutions can include image optimization \/ compression, browser cache enhancement, server response time improvement, and JavaScript minification.<\/p>

Talk to your web developer to determine the best solution for your site\u2019s specific page speed problems.<\/p>

7. Multiple Versions of the Homepage<\/h2>

Remember when you found \u201cyourwebsite.com\u201d and \u201cyourwebsite.com\u201d going to the same place? While convenient, it also means that Google may index multiple versions of the URL, which reduces the visibility of your site in search.<\/p>

How to fix it:<\/strong><\/p>

First, check that the different versions of your URL successfully flow to one standard URL. This can include HTTPS and HTTP versions, as well as versions such as \u201cwww.yourwebsite.com\/home.html\u201d. Check every possible combination. Another way is to use \u201csite: youritename.com\u201d to determine which pages to index and whether they come from multiple versions of the URL.<\/p>

If you come across multiple versions that are indexed you will need to set up 301 redirects or have your developer set them up for you. You must also set your canonical domain in Google Search Console.<\/p>

8. Canonical Rel = Canonical error<\/h2>

Rel = canonical is essential for all sites with duplicate or very similar content (especially e-commerce sites). A dynamically rendered page (such as a blog post or product category page) can look like duplicate content for Google search bots. The rel = canonical tag tells search engines which \u201coriginal\u201d page search engines are most important (hence: canonical) \u2013 similar to URL canonicalization.<\/p>

How to fix it:<\/strong><\/p>

You should also check your source code. Fixes vary depending on your content structure and web platform. (This is Google\u2019s Guide to Rel = Canonical.) If you need assistance, contact your web developer.<\/p>

9. Duplicate Content<\/h2>

With more and more brands using dynamically created websites, content management systems (CMS), and practicing global SEO, the problem of duplicate content plagues many websites.<\/p>

The problem with duplicate content is that it \u201cconfuses\u201d search engine crawlers and prevents the correct content from being served to your target audience. Unlike content issues such as too little or \u201cthin\u201d content where you don\u2019t have enough content on a page (at least 300 words), duplicate content can occur for a variety of reasons:<\/p>

An e-commerce site store item appears on multiple versions of the same URL.<\/p>

Printer-only web pages repeat content on the main page.<\/p>

The same content appears in multiple languages \u200b\u200bon international sites.<\/p>

How to fix it:<\/strong><\/p>

Each of these three problems can be solved by:<\/p>

Rel = canonical proper (as mentioned above).<\/p>

Correct configuration (setup instructions are also mentioned above).<\/p>

Correct implementation of the hreflang tag.<\/p>

Google\u2019s support page offers other ideas to help limit duplicate content including using 301 redirects, top-level domains, and restricting boilerplate content.<\/p>

10. Alt Tag Missing<\/h2>

Those broken images and missing alt tags are missed SEO opportunities. The image alt tag attribute helps search engines index the page by notifying bots about the image. This is a simple way to increase the SEO value of your pages through image content that enhances your user experience.<\/p>

How to fix it:<\/strong><\/p>

Most SEO site audits will identify broken images and missing alt tags. Running regular site audits to monitor the content of your images as part of your standard SEO operating procedures makes it easier to manage and stay current with image alt tags throughout your website.<\/p>

11. Broken Link<\/h2>

Good internal and external links show users and search crawlers that you have high quality content. Over time, the content changes and the once good links break. Broken links create a poor user experience and reflect low quality content, a factor which can affect page rank.<\/p>

How to fix it:<\/strong><\/p>

Although internal links must be confirmed every time a page is deleted, modified, or redirects are applied, external link values \u200b\u200brequire regular monitoring. The best and most scalable way to deal with broken links is to carry out regular site audits.<\/p>

A site audit will help you find pages where there are internal links and you can then fix those links by replacing broken links with correct \/ new ones.<\/p>

12. Not Enough Use of Structured Data<\/h2>

Google defines structured data as:<\/p>

\u201cStandard format for providing information about pages and classifying page content\u201d<\/p>

Structured data is a simple way to help Google search crawlers understand the content and data on a page. For example, if your page contains recipes, an ingredient list would be the ideal type of content to display in a structured data format.<\/p>

Address information, like this example from Google, is another type of data that\u2019s perfect for structured data formats:<\/p>

<script type = \u201capplication \/ ld + json\u201d><\/p>

{<\/p>

 \u201c@Context\u201d: \u201chttps:\/\/schema.org\u201d,<\/p>

 \u201c@Type\u201d: \u201cOrganization\u201d,<\/p>

 \u201cUrl\u201d: \u201chttp:\/\/www.example.com\u201d,<\/p>

 \u201cName\u201d: \u201cUnlimited Ball Bearings Corp.\u201d,<\/p>

 \u201cContactPoint\u201d: {<\/p>

   \u201c@Type\u201d: \u201cContactPoint\u201d,<\/p>

   \u201cPhone\u201d: \u201c+ 1-401-555-1212\u201d,<\/p>

   \u201cContactType\u201d: \u201cCustomer service\u201d<\/p>

 }<\/p>

}<\/p>

<\/script><\/p>

This structured data can then present itself in the SERPs in the form of a rich snippet, giving your SERP list visual appeal.<\/p>

How to fix it:<\/strong><\/p>

When you launch new content, identify opportunities to include structured data on the page and coordinate the process between your content creators and your SEO team. The use of better structured data can help increase CTR and possibly improve ranking positions in the SERPs. After you implement structured data, review your Google Search Console reports regularly to ensure that Google doesn\u2019t report any issues with your structured data markup.<\/p>

Popular Tip: Use Schema Builder to create, test and apply structured data with a simple point and click interface.<\/p>

13. Mobile Device Optimization<\/h2>

In December 2018, Google announced mobile prioritization for more than half of the websites that appear in search results. Google will send you an email when (or if) your site is redirected. If you\u2019re not sure whether your site has undergone a transition, you can also use the Google URL Inspection tool.<\/p>

Whether or not Google has transitioned you to mobile-prioritized indexing, you need to ensure your site is mobile friendly to ensure a great mobile user experience. Anyone using a responsive website design is probably in good shape. If you run an \u201c.m\u201d mobile site, you need to make sure you have the right implementation on your m-dot site so that you don\u2019t lose search visibility in a mobile-first world.<\/p>

How to fix it:<\/strong><\/p>

Since your mobile site will be an indexed site, you must do the following for all \u201c.m\u201d web pages:<\/p>

Guarantee proper and correct hreflang code and links.<\/p>

Update all meta data on your mobile site. Meta descriptions must be equivalent on the mobile and desktop sites.<\/p>

Add structured data to your mobile page and make sure the URL is updated to the mobile URL.<\/p>

You can also install the AMP version.<\/p>

Use our backlinks feature to find all broken external links. From there, you can reach the sites with broken links and provide them with the correct link or a new page.<\/p>

14. Missing or Not Optimized Meta Description<\/h2>

Meta descriptions are short descriptions, up to 160 characters long, that describe what a web page is about. These little snippets help search engines index your page, and a well-written meta description can stimulate audience interest on the page.<\/p>

This is a simple SEO feature, but many pages miss this important content. You may not see this content on your page, but it is an important feature that helps users know whether or not they want to click on your results after they have created a query. As with your page content, meta descriptions should be optimized to match what users will read on the page, so try to include relevant keywords in the copy.<\/p>

How to fix it:<\/strong><\/p>

There are several ways to solve this problem:<\/p>

For pages that don\u2019t have a meta description: run an SEO site audit using Screaming Frog to find all pages that don\u2019t have a meta description. Define page values \u200b\u200band prioritize accordingly.<\/p>

For pages with meta descriptions: evaluation of the page based on performance and value to the organization. Audits can identify any page with meta description errors.<\/p>

High-value pages that almost rank you want should be optimized first. Any page that is subject to edits, updates, or changes should also have a meta description that is updated at the time of the change. It is important to make sure that meta descriptions are unique to a page.<\/p>

15. User Posted to Page In Wrong Language<\/h2>

In 2011, Google introduced the hreflang tag for brands involved in global SEO to improve user experience. The hreflang tag signals to Google the correct web page to serve to users based on the language or location of the search. This is also called rel = \u201calternate\u201d hreflang = \u201cx\u201d.<\/p>

The code looks like this:<\/p>

<link rel = \u201calternate\u201d href = \u201chttp:\/\/example.com\u201d hreflang = \u201cen-us\u201d \/><\/p>

Hreflang is one of several international SEO best practices including site hosting on local IP and linking with local search engines. The benefits of serving locally tailored content to users in their native language, however, cannot really be underestimated. Using the hreflang tag requires a fair amount of detail work to ensure all pages have the proper code and links with unusual errors.<\/p>

How to fix it:<\/strong><\/p>

Google provides a free International Targeting Tool, and there are a variety of third-party tools you can use as well. For example, with our site audits, you can perform in-depth hreflang audits and verify your implementation by cross-checking referenced URLs.<\/p>

Effectively fixing the hreflang error involves two steps:<\/p>

Guarantee the code is correct. Tools like the Aleyda Solis hreflang Tag Generator Tool can simplify the effort.<\/p>

When updating pages or creating redirects, update the code on all pages that refer \/ link to them.<\/p>

Conclusion<\/h2>

An SEO audit reveals a complete overview of site health and optimization efforts. Investigating the top technical issues \u2013 and their respective solutions \u2013 in this blog post is a great way to quickly increase your SERP visibility, and this can have a very positive impact on your site\u2019s user experience.<\/p>

Within the Search Experience Optimization framework, technical SEO is the first step towards creating a better search experience.<\/p>

Any other SEO project should be undertaken after you have guaranteed your site is of proper use. But for company sites, it can be difficult to stay aware of potential SEO issues.<\/p>

These common technical SEO problems are often overlooked, but they are easy to fix and most importantly to increase search visibility and SEO success. Here are 15 of the most common technical SEO problems and how to solve them<\/p>

1. Not Using HTTPS<\/h2>

Site security using HTTPS is very important<\/p>

The first technical SEO problem. If your site is unsafe, when you type your domain name into Google Chrome, it will display a gray background, a red background with a warning \u201cnot safe\u201d. This can cause users to immediately exit your site back to the SERPs.<\/p>

The first step to this quick fix is \u200b\u200bto check if your site is already using HTTPS. To do this, just type your domain name in Google Chrome. If you see the message \u201csafe\u201d (pictured below), your site is safe.<\/p>

How to fix it:<\/strong><\/p>

To convert your site to HTTPS, you need an SSL certificate from a Certificate Authority. Once you buy and install your certificate, your site will be safe.<\/p>

2. Site Not Indexed Correctly<\/h2>

Second technical SEO problem. When you search for your brand name on Google, does your website appear in search results? If the answer is no, there may be a problem with your indexation. As far as Google is concerned, if your page isn\u2019t indexed, it doesn\u2019t exist \u2013 and it certainly won\u2019t be found in search engines.<\/p>

How To Check:<\/strong><\/p>

Type the following into the Google search box: \u201csite: youritename.com\u201d and immediately see the number of pages indexed for your site.<\/p>

indexation of sites<\/p>

How to fix it:<\/strong><\/p>

If your site is not indexed at all, you can start by adding your URL to Google.<\/p>

If your site is indexed, but you have MORE results than expected, take a closer look at either the site hacking spam or the old version of the site that was indexed instead of appropriate redirects to point to your updated site.<\/p>

If your site is indexed, but you see slightly MORE than expected, do an audit of the indexed content and compare it against which pages you want to rank for. If you are unsure why your content is not ranking, check Google\u2019s Webmaster Guidelines to ensure that your site\u2019s content is appropriate.<\/p>

If the results are different than you expected, verify that your important website pages are not blocked by your robots.txt file. You should also verify that you haven\u2019t implemented the NOINDEX meta tag incorrectly (see # 5 on this list).<\/p>

3. No XML Sitemap<\/h2>

The third technical SEO problem. XML sitemaps help Google search bots better understand the pages of your site, so they can crawl your site effectively and intelligently.<\/p>

How To Check:<\/strong><\/p>

Type your domain name into Google and add \u201c\/sitemap.xml\u201d at the end, as illustrated below.<\/p>

This is usually where the sitemap is located. If your website has a sitemap, you\u2019ll see something like this:<\/p>

How to fix it:<\/strong><\/p>

If your website doesn\u2019t have a sitemap (and you\u2019re on a 404 page), you can create one yourself or hire a web developer to build one for you. The easiest option is to use an XML sitemap generator tool. If you have a WordPress site, the Yoast SEO plugin can automatically generate XML sitemaps for you.<\/p>

4. Robots.txt Missing or Incorrect<\/h2>

The fourth technical SEO problem. A missing robots.txt file is a big red flag \u2013 but did you also know that an improperly configured robots.txt file destroys your organic site traffic?<\/p>

How To Check:<\/strong><\/p>

To determine if there is a problem with the robots.txt file, type your website URL into your browser with the suffix \u201c\/robots.txt\u201d. If you get a result that says \u201cUser-agent: * Disallow: \/\u201d then you have a problem.<\/p>

How to fix it:<\/strong><\/p>

If you see \u201cDisallow: \/\u201d, talk to your developer immediately. There could be a good reason why it was arranged the way it was, or perhaps it was wrong.<\/p>

If you have a complex robots.txt file, like many ecommerce sites have, you should review it line by line with your developer to make sure it\u2019s correct.<\/p>

5. Set the NOINDEX Robot Meta<\/h2>

The fifth technical SEO problem. When the NOINDEX tag is properly configured, it denotes certain pages of less importance to search bots. (For example, the blog category with multiple pages.)<\/p>

However, if configured incorrectly NOINDEX can seriously damage the visibility of your searches by removing all pages with a certain configuration from Google\u2019s index. This is a massive SEO problem.<\/p>

NOINDEX generally has multiple pages while a website is under development, but once a website is live the NOINDEX tag should be removed. Don\u2019t just believe that it has been removed, as the results will destroy the search engine visibility of your site.<\/p>

How To Check:<\/strong><\/p>

Right click on the main page of your site and select \u201cView Page Source\u201d. Use the \u201cFind\u201d command (Ctrl + F) to search for lines in the source code that say \u201cNOINDEX\u201d or \u201cNOFOLLOW\u201d such as:<\/p>

<meta name = \u201crobots\u201d content = \u201cNOINDEX, NOFOLLOW\u201d><\/p>

If you don\u2019t want to check, use Clarity Audit, a site auditing tool like Screaming Frog, to scan your entire site.<\/p>

How to fix it:<\/strong><\/p>

If you see \u201cNOINDEX\u201d or \u201cNOFOLLOW\u201d in your source code check with your web developer as they may have included it for some reason.<\/p>

If there is no known reason, ask your developer to change it to read <meta name = \u201crobots\u201d content = \u201cINDEX, FOLLOW\u201d> or remove the tags altogether.<\/p>

6. Slow Page Speed<\/h2>

The sixth technical SEO problem. If your site doesn\u2019t load fast (usually 3 seconds or less), your users will go elsewhere. Site speed is important to user experience \u2013 and to Google.<\/p>

How To Check:<\/strong><\/p>

Use Google PageSpeed Insights to detect certain speed issues with your site. (Make sure to check desktop as well as mobile performance.)<\/p>

How to fix it:<\/strong><\/p>

Solutions to site speed problems can vary from simple to complex. Typical site speed solutions can include image optimization \/ compression, browser cache enhancement, server response time improvement, and JavaScript minification.<\/p>

Talk to your web developer to determine the best solution for your site\u2019s specific page speed problems.<\/p>

7. Multiple Versions of the Homepage<\/h2>

Remember when you found \u201cyourwebsite.com\u201d and \u201cyourwebsite.com\u201d going to the same place? While convenient, it also means that Google may index multiple versions of the URL, which reduces the visibility of your site in search.<\/p>

How to fix it:<\/strong><\/p>

First, check that the different versions of your URL successfully flow to one standard URL. This can include HTTPS and HTTP versions, as well as versions such as \u201cwww.yourwebsite.com\/home.html\u201d. Check every possible combination. Another way is to use \u201csite: youritename.com\u201d to determine which pages to index and whether they come from multiple versions of the URL.<\/p>

If you come across multiple versions that are indexed you will need to set up 301 redirects or have your developer set them up for you. You must also set your canonical domain in Google Search Console.<\/p>

8. Canonical Rel = Canonical error<\/h2>

Rel = canonical is essential for all sites with duplicate or very similar content (especially e-commerce sites). A dynamically rendered page (such as a blog post or product category page) can look like duplicate content for Google search bots. The rel = canonical tag tells search engines which \u201coriginal\u201d page search engines are most important (hence: canonical) \u2013 similar to URL canonicalization.<\/p>

How to fix it:<\/strong><\/p>

You should also check your source code. Fixes vary depending on your content structure and web platform. (This is Google\u2019s Guide to Rel = Canonical.) If you need assistance, contact your web developer.<\/p>

9. Duplicate Content<\/h2>

With more and more brands using dynamically created websites, content management systems (CMS), and practicing global SEO, the problem of duplicate content plagues many websites.<\/p>

The problem with duplicate content is that it \u201cconfuses\u201d search engine crawlers and prevents the correct content from being served to your target audience. Unlike content issues such as too little or \u201cthin\u201d content where you don\u2019t have enough content on a page (at least 300 words), duplicate content can occur for a variety of reasons:<\/p>

An e-commerce site store item appears on multiple versions of the same URL.<\/p>

Printer-only web pages repeat content on the main page.<\/p>

The same content appears in multiple languages \u200b\u200bon international sites.<\/p>

How to fix it:<\/strong><\/p>

Each of these three problems can be solved by:<\/p>

Rel = canonical proper (as mentioned above).<\/p>

Correct configuration (setup instructions are also mentioned above).<\/p>

Correct implementation of the hreflang tag.<\/p>

Google\u2019s support page offers other ideas to help limit duplicate content including using 301 redirects, top-level domains, and restricting boilerplate content.<\/p>

10. Alt Tag Missing<\/h2>

Those broken images and missing alt tags are missed SEO opportunities. The image alt tag attribute helps search engines index the page by notifying bots about the image. This is a simple way to increase the SEO value of your pages through image content that enhances your user experience.<\/p>

How to fix it:<\/strong><\/p>

Most SEO site audits will identify broken images and missing alt tags. Running regular site audits to monitor the content of your images as part of your standard SEO operating procedures makes it easier to manage and stay current with image alt tags throughout your website.<\/p>

11. Broken Link<\/h2>

Good internal and external links show users and search crawlers that you have high quality content. Over time, the content changes and the once good links break. Broken links create a poor user experience and reflect low quality content, a factor which can affect page rank.<\/p>

How to fix it:<\/strong><\/p>

Although internal links must be confirmed every time a page is deleted, modified, or redirects are applied, external link values \u200b\u200brequire regular monitoring. The best and most scalable way to deal with broken links is to carry out regular site audits.<\/p>

A site audit will help you find pages where there are internal links and you can then fix those links by replacing broken links with correct \/ new ones.<\/p>

12. Not Enough Use of Structured Data<\/h2>

Google defines structured data as:<\/p>

\u201cStandard format for providing information about pages and classifying page content\u201d<\/p>

Structured data is a simple way to help Google search crawlers understand the content and data on a page. For example, if your page contains recipes, an ingredient list would be the ideal type of content to display in a structured data format.<\/p>

Address information, like this example from Google, is another type of data that\u2019s perfect for structured data formats:<\/p>

<script type = \u201capplication \/ ld + json\u201d><\/p>

{<\/p>

 \u201c@Context\u201d: \u201chttps:\/\/schema.org\u201d,<\/p>

 \u201c@Type\u201d: \u201cOrganization\u201d,<\/p>

 \u201cUrl\u201d: \u201chttp:\/\/www.example.com\u201d,<\/p>

 \u201cName\u201d: \u201cUnlimited Ball Bearings Corp.\u201d,<\/p>

 \u201cContactPoint\u201d: {<\/p>

   \u201c@Type\u201d: \u201cContactPoint\u201d,<\/p>

   \u201cPhone\u201d: \u201c+ 1-401-555-1212\u201d,<\/p>

   \u201cContactType\u201d: \u201cCustomer service\u201d<\/p>

 }<\/p>

}<\/p>

<\/script><\/p>

This structured data can then present itself in the SERPs in the form of a rich snippet, giving your SERP list visual appeal.<\/p>

How to fix it:<\/strong><\/p>

When you launch new content, identify opportunities to include structured data on the page and coordinate the process between your content creators and your SEO team. The use of better structured data can help increase CTR and possibly improve ranking positions in the SERPs. After you implement structured data, review your Google Search Console reports regularly to ensure that Google doesn\u2019t report any issues with your structured data markup.<\/p>

Popular Tip: Use Schema Builder to create, test and apply structured data with a simple point and click interface.<\/p>

13. Mobile Device Optimization<\/h2>

In December 2018, Google announced mobile prioritization for more than half of the websites that appear in search results. Google will send you an email when (or if) your site is redirected. If you\u2019re not sure whether your site has undergone a transition, you can also use the Google URL Inspection tool.<\/p>

Whether or not Google has transitioned you to mobile-prioritized indexing, you need to ensure your site is mobile friendly to ensure a great mobile user experience. Anyone using a responsive website design is probably in good shape. If you run an \u201c.m\u201d mobile site, you need to make sure you have the right implementation on your m-dot site so that you don\u2019t lose search visibility in a mobile-first world.<\/p>

How to fix it:<\/strong><\/p>

Since your mobile site will be an indexed site, you must do the following for all \u201c.m\u201d web pages:<\/p>

Guarantee proper and correct hreflang code and links.<\/p>

Update all meta data on your mobile site. Meta descriptions must be equivalent on the mobile and desktop sites.<\/p>

Add structured data to your mobile page and make sure the URL is updated to the mobile URL.<\/p>

You can also install the AMP version.<\/p>

Use our backlinks feature to find all broken external links. From there, you can reach the sites with broken links and provide them with the correct link or a new page.<\/p>

14. Missing or Not Optimized Meta Description<\/h2>

Meta descriptions are short descriptions, up to 160 characters long, that describe what a web page is about. These little snippets help search engines index your page, and a well-written meta description can stimulate audience interest on the page.<\/p>

This is a simple SEO feature, but many pages miss this important content. You may not see this content on your page, but it is an important feature that helps users know whether or not they want to click on your results after they have created a query. As with your page content, meta descriptions should be optimized to match what users will read on the page, so try to include relevant keywords in the copy.<\/p>

How to fix it:<\/strong><\/p>

There are several ways to solve this problem:<\/p>

For pages that don\u2019t have a meta description: run an SEO site audit using Screaming Frog to find all pages that don\u2019t have a meta description. Define page values \u200b\u200band prioritize accordingly.<\/p>

For pages with meta descriptions: evaluation of the page based on performance and value to the organization. Audits can identify any page with meta description errors.<\/p>

High-value pages that almost rank you want should be optimized first. Any page that is subject to edits, updates, or changes should also have a meta description that is updated at the time of the change. It is important to make sure that meta descriptions are unique to a page.<\/p>

15. User Posted to Page In Wrong Language<\/h2>

In 2011, Google introduced the hreflang tag for brands involved in global SEO to improve user experience. The hreflang tag signals to Google the correct web page to serve to users based on the language or location of the search. This is also called rel = \u201calternate\u201d hreflang = \u201cx\u201d.<\/p>

The code looks like this:<\/p>

<link rel = \u201calternate\u201d href = \u201chttp:\/\/example.com\u201d hreflang = \u201cen-us\u201d \/><\/p>

Hreflang is one of several international SEO best practices including site hosting on local IP and linking with local search engines. The benefits of serving locally tailored content to users in their native language, however, cannot really be underestimated. Using the hreflang tag requires a fair amount of detail work to ensure all pages have the proper code and links with unusual errors.<\/p>

How to fix it:<\/strong><\/p>

Google provides a free International Targeting Tool, and there are a variety of third-party tools you can use as well. For example, with our site audits, you can perform in-depth hreflang audits and verify your implementation by cross-checking referenced URLs.<\/p>

Effectively fixing the hreflang error involves two steps:<\/p>

Guarantee the code is correct. Tools like the Aleyda Solis hreflang Tag Generator Tool can simplify the effort.<\/p>

When updating pages or creating redirects, update the code on all pages that refer \/ link to them.<\/p>

Conclusion<\/h2>

An SEO audit reveals a complete overview of site health and optimization efforts. Investigating the top technical issues \u2013 and their respective solutions \u2013 in this blog post is a great way to quickly increase your SERP visibility, and this can have a very positive impact on your site\u2019s user experience.<\/p>","protected":false},"excerpt":{"rendered":"

Technical SEO problems are mandatory for the above. When talking about technical SEO, we mean updates to websites and \/ or servers that are directly controllable and that have a direct (or sometimes indirect) impact on the ability to crawl, index, and ultimately, browse your web pages. rating. Technical SEO includes components such as page […]<\/p>\n","protected":false},"author":1,"featured_media":72330,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[71,67],"tags":[],"class_list":["post-72730","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-content-marketing","category-search-engine-optimization"],"yoast_head":"\n15 Technical SEO Problems and How to Fix It - Tanya Digital<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tanyadigital.com\/en\/15-masalah-seo-teknis\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"15 Technical SEO Problems and How to Fix It\" \/>\n<meta property=\"og:description\" content=\"Technical SEO problems are mandatory for the above. When talking about technical SEO, we mean updates to websites and \/ or servers that are directly controllable and that have a direct (or sometimes indirect) impact on the ability to crawl, index, and ultimately, browse your web pages. rating. Technical SEO includes components such as page […]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/\" \/>\n<meta property=\"og:site_name\" content=\"Full Service Digital Marketing\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/tanyadigitaldotcom\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/charlesjansens\" \/>\n<meta property=\"article:published_time\" content=\"2020-12-23T05:08:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-12-23T05:52:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/tanyadigital.com\/wp-content\/uploads\/2020\/12\/masalah-teknis-seo.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"667\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Yansens Charles\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@charlesjansens\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Yansens Charles\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"42 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"NewsArticle\"],\"@id\":\"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/\"},\"author\":{\"name\":\"Yansens Charles\",\"@id\":\"https:\/\/tanyadigital.com\/#\/schema\/person\/b679f76f30f69501e4b2c3548d3692b3\"},\"headline\":\"15 Technical SEO Problems and How to Fix It\",\"datePublished\":\"2020-12-23T05:08:36+00:00\",\"dateModified\":\"2020-12-23T05:52:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/\"},\"wordCount\":8366,\"publisher\":{\"@id\":\"https:\/\/tanyadigital.com\/#organization\"},\"articleSection\":[\"CONTENT\",\"SEO\"],\"inLanguage\":\"en-US\",\"copyrightYear\":\"2020\",\"copyrightHolder\":{\"@id\":\"https:\/\/tanyadigital.com\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/\",\"url\":\"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/\",\"name\":\"15 Technical SEO Problems and How to Fix It - Tanya Digital\",\"isPartOf\":{\"@id\":\"https:\/\/tanyadigital.com\/#website\"},\"datePublished\":\"2020-12-23T05:08:36+00:00\",\"dateModified\":\"2020-12-23T05:52:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/tanyadigital.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"15 Technical SEO Problems and How to Fix It\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/tanyadigital.com\/#website\",\"url\":\"https:\/\/tanyadigital.com\/\",\"name\":\"Full Service Digital Marketing\",\"description\":\"Tanya Digital\",\"publisher\":{\"@id\":\"https:\/\/tanyadigital.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/tanyadigital.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Organization\",\"Place\"],\"@id\":\"https:\/\/tanyadigital.com\/#organization\",\"name\":\"Tanya Digital\",\"url\":\"https:\/\/tanyadigital.com\/\",\"logo\":{\"@id\":\"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/#local-main-organization-logo\"},\"image\":{\"@id\":\"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/#local-main-organization-logo\"},\"sameAs\":[\"https:\/\/www.facebook.com\/tanyadigitaldotcom\",\"https:\/\/www.linkedin.com\/company\/tanyadigital\/\",\"https:\/\/www.youtube.com\/c\/tanyadigital\"],\"openingHoursSpecification\":[{\"@type\":\"OpeningHoursSpecification\",\"dayOfWeek\":[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\",\"Sunday\"],\"opens\":\"09:00\",\"closes\":\"17:00\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/tanyadigital.com\/#\/schema\/person\/b679f76f30f69501e4b2c3548d3692b3\",\"name\":\"Yansens Charles\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tanyadigital.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/973f5061781078c74cb3f2c87b00b08a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/973f5061781078c74cb3f2c87b00b08a?s=96&d=mm&r=g\",\"caption\":\"Yansens Charles\"},\"description\":\"Digital Marketer: Facebook, Google Ads, Intagram Ads, SEO Specialist, SEO Content Writer, SEO Copywriter, Blogger\",\"sameAs\":[\"https:\/\/tanyadigital.com\",\"https:\/\/www.facebook.com\/charlesjansens\",\"https:\/\/www.instagram.com\/charlesjansens\",\"https:\/\/www.linkedin.com\/in\/charlesjansens\/\",\"https:\/\/twitter.com\/charlesjansens\",\"https:\/\/www.youtube.com\/c\/tanyadigital\"],\"url\":\"https:\/\/tanyadigital.com\/en\/author\/charles\/\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/#local-main-organization-logo\",\"url\":\"https:\/\/tanyadigital.com\/wp-content\/uploads\/2022\/05\/logo-amp-td-baru.png\",\"contentUrl\":\"https:\/\/tanyadigital.com\/wp-content\/uploads\/2022\/05\/logo-amp-td-baru.png\",\"width\":794,\"height\":158,\"caption\":\"Tanya Digital\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"15 Technical SEO Problems and How to Fix It - Tanya Digital","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/tanyadigital.com\/en\/15-masalah-seo-teknis\/","og_locale":"en_US","og_type":"article","og_title":"15 Technical SEO Problems and How to Fix It","og_description":"Technical SEO problems are mandatory for the above. When talking about technical SEO, we mean updates to websites and \/ or servers that are directly controllable and that have a direct (or sometimes indirect) impact on the ability to crawl, index, and ultimately, browse your web pages. rating. Technical SEO includes components such as page […]","og_url":"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/","og_site_name":"Full Service Digital Marketing","article_publisher":"https:\/\/www.facebook.com\/tanyadigitaldotcom","article_author":"https:\/\/www.facebook.com\/charlesjansens","article_published_time":"2020-12-23T05:08:36+00:00","article_modified_time":"2020-12-23T05:52:30+00:00","og_image":[{"width":1000,"height":667,"url":"https:\/\/tanyadigital.com\/wp-content\/uploads\/2020\/12\/masalah-teknis-seo.jpg","type":"image\/jpeg"}],"author":"Yansens Charles","twitter_card":"summary_large_image","twitter_creator":"@charlesjansens","twitter_misc":{"Written by":"Yansens Charles","Est. reading time":"42 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","NewsArticle"],"@id":"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/#article","isPartOf":{"@id":"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/"},"author":{"name":"Yansens Charles","@id":"https:\/\/tanyadigital.com\/#\/schema\/person\/b679f76f30f69501e4b2c3548d3692b3"},"headline":"15 Technical SEO Problems and How to Fix It","datePublished":"2020-12-23T05:08:36+00:00","dateModified":"2020-12-23T05:52:30+00:00","mainEntityOfPage":{"@id":"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/"},"wordCount":8366,"publisher":{"@id":"https:\/\/tanyadigital.com\/#organization"},"articleSection":["CONTENT","SEO"],"inLanguage":"en-US","copyrightYear":"2020","copyrightHolder":{"@id":"https:\/\/tanyadigital.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/","url":"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/","name":"15 Technical SEO Problems and How to Fix It - Tanya Digital","isPartOf":{"@id":"https:\/\/tanyadigital.com\/#website"},"datePublished":"2020-12-23T05:08:36+00:00","dateModified":"2020-12-23T05:52:30+00:00","breadcrumb":{"@id":"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tanyadigital.com\/en\/"},{"@type":"ListItem","position":2,"name":"15 Technical SEO Problems and How to Fix It"}]},{"@type":"WebSite","@id":"https:\/\/tanyadigital.com\/#website","url":"https:\/\/tanyadigital.com\/","name":"Full Service Digital Marketing","description":"Tanya Digital","publisher":{"@id":"https:\/\/tanyadigital.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tanyadigital.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Organization","Place"],"@id":"https:\/\/tanyadigital.com\/#organization","name":"Tanya Digital","url":"https:\/\/tanyadigital.com\/","logo":{"@id":"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/#local-main-organization-logo"},"image":{"@id":"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/#local-main-organization-logo"},"sameAs":["https:\/\/www.facebook.com\/tanyadigitaldotcom","https:\/\/www.linkedin.com\/company\/tanyadigital\/","https:\/\/www.youtube.com\/c\/tanyadigital"],"openingHoursSpecification":[{"@type":"OpeningHoursSpecification","dayOfWeek":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],"opens":"09:00","closes":"17:00"}]},{"@type":"Person","@id":"https:\/\/tanyadigital.com\/#\/schema\/person\/b679f76f30f69501e4b2c3548d3692b3","name":"Yansens Charles","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tanyadigital.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/973f5061781078c74cb3f2c87b00b08a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/973f5061781078c74cb3f2c87b00b08a?s=96&d=mm&r=g","caption":"Yansens Charles"},"description":"Digital Marketer: Facebook, Google Ads, Intagram Ads, SEO Specialist, SEO Content Writer, SEO Copywriter, Blogger","sameAs":["https:\/\/tanyadigital.com","https:\/\/www.facebook.com\/charlesjansens","https:\/\/www.instagram.com\/charlesjansens","https:\/\/www.linkedin.com\/in\/charlesjansens\/","https:\/\/twitter.com\/charlesjansens","https:\/\/www.youtube.com\/c\/tanyadigital"],"url":"https:\/\/tanyadigital.com\/en\/author\/charles\/"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tanyadigital.com\/15-masalah-seo-teknis\/#local-main-organization-logo","url":"https:\/\/tanyadigital.com\/wp-content\/uploads\/2022\/05\/logo-amp-td-baru.png","contentUrl":"https:\/\/tanyadigital.com\/wp-content\/uploads\/2022\/05\/logo-amp-td-baru.png","width":794,"height":158,"caption":"Tanya Digital"}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"https:\/\/tanyadigital.com\/wp-content\/uploads\/2020\/12\/masalah-teknis-seo.jpg","_links":{"self":[{"href":"https:\/\/tanyadigital.com\/en\/wp-json\/wp\/v2\/posts\/72730","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tanyadigital.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tanyadigital.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tanyadigital.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tanyadigital.com\/en\/wp-json\/wp\/v2\/comments?post=72730"}],"version-history":[{"count":5,"href":"https:\/\/tanyadigital.com\/en\/wp-json\/wp\/v2\/posts\/72730\/revisions"}],"predecessor-version":[{"id":86154,"href":"https:\/\/tanyadigital.com\/en\/wp-json\/wp\/v2\/posts\/72730\/revisions\/86154"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tanyadigital.com\/en\/wp-json\/wp\/v2\/media\/72330"}],"wp:attachment":[{"href":"https:\/\/tanyadigital.com\/en\/wp-json\/wp\/v2\/media?parent=72730"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tanyadigital.com\/en\/wp-json\/wp\/v2\/categories?post=72730"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tanyadigital.com\/en\/wp-json\/wp\/v2\/tags?post=72730"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}