Technical SEO Archives - Play Media | Academy https://play-media.org/academy/category/technical-seo/ Marketing and Advertising agency Wed, 18 Oct 2023 11:18:44 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.2 https://play-media.org/academy/wp-content/uploads/2021/11/cropped-android-chrome-512x512-1-32x32.png Technical SEO Archives - Play Media | Academy https://play-media.org/academy/category/technical-seo/ 32 32 XML Sitemap Errors https://play-media.org/academy/xml-sitemap-errors/ https://play-media.org/academy/xml-sitemap-errors/#respond Thu, 21 Sep 2023 03:38:00 +0000 https://play-media.org/academy/?p=7451 The post XML Sitemap Errors appeared first on Play Media | Academy.

]]>

An XML sitemap serves as a comprehensive file that lists all the webpages on your site that you want search engines like Google to crawl and index. It’s crucial to create it correctly, and in this article, we’ll outline some of the most common errors in XML sitemaps that can be identified through an SEO audit.


Most common errors in XML sitemaps

Can’t find XML Sitemaps – You can manually check this by adding a portion of the XML sitemap tag to the end of your website’s URL, resulting in a format like: ‘https://www.example.com/sitemap.xml’ or ‘https://www.example.com/sitemap_index.xml.’ You can also verify the presence of XML Sitemaps in both Google Search Console and your Robots.txt file. If you discover that your website lacks an XML Sitemap, the solution is to start by creating one. Following this, ensure that you include your XML sitemap in your robots.txt file and register it within Google Search Console.

XML Sitemap is not Included in Robots.txt – This error means that your XML sitemap is not included in your robots.txt file. To fix this, add the following line to your robots.txt file: Sitemap: https://www.example.com/sitemap.xml

XML Sitemap(s) is not Listed in GSC – This error means that one or more of your XML sitemaps is not listed in Google Search Console. To fix this, add your XML sitemaps to GSC by following these instructions: https://support.google.com/webmasters/answer/183668?hl=en&ref_topic=7225052.

3xx redirect in sitemap – One of the most common XML sitemap errors is the inclusion of pages that return a 3xx redirect. When this occurs, crawlers will follow the redirect instead of indexing the page. To fix this, make sure that all redirected pages are excluded from the sitemap. The sitemap should only include pages with the 2xx status code.

4xx client error in sitemap -This error means that there are URLs in your XML sitemap that return a 404 (file not found) error when visited. That means that the page has been deleted or replaced. If you have deleted the page, you should also remove it from your sitemap. If there is a valid page that serves as a replacement, include that in the XML sitemap. If you have moved the page to a new URL, exclude the old URL from the sitemap and add the new one instead.

5xx server error in sitemap – This error means that there are URLs in your XML sitemap that return a 500 (server error) error when visited. To fix this issue, you’ll need to contact the development team or host support, who can fix the server issue. If you need to solve the problem quickly, you should temporarily remove those pages from your sitemap until they get the 2xx status code.

Noindex page in sitemap – This error means that you have a page listed in your XML sitemap that you don’t want indexed by search engines. To fix it, remove the page from your XML sitemap.


Fix the XML Sitemap Errors on Your Website

XML sitemap errors can have a significant impact on your website’s ranking and organic traffic. If your SEO audit returned a couple of these errors, it is important that you take the time to address them so that your website can reach its full potential in terms of search engine visibility and organic traffic.

The post XML Sitemap Errors appeared first on Play Media | Academy.

]]>
https://play-media.org/academy/xml-sitemap-errors/feed/ 0
What Are External Server Errors? https://play-media.org/academy/external-server-errors/ https://play-media.org/academy/external-server-errors/#respond Wed, 20 Sep 2023 10:00:00 +0000 https://play-media.org/academy/?p=7384 External server errors can be a puzzling and frustrating for both website owners and visitors. These errors occur on the web server, and while we might not have control over the external site causing the issue, we can certainly learn how to deal with them effectively. In this article, we will dive into what external […]

The post What Are External Server Errors? appeared first on Play Media | Academy.

]]>

External server errors can be a puzzling and frustrating for both website owners and visitors. These errors occur on the web server, and while we might not have control over the external site causing the issue, we can certainly learn how to deal with them effectively. In this article, we will dive into what external server errors are, their two primary categories (5xx and 4xx), and how they can impact SEO. We’ll also provide practical solutions for addressing these errors to improve the user experience.
 

What Are External Server Errors?

External server errors, as the name suggests, originate from the web server hosting the external website or resource you are trying to access. This can be caused by several things, including but not limited to:

  • A misconfiguration on the server
  • The server being down or unresponsive
  • A problem with the website’s code

External server errors can be classified into two main categories: 5xx and 4xx errors.
 

External Server Errors 5xx and 4xx

5xx errors: These are server-side errors, meaning that the problem is with the website’s server. They are the most common type of server-side error and usually indicate that the website’s code is causing the problem.
This could be because the website’s code is buggy or because the server is overloaded and can’t keep up with the demand. These are the 5xx errors you might run into:

500 – Internal Server Error
501 – Not Implemented
502 – Bad Gateway
503 – Service Unavailable
504 – Gateway Timeout

4xx Errors: These errors mean that the webmaster has either deleted or moved the page to a different URL. They are less common, but they still impact the user experience on your website. Because this can happen on somebody else’s website, and you’re unaware of these changes, you can leave that 4xx links on your page, leading customers to pages that don’t exist. Common 4xx errors include:

400 – Bad Request
401 – Unauthorized
402 – Payment Required
403 – Forbidden
404 – Not Found
 

