Forum Moderators: Robert Charlton & goodroi
e.open("GET", "https://example.com/feed.php?letter=A&id=" + myId, true); e.open("GET", "https://example.com/feed.php?letter=B&id=" + myId, true); What do you see when you go to GSC and request rendering the URL of one of the pages where the AJAX code is used?
Is there any reason they cannot access the other .js file that provides the ID numbers?
I should add, if the .js that adds the ID is activated on click only, it might be an issue.
myblock.addEventListener('click', function(event) {
var myId = myblock.id