Is it okay if google caches your mobile website in its database? My website has a different version for mobile users domainname.com/m/
@rahul: Excellent question. There are three popular ways to serve a mobile website: 1. Responsive design 2. Redirecting mobile users to m.domain.com or domain.com/mobile (I prefer the first one) 3. Serving dynamic content based on user agent. I personally prefer #2 because #1 doesn't 'really' work so well and #3 requires a Vary: User-Agent header that reduces efficiency of any reverse proxy caching mechanism (Varnish / Squid / Cloudflare etc.) If you choose option #2, Google should be allowed to cache results.
The URL looks like a webpage on your website. You should have a sub-domain for mobile website. Responsive web design is the best option right now. User can access it from any mobile device, and you don't have to manage two different websites.
Yes responsive Design is the best solution and google recommended it, but when you use subdomain for mobile users there is the danger of duplicate content!
@behnamy / @samuel bursnel : Yes, responsive design indeed is a great solution but it's not the best and it's definitely not the only one recommended by Google. Do have a look at following document: https://developers.google.com/webmasters/smartphone-sites/
Are you sure having a different URL for mobile website has danger of duplicate content? If it is so, I will remove it immediately.
Yes,but there are some Solution to prevent duplicate contents, one of them is using a meta tag for this related pages.
so you don't have anything that specially designed for mobile users and your rank will be reduced for people searching via their mobiles...
Great question and I agree with patco and stick to a responsive design because there are a lot of very easy themes especially if its WordPress.