Can External Server Errors Impact SEO?

Yes, external server errors can indeed have a negative impact on a website’s SEO. Search engines consider a website’s uptime and response time as ranking factors, and external server errors can lead to downtime and slower response times. These errors can also increase a website’s bounce rate, as users encountering errors are more likely to leave the site immediately. Additionally, trust and confidence in the website may erode if users repeatedly encounter nonexistent pages.
So, ideally, you want to keep the number of external server errors to a minimum to avoid these issues affecting the user’s experience.
 

How to Fix External Server Errors 5xx and 4xx

Dealing with external server errors involves taking important steps to maintain a positive user experience and safeguard your website’s SEO performance. Here’s what you can do:

  • Refresh your website.
  • Clear the cookies and browser cache.
  • Replace these URLs with valid links (2xx URLs) and update all incoming references to link to the new URL.
  • If you don’t have relevant links to replace the links leading to pages with external server errors, simply remove these URLs.

If you cannot solve some errors, contact the hosting company, and they will help you solve them.

The post What Are External Server Errors? appeared first on Play Media | Academy.

]]>
https://play-media.org/academy/external-server-errors/feed/ 0
Page Links: Most Common Errors & How to Fix Them https://play-media.org/academy/page-links-errors/ https://play-media.org/academy/page-links-errors/#respond Wed, 20 Sep 2023 08:07:00 +0000 https://play-media.org/academy/?p=7299 Detailed website audits are essential for getting a holistic view of your site’s SEO health and keeping it in good shape. Have you run into any linking-related errors in Ahrefs’ site audit but are unsure what the issues mean or how to fix them? We’ve got you covered!  Today, we shed some light on some […]

The post Page Links: Most Common Errors & How to Fix Them appeared first on Play Media | Academy.

]]>

Detailed website audits are essential for getting a holistic view of your site’s SEO health and keeping it in good shape. Have you run into any linking-related errors in Ahrefs’ site audit but are unsure what the issues mean or how to fix them? We’ve got you covered! 

Today, we shed some light on some of the most common internal linking issue reports that might pop up while you’re auditing your website on Ahrefs and how to resolve them step by step.

Ready to learn how to dodge the bullet? Let’s dive right in!


5 Most Common Internal Linking Issues and How to Resolve Them

It’s crystal clear how important internal links are for SEO due to the link juice distribution they provide. The best way to avoid the usual internal linking pitfalls is to audit your website regularly.

If you run into an internal linking error, don’t cry over spilled milk – get to work! Use our guide to fix them in a flash and nip them in the bud before they do any damage.


1. “Page Has Links to Broken Page” Error

This is a common issue reporting pages that link to URLs returning one of the 4xx or 5xx HTTP (server) response codes, indicating that the page is (temporarily or permanently) unavailable, also known as “broken links.” It means you’ve left some loose ends, resulting in a bad user experience, high bounce rates, and a wasted crawl budget.  

Remove the broken link, point it toward an existing page with relevant content, or set up a 301 redirection to minimize the damage. The 429 and 5xx status codes indicate internal server errors, so you should contact your developer or hosting provider to resolve these issues.


2. “Page Has No Outgoing Links” Error

This issue is pretty much self-explanatory – it reports pages with no internal or external outgoing links, which are “dead ends” for visitors and search engine crawlers. They are unable to pass link equity (link juice) to other URLs within the website, thus damaging website navigation and leading to poor user experience and bad SEO.

Ensure that your website has no “dead ends” by checking the reported pages. Then, simply add links to other relevant pages of the website related to the context of the page. If the absence of links is due to technical issues, address the developer to fix it.


3. “Page Has Links to Redirect” Error

This issue reports pages linking to internal or external URLs returning one of the 3xx error codes, as well as links with redirection chains. If you fail to modify internal links after making any changes to the website structure and URLs correctly, they may redirect to an unwanted URL. This limits access to your website, wastes your crawl budget, and damages user experience. 

Look for the redirecting URLs linked from these pages in the “Internal outlinks to 3xx” and “External outlinks to 3xx” columns. Replace all internal and external links with direct links to the appropriate URL or edit the original URL to ensure that the outgoing redirect leads visitors to relevant, accessible pages or resource.


4. “Page Has Nofollow Incoming Internal Links Only” Error

This issue reports indexable pages that only have nofollowed incoming internal links. It’s okay for a URL to have only nofollow links pointing at it if you don’t expect it to rank or get crawled, like, for example, a user login page. However, they pass no link juice, which means the page won’t accumulate link equity. 

So, if you expect a page to rank in SERPs, it should get relevant followed links from other website pages. To fix this issue, inspect your pages to find links tagged with the nofollow attribute. Then, simply change the links from nofollowed to followed where needed so that it wouldn’t cost you link equity and ranking power.


5. “Orphan page (has no incoming internal links)” Error

This issue reports that you have web pages on your site that lack incoming internal links from other pages within your website. This isolation can lead to a poor user experience, hinder search engine visibility, and result in wasted content.
In short, to solve this problem, identify orphaned pages and create internal links to link them to relevant content, but we advise you to read our detailed guide on orphan pages and how to solve problems with them.

In the world of SEO, internal linking plays a vital role in enhancing user experience, search engine visibility, and overall website performance. By addressing and fixing these common internal linking issues, you’re taking important step toward optimizing your site. Regular audits and maintenance are key to keeping your internal links healthy and ensuring a seamless browsing experience for your visitors. Be careful and go ahead!

