When you hand type HTML code, which I do in all these blog posts - yes, I am using something really old school but I like the control - sometimes you have typos in your HTML code. The most common typo I have is doing an a href tag but the A I capitalization because I need to press shift to trigger a < tag and right after that comes the A.
I always hate the way it looks to write a capital A in the href tag but I am always in a rush and I know it works either way, so I leave it.
But does it give Google any issues? The answer is no, Google expects these typos and since it works in a browser, it works for Google Search.
John Mueller of Google was asked about this on Twitter (see what I did there?) and he said "IMO capitalization in HTML attribute names is ignored (eg in XHTML they're often completely in caps)." He did add that it makes sense to do it lowercase and be consistent but hey.
Here is John's tweet:
You mean the capitalization? IMO capitalization in HTML attribute names is ignored (eg in XHTML they're often completely in caps). Personally, I'd try to be consistent, but unless you're using tools of your own that are super picky, it probably doesn't matter.
— 🍌 John 🍌 (@JohnMu) October 29, 2020
I can probably do a quick find and replace on this syntax and fix all my uppercase As in the a hrefs...
Forum discussion at Twitter.