Video transcription
Vic in utah asks a question:
Can we feed Googlebot version of a page that does not contain any advertising code javascript or otherwise same exact contact which I think means content navigation images etc but just know add code? Thanks,Vic
No, I would not do that because that’s cloaking that’s serving different content to Googlebot then to users and it’s okay to serve up advertising code because typically that stuff that Googlebot knows not to execute.
And even if it doesn’t know about it will trip typically fetch the page and then that page will be blocked by robots.txt.
So,anytime you’re doing something different for users versus Googlebot that’s where you’re running into a high-risk range or if your code has if user agent equals Googlebot that’s where you should start to put up a yellow flag and think about that very carefully.
So, just shirt serve us up the exact same page that a regular user would see will know not to execute the advertising code it won’t make a major difference whether you have one javascript call on the whole page on as far as how your rankings my change and so don’t do all that special work just to shoot yourself in the foot instead show us the exact same page that it that it typical user would see.
Quick Answer: No, that’s cloaking