The post Page Links: Most Common Errors & How to Fix Them appeared first on Play Media | Academy.

]]>
https://play-media.org/academy/page-links-errors/feed/ 0
4xx Client Errors and How to Fix Them https://play-media.org/academy/4xx-client-errors-and-how-to-fix-them/ https://play-media.org/academy/4xx-client-errors-and-how-to-fix-them/#respond Wed, 20 Sep 2023 06:10:00 +0000 https://play-media.org/academy/?p=7354 The post 4xx Client Errors and How to Fix Them appeared first on Play Media | Academy.

]]>

When browsing the web, you’ve likely encountered various web pages that return different HTTP status codes in response to your requests. Among these, 4xx errors are quite common and typically indicate an issue on the client’s side. These errors can range from something as simple as a missing parameter to more complex problems like an invalid URL. In this article, we’ll explore the most common 4xx client errors, delve into what causes them, and provide solutions to fix them.
 
 

Types of 4xx Client Errors

 

400 Bad Request Error

This error signifies that the server couldn’t process your request due to an issue with your request itself.

Possible causes include:

  • An invalid format or unsupported method.
  • Corrupt browser cache and cookies.
  • DNS Lookup Cache problems.
  • Attempting to upload an excessively large file to a website.

 

How to fix it:

  • Clear your browser’s cache and cookies.
  • Refresh the page.
  • Double-check the URL for typos or illegal characters.
  • Compress the file to ensure it doesn’t exceed the server’s limit.

 
 

401 Unauthorized Error

This error occurs when you lack the proper authorization to access the requested content. It can be due to incorrect credentials or an attempt to access a restricted area of the website.
 

How to fix it:

  • Log out and log back in with the correct credentials.
  • Review the URL for any typographical errors.
  • Clear your browser’s cache and cookies.
  • Flush your DNS.
  • If using WordPress, deactivate plugins to rule out incompatibility.
  • If the issue persists, contact the website’s administrator or technical support team.

 
 

403 Forbidden Error

This error arises when the server responds with a status code indicating that you lack permission to view the requested resource. Causes may include insufficient permissions or a misconfiguration in the server’s access control settings.
 

How to fix it:

  • Carefully inspect the URL for errors.
  • Ensure you’re specifying an actual web page file name and extension, not just a directory.
  • Try clearing your browser’s history, cache, and cookies before reloading the page.
  • Temporarily disable WordPress plugins.
  • If the problem persists, reach out to the website’s administrator or your internet service provider.

 
 

404 Not Found Error

This error occurs when you attempt to access a web page that doesn’t exist. Reasons can include typos in the URL, outdated links, or a deleted page.
 

404 page not found, wrong URL structure
 

How to fix it:

  • Refresh the page.
  • Scrutinize the URL for typographical errors.
  • Clear your browser’s cache and cookies.
  • Attempt to log in from another device.
  • Search for the page using a search engine or the website’s internal search function.
  • If the issue lingers, contact the website’s administrator.

 
*If you have changed the URL of a page, be sure to redirect the old URL to the new one. If you don’t do that, users who click on the old URL will get a 404 error. And we certainly do not want the user to remain trapped on the 404 page, we want him to always get to what he is looking for and we want to enable him to navigate through our site more easily.
 
If you’re still struggling to resolve a 4xx client error, don’t hesitate to contact the website’s administrator or your internet service provider for assistance.
 
Understanding and effectively addressing 4xx client errors are essential for a smooth web browsing experience. By following the steps outlined for each error type and adopting good browsing practices, you can navigate the web with confidence and minimize disruptions caused by these common errors.

To maintain a healthy website SEO, it’s crucial to continuously monitor for 4xx errors and address them promptly. Google Search Console serves as a valuable tool for identifying 4xx errors and other potential issues that could impact your website’s SEO performance.

The post 4xx Client Errors and How to Fix Them appeared first on Play Media | Academy.

]]>
https://play-media.org/academy/4xx-client-errors-and-how-to-fix-them/feed/ 0
(2xx) Status Codes https://play-media.org/academy/success-status-codes/ https://play-media.org/academy/success-status-codes/#respond Wed, 20 Sep 2023 06:05:00 +0000 https://play-media.org/academy/?p=7378 The post (2xx) Status Codes appeared first on Play Media | Academy.

]]>

Common Status Codes

Success (2xx) status codes encompass a range of responses that confirm the successful processing of your client’s request. Below, we’ve outlined some of the most common 2xx status codes and their meanings:

  1. 200 – OK: This status code means the HTTP request was successful.
  2. 201 – Created: The request has been fulfilled, and a new resource has been created.
  3. 202 – Accepted: The request has been accepted for processing but the processing has not yet been completed.
  4. 203 – Non-Authoritative Information: The server successfully processed the request but is returning information that may be from another source.
  5. 204 –  No Content: The server successfully processed the request, but there is no content to return.
  6. 205 – Reset Content: The server successfully processed the request, but the client should reset the document view that caused the request to be sent.
  7. 206 – Partial Content: The server is delivering only part of the resource (byte serving) due to a range header sent by the client.
  8. 207 – Multi-Status: The message body that follows is an XML message and can contain several separate response codes, depending on how many sub-requests were made.
  9. 208 –  Already Reported: The members of a DAV binding have already been enumerated in a previous reply to this request, and are not being included again.
  10. 226 – IM Used: The server has fulfilled the partial GET request for the resource using a range specification (byte serving) or some other conditional feature of the HTTP protocol.

 

The Significance of Success 2xx Pages on Your Website

