Archived topic
GP button link does not work
3 replies · Started by Knuth Becker on September 4, 2021
Hi.
The GP button link does not work. It keeps linking internally, whereas I want to link externally which breaks the link (i.e. it puts the domain in front so that it would be e.g. mysite.com/google.com). See photo attached.
Hi there,
can you share a link to the page where i can see the button?
Of course, apologies. https://gulvlaegger.dk
Looking at the page the HTML its outputting is this:
<a class="gb-button gb-button-99d7c069 gb-button-text" href="gulvlaegger.dk/go/3byggetilbud-gulvfirma">3byggetilbud.dk: Modtag 3 uforpligtende tilbud på nyt gulv</a>
The issue is because of the href is missing the https://
href="gulvlaegger.dk/go/3byggetilbud-gulvfirma"
Was the link manually typed in ? If so you have to include the https://
If you searched for the page then it should have generated the correct link
Let me know