Today google adsense send me email you have 3 working days to remove violation content. There is lot of regular link in my directory who need to be removed...i want to save all featured links so i'm wondering if there is way to remove all regular link or we can remove links using specific title in SQL query. i desperately need help only have 3 working days so please help me ASAP.
Why are you assuming that the listings are at fault? It might be your placement or some other violation of their Terms of Service.
That makes more sense. Dump the listings for gambling, pornography, and other adult things if you want to keep using Adsense. Or take the ads off of any page which they appear. The full list of unapproved topics is in Google's terms of service.
you did not give me mysql query to remove regular links but i got idea after reading your comment i can simply just put adsense on main page and remove adsense from all other pages.
Thanks for your Reply but i have millions of links who have time to figure out...Finally what i have done i just put my Adsense in just Index page
Use at your own risk! But something like this DELETE FROM `PLD_LINK` WHERE `STATUS` = '2' AND `FEATURED` = '0';