Ideally, all the pages and resources (videos, images, etc.) on your website should return the Success 2xx status code. This indicates that your website is functioning properly and that visitors can find the content they’re looking for. A healthy website typically boasts a percentage of Success 2xx pages ranging from 85% to 100%.

The majority of your website’s pages returning Success (2xx) status codes is a clear indicator of a well-maintained and user-friendly site. It not only contributes to your website’s overall health but also enhances its visibility in search engine results..
 

How to Generate the Success 2xx Status Code

To ensure your website generates Success (2xx) status codes, follow these best practices:

  1. Functionality Check: Make sure that your website is functioning properly and that all the pages on your website are accessible. If there are any broken links or pages that are not loading, visitors will not be able to access them and will receive an error message instead.
  2. Optimize Titles and Descriptions: Use keyword-rich titles and descriptions for your website’s pages. This will help visitors find your content more easily, and they will be more likely to stay on your website longer.
  3. Content Quality: Ensure that your website’s pages are well-written and informative. If visitors find your content helpful and relevant, they are more likely to visit your website again.

By following these strategies, you’ll not only secure Success (2xx) status codes but also cultivate a positive user experience, improving your website’s standing in the digital landscape. Here’s to your web success!

The post (2xx) Status Codes appeared first on Play Media | Academy.

]]>
https://play-media.org/academy/success-status-codes/feed/ 0
Canonical Tag Errors https://play-media.org/academy/canonical-tag-errors/ https://play-media.org/academy/canonical-tag-errors/#respond Wed, 20 Sep 2023 01:15:00 +0000 https://play-media.org/academy/?p=7463 When managing a website, optimizing all your pages for search engines is a crucial part of the process. One way of doing this is by using canonical tags. However, encountering canonical tag errors on your website can spell trouble for your search engine optimization (SEO) efforts. In this article, we’ll delve into what canonical tags […]

The post Canonical Tag Errors appeared first on Play Media | Academy.

]]>

When managing a website, optimizing all your pages for search engines is a crucial part of the process. One way of doing this is by using canonical tags. However, encountering canonical tag errors on your website can spell trouble for your search engine optimization (SEO) efforts.

In this article, we’ll delve into what canonical tags are, why they are vital for SEO, explore common issues related to canonical tags, and provide effective solutions to resolve them.
 
 

What is a Canonical Tag?

A canonical tag (“rel canonical” tag) is an HTML element that communicates to search engines which version of a page is the original or “canonical” version.

For instance, suppose you have a blog post accessible through two different URLs:

  1. http://example.com/blog-post 
  2. http://www.example.com/blog-post

The canonical tag notifies search engines that the second version is the original and that they should index that version instead of the first one.

Canonical tags can also be used to guide search engines to the primary version of a duplicated page. If you have two pages with similar content:

  1. http://example.com/page-1
  2. http://example.com/page-2

The canonical tag indicates that the first page is the original and should be indexed.
The canonical tag plays a crucial role in optimizing a website for SEO, and it’s essential to be aware of potential mistakes. In the following section of this post, I will explain some of the most common errors related to the canonical tag.
 

Non-Canonical Page Receives Organic Traffic

When a non-canonical page (a page with a rel=”canonical” tag pointing to a different URL) receives organic traffic, it can cause several problems.

The first and most obvious problem is that the traffic is not being directed to the canonical URL, so the page with the canonical tag is not getting the credit it deserves. This can impact your site’s search engine rankings, as well as its click-through rate (CTR) and organic search traffic.

The second problem is that you may be inadvertently splitting your link equity between the two URLs. This can dilute the power of your links and make it harder for your canonical URL to rank well in search.
 

Fixing the Issue

If the non-canonical pages keep showing up on the SERP and receiving organic traffic, the search engine has disregarded your specified canonical page. Here’s how to fix this:

  • Ensure your rel=canonical tags are correctly set up.
  • Check the URL Inspection Tool and see if the canonical URL you’ve specified is considered canonical. 

In the Google Search Console, check if there are any warnings that Google has chosen a different page as canonical instead of the one you specified. Here are a few solutions if Google has ignored your canonical: 

  • Update the content to be more similar to better your chances of Google adhering to the canonical.
  • Change the canonical so that it points to a more relevant link. Sometimes, Google is right, and the URL it chose really should be the canonical.
  • Create a redirect. You can do this if your website is available with and without the www subdomain or through both HTTPS and HTTP.

 
 

Non-Canonical Page in Sitemap

If you have a non-canonical page in sitemap error, it means that your sitemap contains a URL that isn’t the canonical URL for that page. This can happen if you’ve accidentally included a non-canonical URL in your sitemap or if you have two pages with the same content but different URLs.
 

Fixing the Issue

  • Identify the non-canonical URL in your sitemap and remove it.
  • Resubmit your sitemap to Google through Search Console.

 
 

Canonical URL Has no Incoming Internal Links

If you see the error “Canonical URL has no incoming internal links,” it means that your canonical URL doesn’t have any links pointing to it from other pages on your site. This can occur if you’ve recently changed the canonical URL for a page or if you have two pages that have the same content but different URLs.
 

Fixing the Issue

  • Add links to your canonical URL from other pages on your site. You can do this by adding a link to the canonical URL in the body of the page or by adding a link in the navigation of your site.

 
 

Missing Canonical Tag

This error occurs if your pages don’t have canonical tags. Canonical tags are used to tell search engines what the preferred version of a page is, and they are essential for ensuring that your pages are properly indexed.
 

