hi friends,
I am having a wordpress blog which i would now like to create a mobile friendly version of it.
I managed to install a plugin which solved it to a extent
but how can i monetize it with google adsense for mobile content.
Is creating a new subdomain ie m.mysite.com necessary for it.
Please help....

Dani AI

Generated

Thread summary and practical next steps based on the posts by and : the OP used a WordPress plugin to produce a mobile version and asked whether a separate m.example.com is required to run AdSense. A mobile wrapper plus a mobile ad network was mentioned as a working route, but that is only one option and not the only way to monetize.

Prefer a responsive site. Responsive design (same URL + CSS media queries) is simpler for search, analytics, and AdSense because there is a single canonical URL and the same ad code adapts to different screen sizes. If a separate mobile URL is chosen, implement Google’s separate-URL best practices (desktop pages should reference the mobile URL with rel="alternate" and mobile pages should use rel="canonical" back to desktop) to avoid indexing and duplicate-content problems.

Ensure basic mobile setup:

<meta name="viewport" content="width=device-width, initial-scale=1">

For monetization: use AdSense responsive ad units or Auto ads so the ad sizes adapt to screen width. In WordPress, insert ad code via a trusted ad-management plugin or directly in theme templates so the ad container can be fluid (max-width:100%). Follow AdSense placement rules to avoid accidental clicks and comply with program policies; check the AdSense Help Center for current requirements ().

Quick checklist: run Google’s Mobile-Friendly Test (mobile-friendly test), validate the viewport (see MDN), check page speed and ad load on real devices, and monitor impressions/CTR after switching methods. If issues persist, log specific errors (broken layouts, blocked scripts, invalid ad tags) for targeted fixes.

Recommended Answers

All 3 Replies

I know many are facing the same problem as me. But I found out a way to solve it using mippin for creating the mobile site and admob for monetization

I have heard AdMob as an option. Check them out. I personally have not used them but do let us know how it works out.

I have heard AdMob as an option. Check them out. I personally have not used them but do let us know how it works out.

I too don't know much about this method but there is an easy way implementing this is in wordpress.
This link will help you.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.