Search Knowledge Base by Keyword
-
Getting Started
-
-
- Articles coming soon
- Server Last Update Element
- Add URL's to Ignore and Exclude
- Enable or Disable Canonical Checking
- Enable or Disable Forced Lower Case
- Enable or Disable Robots Checking
- Root Domain - Set URL for HREFLang XML Server Location
- Set URL's to Include in XML
- Set/Change Exported XML File Size
- Setting X-Default Language
- Enable or Disable URL Checking
- Error Checking Options
- Enable Mapping Tag Names
- Disable or Enable HTTPS Checking
- Disable or Enable Strip index.html in URLs
- Select User Agent
- Enable Custom Index XML File Name
- Auto Uploading XML Files
- Set URL for HREFLang XML Server Location
- Setting Global File Name Prefix – XML Site Maps
- Set Export Type
- Show all articles ( 5 ) Collapse Articles
-
-
-
Managing Projects
-
- Import Individual Excel or CSV files for each country/language
- Import Individual Sitemaps for each country/language
- Importing Blended (Multiple Country Version) XML Site Map(s)
- Importing Multiple XML Index Site Maps
- Importing Multiple XML Site Map(s)
- Importing XML Index Site Map(s)
- Importing Zipped XML Index Site Map(s)
- Append New URL's to Existing Country
- How to Delete or Exclude URLs
- How to Add URLs to a Country
- 200 Indexable URLs
-
- AllowList HREFLang Builder
- Auto Import XML Sitemaps from Dropbox
- Screaming Frog for URL Auto Updates
- HREFLang Builder Bot
- Use Auto Update to Add New URL's
- Setting up Lumar (FormerlyDeep Crawl) API
- Lumar (DeepCrawl) API Considerations
- Setting up OnCrawl API
- Auto Uploading XML Files
- Setting up AWS S3 Bucket for XML Site Maps
- How to Add New URLs to Hreflang Builder
- Setting up Content King API
-
- Mapping Different Page Names
- My Local Country Site is in English
- Using Missing Page Identification Feature
- How do I upload a custom URL mapping table?
- How To Map Alternate URLs
- Mapping URL's with Product ID's
- How do I download my custom URL mapping table?
- Building a Manual Mapping Matrix
- Image Sitemap Extraction for Product Mapping
-
- Adding a new site to an existing project
- Editing Existing Projects
- Editing the Country or Language of a Site
- Import Individual Sitemaps for each country/language
- Reviewing the Update Status Report
- Setting a Global Language
- Setting or Changing the Country or Language
- What happens once my HREFlang XML is created?
- Setup Automatic Updates
- HREFLang for Regional Sites
- AllowList HREFLang Builder
- How to Remove a Country or Language Clone
- How to Clone a Country or Language
- How to Clone a Country or Language for X-default
- Removing a Country or Language
-
-
Best Practices
- Duplicate URL's used in HREFLang Elements
- How do I Add a New Country or Language Version to an existing project
- I have localized URL's can I use HREFLang Builder?
- What are the red rows in my project?
- Why are some URLs missing from my XML?
- How do I Add or Replace URL's for a country?
- Can I use a global language like French?
- What are the red rows in my project?
- Finding Included URLs
-
Troubleshooting & Errors
- Consistent URL Counts
- Downloading Non-200 Indexable Status Error Reports
- Using Missing Page Identification Feature
- Why is my country file missing?
- My Project is all Red
- Find URL Source Files
- Why do I have an Unknown_Unknown_csv File
- URL is Redirecting to Error
- Country and Language Mismatch
- Multiple Tags for this Language-Region Code
- Status 0 Code
- Finding Included URLs
-
HREFLang Basics
- Are HREFLang Statements Case Sensitive?
- Can HREFlang Builder be used cross domain?
- Does HREFLang URL Order Matter?
- Does the URL order matter for HREFLang elements?
- HREFLang for Regional Sites
- When to use HREFLang Elements?
- What is the HREFLang Element?
- Using Canonicals and HREFLang Tags Together
- How to Rebuild or Update HREFLang XML Site Maps
-
HREFLang Mistakes
- Error - Canonical is Self-referencing HREFLang Entry
- Error - Combining HREFLang and Canonical Tags
- Error - Combining Multiple Country or language codes
- Error - HREFLang only on Dot Com Domains
- Error - HREFLang Only on Home Page
- HREFLang Return Tags are Missing
- Mistake - Canonical Mismatch Errors
- Mistake - Incorrect Country or Language Codes
- Mistake - Too Many HREFLang Elements in a Page
- Mistake - Uploading URL's with Errors
- Mistake - Using Protocol-Relative URL's in HREFLang Tags
- Return Tags Not Matching Self-Referencing Values
-
HREFLang Builder General
-
Reports
-
Features
Status 0 Code
If you get a Status 0 code in your update report or in the view screen the following may help you understand the reason for the code and how to fix it.
Meaning of Status Code 0
Status 0 , means that we did not get a normal response from teh server nor did we get any sort of Header Status code. For example browser says status = (failed)
Reason 1 – Incorrect Server Logic
In a nutshell, the page won’t load and give us any response. This is often due to some logic on the server that sends it into a loop or breaks the connection. There are many reasons for this. Our suggestion is to try to load some of these pages in different browsers and see if you can replicate it.
A second reason is a misconfigured both check protocol. Since we are pinging these pages the DevOps team may not have configured the whitelisting correctly and when we request it repeatedly rather than rejecting us with a 403 error, the server simply does not know how to respond and does not give any status code. This may be the case when you can load a page in your browser but we cannot. You can try to use your SEO Diagnostic tool of choice to put load on on the server to diagnose this problem.
Reason 2 – Incorrect/Expired Secure Certificates
When we request a HTTPS Secure page the browser checks the HTTPS certificate. For example, if you have a site mysite.ie but the https certificate is mysite.com page the browser will send an invalid secure certificate warning. It does not give an error code. But if you go to this page with your browser you should get the same error.
Along those lines, many large sites on multiple domains fail to configure an intermediate HTTPS certificate so servers do not know if this is a valid certificate. Simply set the certificate correctly and these errors should stop.