Fixing the Issue

  • Simply add canonical tags to all your pages. If you use WordPress, plugins like Yoast SEO can automate this process.

In conclusion, understanding and addressing canonical tag issues are integral to effective SEO practices. By resolving these issues, you ensure that search engines index and rank your content accurately, ultimately enhancing your website’s user experience and SEO performance.

The post Canonical Tag Errors appeared first on Play Media | Academy.

]]>
https://play-media.org/academy/canonical-tag-errors/feed/ 0
GSC Coverage Analysis Report: Fix Common Issues https://play-media.org/academy/gsc-coverage-analysis-report-fix-common-issues/ https://play-media.org/academy/gsc-coverage-analysis-report-fix-common-issues/#respond Thu, 12 Jan 2023 12:42:26 +0000 https://play-media.org/academy/?p=7895 The post GSC Coverage Analysis Report: Fix Common Issues appeared first on Play Media | Academy.

]]>

Are you tired of wondering why your website pages are not appearing in search results? Have you checked your GSC Coverage Analysis Report and found a list of problems and affected pages If so, you’re not alone. Many website owners experience the same problem and need help fixing it.

A website’s indexing status can be tricky to understand and maintain. Google Search Console (GSC) Coverage Analysis Report is a great tool to help you understand what’s happening. It provides a list of issues preventing your pages from being indexed, such as crawl errors, noindex tags, and blocked resources. But sometimes, it can be hard to interpret the results. 

In this post, we’ll explain some common indexing issues that can occur and help you solve them. 

“Excluded by ‘noindex’ tag”

This issue occurs when a page has a “noindex” tag in the HTML code, which tells Google not to index the page. 

The “noindex” tag can be removed by editing the HTML code of the affected page. It’s important to verify that the tag is removed from the correct page and that it’s not added accidentally to any other page.

One way to fix this issue is by using a web development tool such as Google Tag Manager, which allows you to easily manage and edit the tags on your website without manually editing the HTML code. Another way is using a plugin or extension for your CMS that allows you to manage the “noindex” tags on your pages, such as Yoast SEO for WordPress.

“Indexed, not submitted in sitemap” 

If a page is indexed by Google but not included in your sitemap, you’ll encounter this issue. This can happen if the page wasn’t properly added to the sitemap or the sitemap isn’t submitted to Google correctly.

The “Indexed, not submitted in sitemap” issue can be fixed by ensuring that all the pages you want to be indexed by Google are included in your sitemap and that the sitemap is submitted to Google correctly.

You can start by reviewing your sitemap to ensure all the pages are included. If any pages are missing, add them to the sitemap. To do this, use a sitemap generator tool that automatically creates a sitemap for your website based on its structure and content. Also, ensure that the sitemap isn’t blocked by robots.txt and is accessible for Google to crawl.

Once your sitemap is updated, submit it to Google in the Google Search Console under the Sitemap section. This allows Google to crawl and index the pages included in the sitemap. 

“Submitted URL marked ‘noindex'”

This issue happens when a page is included in the sitemap but has a “noindex” tag, which tells Google not to index the page. 

You can fix the “Submitted URL marked ‘’noindex’’’ by removing the “noindex” tag from the affected page and ensuring that Google indexes the page.

  1. First, check the HTML code of the affected page and identify the “noindex” tag. 
  2. Once you have identified the tag, remove it by editing the page’s HTML code.
  3. After removing the “noindex” tag, notify Google that the page should be indexed. Do this by resubmitting the sitemap to Google Search Console, allowing Google to recrawl the page and index it.

“Crawled currently NOT indexed pages” 

This issue means that a page on your website is crawled by Google but is not indexed. This can happen if the page has a “noindex” tag, is blocked by robots.txt, or has other technical issues that prevent it from being indexed. 

To fix this issue, identify the affected pages by checking your GSC Coverage Analysis Report. Then check for common causes of this issue, such as the “noindex” tag, robots.txt block, or other technical issues.

  • If a “noindex” tag causes the issue, remove the tag by editing the page’s HTML code, as explained previously.
  • If a robots.txt block is the cause, check your robots.txt file to ensure that the affected pages aren’t blocked, and if they are, remove the block so the pages can be indexed.
  • If the issue is caused by other technical issues, such as broken links, missing or duplicate content, or incorrect redirects, use web debugging tools such as Lighthouse to identify and fix the specific issues. 

“Indexed, though blocked by robots.txt”

This issue indicates that a page is indexed by Google but blocked by robots.txt, which is a file that tells search engines not to crawl certain pages on your website. This can happen if the robots.txt file is not set up correctly or a page is accidentally blocked.

Fix this issue by identifying and removing the block in the robots.txt file that prevents the affected pages from being crawled.

  1. Check your GSC Coverage Analysis Report to identify the affected pages. 
  2. Check your robots.txt file to see if they are blocked. 
  3. If the pages are blocked, edit the robots.txt file and remove the block for the affected pages. Be careful when editing the robots.txt file, as a mistake can block important pages from being indexed.

You can also use tools like Google Search Console or other SEO tools to check the robots.txt file and see which pages are blocked by it. This will give you a clear picture of which pages are blocked and which ones should be allowed to be indexed.

“Product Issues Detected” 

This issue results from problems with the structured data on a product page, which can prevent Google from correctly displaying the page in search results.

