| 
				
				Will this bring Google ban hammer or not?
			 
 So I have a autopilot site with AI content. It updates itself once a day. Right now I have thumbnails linked to larger pictures but changing it to have each own individual page where I can generate space for ads. Now, if I have a list of keywords and automatically generate path based on those, will google count this  as "doorways"..
 Here's example.
 right now:
 
 domain.com  has ->  3243_humb.jpg -> links to 3243_big.jpg
 
 planning:
 
 domain.com has ->  3243_humb.jpg -> links to kew_word_bananza.html -> has 3243_big.jpg
 
 or
 
 domain.com has ->  3243_humb.jpg -> links to kew_word_bananza.html -> has key_word_bananza.jpg
 
 
 all of this on autopilot with crons and scripts.
 |