Thanks a lot! Have a good day!
понедельник, 8 ноября 2021 г. в 21:36:04 UTC+3, seank...@gmail.com:
> svc, err := indexing.NewService()
> res, err := svc.UrlNotifications.Publish(&indexing.UrlNotification{ /*
> things in here */ }).Do()
>
> On Monday, November 8, 2021 at 6:59:31 PM UTC+1 ladonki
Hi,
I'm new to Golang so sorry if the question seems stupid.
I'm trying to inform google about a new job on my website using the
following documentation
- https://developers.google.com/search/apis/indexing-api/v3/prereqs
At the end of the page they provide the instructions of how to do it usin