Check the affected pages in your GSC Coverage Analysis Report to fix this issue. Next, look for common issues such as missing or incorrect structured data, incorrect product information, or other technical issues.

  • If missing or incorrect structured data cause the issue, use tools such as Google’s Structured Data Testing Tool to find and resolve the specific issues. This might include adding the missing structured data or correcting the existing structured data to ensure that it’s correctly implemented and adheres to the guidelines set by Google.
  • If the issue is caused by incorrect product information, check and update the product information on the affected pages to ensure that it’s accurate and relevant.
  • If the issue is caused by other technical issues (broken links, missing or duplicate content, or incorrect redirects), use web debugging tools to identify and fix the issues. 

Soft 404 

A soft 404 is an HTTP status code that is returned when a server returns a “not found” message, but the status code is not a 404. It’s called “soft” because it’s not a true 404 error, but it is considered a problem by search engines because it can prevent them from correctly identifying and indexing the page. This issue can lead to poor user experience and lower rankings in search results. 

Start by identifying the affected pages and then use the URL Inspection tool to examine the rendered content and the returned HTTP code.

  • If the page and content are no longer available, return a 404 (not found) or 410 (gone) response code for the page. These status codes tell search engines that the page doesn’t exist and that they shouldn’t index the content.
  • If the page or content is now somewhere else, return a 301 (permanent redirect) to redirect the user to the new location. This doesn’t interrupt their browsing experience; it also notifies search engines about the page’s new location.
  • If the page and content still exist but are missing critical resources or displaying a prominent error message during rendering, try to identify why the resources can’t be loaded. It could be blocked by robots.txt, too many resources on a page, different server errors, slow loading, or extensive resources. 

Conclusion 

GSC Coverage Analysis Report is a valuable tool for identifying and addressing common issues that can prevent your pages from being indexed and appearing in search results. 

Remember to regularly monitor your GSC Coverage Analysis Report to ensure that new pages aren’t affected by these issues and that the previously affected pages are indexed properly. Doing so will improve your website’s visibility, traffic, and search engine rankings in the long run. Keep in mind that it may take time for Google to recrawl and reindex the affected pages after the sitemap is updated and submitted.

The post GSC Coverage Analysis Report: Fix Common Issues appeared first on Play Media | Academy.

]]>
https://play-media.org/academy/gsc-coverage-analysis-report-fix-common-issues/feed/ 0
Mobile Analysis in Google Search Console https://play-media.org/academy/mobile-analysis-in-google-search-console/ https://play-media.org/academy/mobile-analysis-in-google-search-console/#respond Fri, 30 Dec 2022 11:48:14 +0000 https://play-media.org/academy/?p=7888 The post Mobile Analysis in Google Search Console appeared first on Play Media | Academy.

]]>

Mobile analysis in Google Search Console is a crucial aspect of optimizing the mobile version of a website. With more and more users accessing the internet through their smartphones, ensuring that your website is easy to use and navigate on a smaller screen is vital. 

In this article, we’ll explain how to use the Mobile Usability report in Google Search Console to identify and fix common issues with the mobile version of your website. By addressing these issues, you’ll improve the user experience for mobile visitors and ensure that your website performs at its best. Let’s dig in. 

The Mobile Usability Report

The Mobile Usability report in Google Search Console can identify various issues with the mobile version of a website. Here’s a list of some of the issues that the report may show:

  • Clickable elements that are too close together
  • A missing or improperly set viewport
  • Content that is wider than the screen
  • Text that is too small to read
  • Viewport not set to “device-width”
  • Flash content not usable on iOS

This isn’t an exhaustive list, and the Mobile Usability report may also identify other issues. You should regularly check the report and address any identified issues to improve the user experience for mobile visitors.

Clickable Elements That Are too Close Together

When the clickable elements on a website are too close together, it can be difficult for users to tap on the desired element. This can lead to users accidentally tapping on the wrong element, which can be frustrating and cause them to leave the website.

To fix this issue, try increasing the space between clickable elements or adjusting the layout of the mobile website to make the clickable elements more distinct. Also, consider using larger buttons or links, making it easier for users to tap on the desired element accurately.

A Missing or Improperly Set Viewport

The viewport is the area of a webpage that is visible to the user on their device. If the viewport isn’t set or set improperly, the mobile website may not display correctly on different devices.

To fix a missing or improperly set viewport, add a “viewport” meta tag to the HTML of your website. The viewport meta tag should look something like this:

<meta name=”viewport” content=”width=device-width, initial-scale=1″>

This sets the viewport to the device’s width, ensuring that the mobile website displays correctly on different devices. If the viewport isn’t set to “device-width,” the mobile website may not display correctly on different devices.

Content That Is Wider than the Screen

If the content of a mobile website is wider than the screen of the device, users may have to scroll horizontally to view all of the content. This can be frustrating for users, so it should be avoided.

To fix this issue, ensure that the content of your mobile website fits within the width of the device screen. You can do this by using responsive design techniques, such as using percentages instead of fixed widths for layout elements. This makes sure the content of your website adjusts to the width of the device screen and is easy to view without horizontal scrolling.

Another good idea is testing your mobile website on different devices to ensure that the content fits within the screen width on all devices. 

Text That Is too Small to Read

If the text on a mobile website is too small to read easily, it can be difficult for users to consume the content. This can lead to users leaving the website, which can negatively impact your website’s performance.

You can fix this issue by increasing the font size of the text on your mobile website. You can do this by adding a font-size style to the relevant elements in your CSS file. For example:

p {

  font-size: 18px;

}

You can also consider using a responsive design technique that adjusts the font size based on the device screen size. This can be achieved using media queries in your CSS file. For example:

@media (max-width: 600px) {

  p {

    font-size: 16px;

  }

}

Content not Sized to Viewport

