Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Base Tag in Structured Testing Tool

if i put

<head>
<base href="http://www.domain.com" />
<meta property="og:type" content="article"/>
<meta property="og:title" content="Title"/>
<meta property="og:description" content="description"/>
</head>

in the Structured Testing Tool the follow error message is shown:
Unspecified Type
if i remove the line <base href="http://www.domain.com" />it is fine.
I need the <base> tag.
Whats wrong or what can i do to validate with the base-tag?

like image 809
Lovntola Avatar asked May 23 '26 21:05

Lovntola


1 Answers

I found the problem.

  • If I put the source code of my site in the testing tool, the error message above comes.
  • If I fetch the original URL with the tool, everything is fine.
like image 88
Lovntola Avatar answered May 25 '26 11:05

Lovntola