2

I get a lot of 404s on several of my wordpress posts. All the 404 links have [GPT_URL] at the end.

Examples:

  • www.example.com/post-1/[GPT-URL]
  • www.example.com/post-2/[GPT-URL]
  • www.example.com/post-3/[GPT-URL]

Without the string [GPT_URL] at the end all my links are valid. Not sure what is adding this string at the end. Any suggestions on how I could troubleshoot this?

Stephen Ostermiller
  • 98,758
  • 18
  • 137
  • 361

1 Answers1

2

You probably mis-configured some of you ads. GPT stands for "Google Publisher Tag".

There are some fallback tags that are marked up like this:

<script type="text/javascript" src="[GPT_URL]"></script>

If you forgot to fill out the [GPT_URL], a browser thinks its a relative URL and so you get your missing URLs.

Stephen Ostermiller
  • 98,758
  • 18
  • 137
  • 361
L.A
  • 121
  • 1
  • I am lost on how to troubleshoot this and find out where it is coming from. Is this something that is misconfigured in DFP (I use google DFP) or on my side in the WP files? – SmartHomeBeginner May 15 '16 at 22:46