If the content of a mobile website isn’t sized to the viewport, it can be difficult for users to view the content on their device. As a result, users need to scroll horizontally or zoom in to view the content, leading to a poor user experience.

Fix this by ensuring that the content of your mobile website is sized to the viewport. A way to do this is by using responsive design techniques (e.g., using percentages instead of fixed widths for layout elements). This ensures that the content of your website adjusts to the width of the device screen and is easy to view without horizontal scrolling or zooming.

Don’t forget to test your mobile website on different devices and ensure that the content is sized correctly to the viewport on all devices. 

Flash Content not Usable on iOS

Flash content isn’t supported on iOS devices like iPhones and iPads. If your mobile website includes Flash content, it won’t be usable on iOS devices. This can be a problem if most of your mobile website’s traffic comes from iOS devices.

So, to fix this, replace any Flash content on your mobile website with a different technology supported on iOS devices. Some options include HTML5, JavaScript, or CSS3.

Conclusion

In conclusion, mobile analysis in Google Search Console is a valuable tool for identifying and fixing issues with the mobile version of a website. Regularly checking the Mobile Usability report and addressing these issues will ensure that your mobile website is optimized and performing at its best.

The post Mobile Analysis in Google Search Console appeared first on Play Media | Academy.

]]>
https://play-media.org/academy/mobile-analysis-in-google-search-console/feed/ 0
Improving Core Web Vitals: 10 Expert Tips https://play-media.org/academy/improving-core-web-vitals-10-expert-tips/ https://play-media.org/academy/improving-core-web-vitals-10-expert-tips/#respond Mon, 26 Dec 2022 12:41:23 +0000 https://play-media.org/academy/?p=7877 The post Improving Core Web Vitals: 10 Expert Tips appeared first on Play Media | Academy.

]]>

Core Web Vitals are a set of metrics that measure the user experience of a website. These metrics are focused on three key areas of user experience: loading speed, interactivity, and visual stability.

Improving these metrics can help ensure that a website provides a good user experience for visitors. This can help with search engine rankings and lead to more traffic and engagement on the website. So, let us explain what these metrics are and how you can improve them!

Largest Contentful Paint (LCP) 

The first thing we want to explain is Largest Contentful Paint or LCP. LCP is a metric that measures the loading speed of a website – the time it takes for the main content of a page to load. A good LCP score is 2.5 seconds or less.

First Input Delay (FID)

Next we have First Input Delay (FID) which measures the interactivity of a website. It refers to the time it takes for a page to become interactive after a user first interacts with it. A good FID score is 100 milliseconds or less.

Cumulative Layout Shift (CLS)

Finally, Cumulative Layout Shift (CLS) is a metric that measures the visual stability of a website. It indicates how much the layout of a page shifts during loading, and it’s the third crucial factor in determining the user experience. The ideal CLS score is 0.1 or less.

How to Improve Core Web Vitals

If you want to improve your core web vitals and, with that, your website’s user experience and usability, we’ll give you some of our best tips. 

Optimize Images

Large images can significantly impact the loading speed of a page. To improve Core Web Vitals, you can optimize the size and format of your images, and use lazy-loading techniques to defer the loading of images until they are needed. We suggest compressing your images to be under 120 KB. 

 

Reduce the Number of Third-Party Scripts

Third-party scripts, such as ads and social media widgets, can add significant overhead to a page and delay the loading of the main content. To minimize their impact, limit the number of third-party scripts on a page and use techniques like sandboxing, subresource integrity, and content security policy to prevent them from causing issues.

 

Minimize the Use of Disruptive Ads & Designate a Space for Ads

Ads that expand or animate on a page can cause layout shifts and delays in interactivity, impacting Core Web Vitals. To minimize the impact of ads, use techniques like prefetching, preloading, and lazy-loading to improve the loading speed of ads, and avoid using ads that are disruptive to the user experience.

Ads inserted into a page after it has loaded can cause layout shifts, affecting Core Web Vitals. A way to prevent this is by reserving space for ads by adding empty ad placeholders to the page layout so that the ads have a designated space.

 

Use Browser Caching

Browser caching allows a browser to store frequently-used resources on the user’s device, so that they don’t have to be downloaded again each time the user visits the website. Using browser caching can improve Core Web Vitals by reducing the amount of data that has to be downloaded each time the user visits the website.

 

Enable Compression

Enabling compression on a website allows the server to compress the size of the files it sends to the user’s browser, which can reduce the amount of data that has to be downloaded and improve Core Web Vitals.

 

Use Font-Loading Strategies

Web fonts can also cause layout shifts on a page. To avoid this, use font loading strategies like font-display: optional, font-display: swap, and font-display: fallback to ensure that fonts are loaded in a way that doesn’t cause layout shifts.

Minimize the Use of Large JavaScript Libraries

Large JavaScript libraries can add overhead to a page and delay the loading of the main content. We recommend avoiding using large JavaScript libraries unless they are absolutely necessary. Consider using smaller, more focused libraries instead.

 

Avoid Inserting Content above Existing Content

Inserting content above existing content can also cause layout shifts. To prevent that from happening, avoid inserting content above existing content and instead use techniques like prepending content or using absolute positioning to place the new content in a different part of the page.

 

Use a Layout That Doesn’t Rely on Precise Dimensions

Pages with a layout that relies on precise dimensions can be prone to layout shifts, so use a layout that is flexible and doesn’t rely on precise dimensions, such as a grid-based layout or a responsive layout that adapts to the size of the user’s device.

 

