What is confusing is inspection of the html code in Google shows the following:
<a href="https://tools.usps.com/go/TrackConfirmAction!input.action?tLabels=9405528206335492487639 target=" _blank"="">9405528206335492487639</a>
Shouldn't "tLabels=" just be the number?
But I can't figure out how to correct it
So I uploaded all the TyP files again and the header issue is resolved
I do not have an answer for why it resolved itself.
However I am still having the issue of the word "TARGET" being added to the end of tracking number and the link opening the in the same window and not a new tab.
The front end customer view link works perfectly
![]()
Yes, I implemented that change but it did not fix it.
I tried making changes to it but any of the changes I made would not reflect on the site when I was using Google developer panel to inspect the code to see if anything was changing or not. For example if I changed the syntax where it was incorrect the page would no longer work but if I changed something like target="_blank" to target="_new" it would not show that as having been changed in the inspection window. It would still show target=" _blank.
It also continues to open the link on the same page and not create a new tab.
So nothing I do to the TyP file TyPackageTrackerAdminObserver.php reflects in the inspection window of Google
I completely removed '" target="_blank" rel="noreferrer noopener">' . $track_id . ' from the file but that portion continues to show up in the inspection window of Google
Change the syntax of that line and the page quits working but that is the only reaction I can get out of it.
Bookmarks