Optimize the Loading of Third-Party Resources

Third-party resources, such as fonts, scripts, and stylesheets, often add overhead to a page and delay the loading of the main content. Optimize the loading of third-party resources by using techniques like prefetching, preloading, and lazy-loading to improve their loading speed, thereby improving Core Web Vitals.

 

The Importance of Core Web Vitals

Core Web Vitals are a set of metrics that measure the user experience on a website. Google introduced them to help webmasters and developers understand the factors contributing to a good user experience on their sites. 

These metrics are important because they help ensure that a website is fast, responsive, and visually stable, which can help improve the user experience and increase engagement. Additionally, Google has said that these metrics will become a ranking factor in its search algorithm, so it’s important for webmasters and developers to pay attention to them.

 

Conduct Regular Performance Audits

Performance audits are a way to evaluate the performance of a website and identify areas for improvement. Our advice is to conduct regular performance audits using tools like Lighthouse, PageSpeed Insights, and Chrome UX Report and use the results of these audits to make adjustments and improvements to the website. This way, you’ll make sure that your Core Web Vitals are top-notch.

The post Improving Core Web Vitals: 10 Expert Tips appeared first on Play Media | Academy.

]]>
https://play-media.org/academy/improving-core-web-vitals-10-expert-tips/feed/ 0
How to Create a Custom 404 Page https://play-media.org/academy/create-a-custom-404-page/ https://play-media.org/academy/create-a-custom-404-page/#respond Thu, 22 Dec 2022 14:43:41 +0000 https://play-media.org/academy/?p=7864 The post How to Create a Custom 404 Page appeared first on Play Media | Academy.

]]>

Getting a 404 error page is always frustrating for the user, but there is something you can do to make it a less irritating experience. By creating your custom 404 page, you can reduce the user’s stress and actually provide them with some help and guidance. Here’s how to do it right!

What Is a Custom 404 Page?

A custom 404 page is an error page that is displayed to a user when they try to access a website or web page that doesn’t exist. This page is typically designed to provide the user with information about the error and may include helpful links or suggestions to help them find what they’re looking for. Custom 404 pages are a common feature of many websites and are often used to improve the user experience and provide a more professional and polished look for the site.

Why Custom 404 Error Pages Are Valuable

Custom 404 error pages are valuable for several reasons. 

  1. First, they provide a more professional and polished look for your website, which can improve the user experience and make your site more trustworthy and credible. 
  2. Second, they can reduce frustration for users who encounter a page that doesn’t exist by providing helpful information and suggestions about what to do next. This can prevent users from leaving your site altogether and guide them to the correct page or content that they were looking for. 
  3. Finally, custom 404 error pages can be an opportunity to add a bit of personality to your site and to differentiate yourself from competitors. A well-designed custom 404 page can be a creative and unique way to engage with your users and make a positive impression on them.

Common Mistakes to Avoid With Custom 404 Pages

There are several common mistakes to avoid when creating a custom 404 page. 

  • Avoid using the default 404 error page provided by your web server or hosting provider. This page is often generic and unhelpful and can create a negative impression on your users. 
  • Don’t make the page overly technical or difficult to understand. The page should be easy to read and understand and provide clear and concise information about the error and what to do next. 
  • Don’t make the page too long or cluttered. It should be concise and to the point and only include the most important and relevant information. 
  • Avoid making the page too “salesy” or promotional. Focus on helping the user, not on promoting your business or products.

How to Create a Custom 404 Error Page

To create a custom 404 page, follow these steps:

  1. Decide on the content and design of your page. This should include helpful information about the error and may also include suggestions for what to do next, such as returning to the homepage or searching for the content they were looking for. You can also include links to other pages on your site and can add a bit of personality or branding to the page to make it more engaging.
  2. Create the page using HTML, CSS, or other web technologies. You can use a text editor or an integrated development environment (IDE) to create the page and test it on your local machine to ensure it looks and functions as intended.
  3. Upload the page to your web server, and configure your server to use the page as the default 404 error page. This typically involves adding a custom error page directive to your server’s configuration file and specifying the page’s location on your server.
  4. Test the page to make sure it is working correctly. You can do this by accessing a non-existent page on your site and checking to see if your custom 404 page is displayed as expected.
  5. Make any necessary adjustments, and continue testing until it is working correctly. Once you are satisfied with the page, you can publish it to your live site.

Why Is a Custom 404 Page Important for SEO?

Custom 404 pages can reduce the number of 404 errors on your site, negatively impacting your search engine rankings. When a search engine crawls your site and encounters a 404 error, it won’t be able to access the content on the page, which can affect how your site is indexed and ranked. By providing a custom 404 page, you can prevent search engines from encountering these errors and can help to ensure that your site is crawled and indexed properly.

Other than that, these pages lead to a better user experience, which is a key factor in SEO. When a user encounters a 404 error, they may become frustrated and leave your site altogether. This can increase your bounce rate, which is a measure of how many users leave your site after viewing only one page. A high bounce rate can indicate to search engines that your site is not providing a good user experience and can negatively impact your rankings. Providing a helpful and informative custom 404 page can reduce frustration and help users find the content they are looking for.

Finally, custom 404 pages can be an opportunity to add internal links to your site, which can improve the crawlability and indexability of your content. By including links to other pages on your site on the custom 404 page, you can help search engines discover and crawl more of your content and improve your site’s visibility in SERPs.

The post How to Create a Custom 404 Page appeared first on Play Media | Academy.

]]>
https://play-media.org/academy/create-a-custom-404-page/feed/ 0