How to handle mobile site with less pages than the main site?
-
We are developing a mobile version of our website that will utilize responsive design/dynamic serving.
About 70% of the main website will be included in the mobile version. What (if anything) should be the redirect for pages not included in the mobile version of the site?
Also - for one specific section users will be redirected from that page to the homepage, what is the redirect that should be used for this?
Thanks!
-
Hi there!
You shared that you're using responsive along with dynamic serving (can you please specify more?), since for any of those two approaches you will be providing the same URLs for both mobile and desktop users and crawlers, you won't need to redirect:
- With responsive: You use CSS Media Queries and the same HTMLs for both mobile and desktop purposes. Your design will be fluid and always "fit" the visitors device, you won't need to serve different HTMLs nor redirect.
- With dynamic serving: You serve different HTMLs based on the user agent (mobile or desktop) through the same URLs. Since the different HTMLs will be shown through the same URLs no redirect is needed neither. What you need to make sure to effectively implement user agent detection (avoiding the errors specified by Google here), using the vary HTTP header, as explained here.
On the other hand, the mobile Web approach that does need redirects is when you set a parallel mobile Website, for which you will enable a mobile targeted Web version through their specific URLs (it's recommended to show them in an "m" subdomain, following a clean and optimized URL naming system that can easily refer to the desktop one), for example:
- Category A for Desktop version: www.yourbrand.com/category-a/
- Category A for Mobile version: m.yourbrand.com/category-a/
For this last setting you do need redirects, along with the usage of rel="alternate" tag pointing to the corresponding mobile URL from their desktop URL version and a rel="canonical" tag pointing to the corresponding desktop URL from their mobile URL version, in a page to page basis, as described here.
If at some point you have a desktop URL that doesn't have a mobile version (or viceversa, a mobile URL that doesn't have a desktop version) then you shouldn't really do anything "extra" really, since:
- If for some reason a user can end-up visiting for a URL targeting another device and you don't have it, then it's better to leave the users browsing through the other Web version, since you don't really have that content still optimized for them and although not optimized from a user experience perspective, this is better than implement "non-relevant redirects" that would "force" these users to go to other URLs that although will be optimized for Mobile, won't provide the content that they're looking to consume.
- If you correctly configure your mobile and desktop versions tagging they shouldn't rank in the search results that they're not targeting to so the previous situation really would happen mostly if someone directly shares a specific Mobile URL to Desktop users and you don't have that Desktop version for that URL, for example, or viceversa.
So to avoid this type of situation directly the best is to have always a mobile version of your desktop URLs and viceversa, although as you can see, if this is not possible, the alternative scenario (to leave it as it is) is not really negative and shouldn't affect a high amount of your users.
If you have any question or additional doubt, please let me know!
Thanks,
Aleyda
-
2 things - if you are sniffing a browser agent you can sniff and redirect
the other is that if you are designing a responsive website then you shouldn't need to change the content on the site to make it effective on mobiles. I do understand in some cases it can't be avoided but where that is a case you should forward to a subdomain making it easy to deal with redirects
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Unsolved URL dynamic structure issue for new global site where I will redirect multiple well-working sites.
Dear all, We are working on a new platform called [https://www.piktalent.com](link url), were basically we aim to redirect many smaller sites we have with quite a lot of SEO traffic related to internships. Our previous sites are some like www.spain-internship.com, www.europe-internship.com and other similars we have (around 9). Our idea is to smoothly redirect a bit by a bit many of the sites to this new platform which is a custom made site in python and node, much more scalable and willing to develop app, etc etc etc...to become a bigger platform. For the new site, we decided to create 3 areas for the main content: piktalent.com/opportunities (all the vacancies) , piktalent.com/internships and piktalent.com/jobs so we can categorize the different types of pages and things we have and under opportunities we have all the vacancies. The problem comes with the site when we generate the diferent static landings and dynamic searches. We have static landing pages generated like www.piktalent.com/internships/madrid but dynamically it also generates www.piktalent.com/opportunities?search=madrid. Also, most of the searches will generate that type of urls, not following the structure of Domain name / type of vacancy/ city / name of the vacancy following the dynamic search structure. I have been thinking 2 potential solutions for this, either applying canonicals, or adding the suffix in webmasters as non index.... but... What do you think is the right approach for this? I am worried about potential duplicate content and conflicts between static content dynamic one. My CTO insists that the dynamic has to be like that but.... I am not 100% sure. Someone can provide input on this? Is there a way to block the dynamic urls generated? Someone with a similar experience? Regards,
Technical SEO | | Jose_jimenez0 -
Redirecting a single page on a separate domain to a new site?
My client started a subdivision of their company, along with a new website. There was already an individual page about the new product/topic on the main site, but recognizing a growth area they wanted to devote an entire site to the product/topic. Can we/should we redirect that page on the old corporate/main site to the new domain, or just place a link or two? Thoughts?
Technical SEO | | VTDesignWorks0 -
Noindex search result pages Add Classifieds site
Dear All, Is it a good idea to noindex the search result pages of a classified site?
Technical SEO | | te_c
Taking into account that category pages are also search result pages, I would say it is not a good idea, but the whole information is in the sitemap, google can index individual listings (which are index, follow) anyway. What would you do? What kind of effects has in the indexing of the site, marking the search result pages as "search results" with schema.org microdata? Many thanks for your help, Best Regards, Daniel0 -
Has Google stopped rendering author snippets on SERP pages if the author's G+ page is not actively updated?
Working with a site that has multiple authors and author microformat enabled. The image is rendering for some authors on SERP page and not for others. Difference seems to be having an updated G+ page and not having a constantly updating G+ page. any thoughts?
Technical SEO | | irvingw0 -
Will removing the main nav from the homepage penalize the site?
I have a client who offers residential and commercial services. We are dividing up the site into two sections that distinguish between these services and the clients. On the homepage, we ask site visitors to first choose from the Commercial or Residential services. I don't want to have any main navigation options on the homepage because they will change depending on whether you select the commercial option or the residential. Will this hurt the site in terms of SEO? Are there any suggestions of how to structure the home nav so it is not confusing to the visitor, but won't hurt the optimization of the site? Thank you.
Technical SEO | | WebsightDesign0 -
Mobile Site & SEO
If i create a mobile site for a client will google crawl that site for mobile results or will it effect my rankings. My guess is no, just want to make sure. Obviously code will be different.
Technical SEO | | waqid0 -
Prevent mobile site from appearing in the sitelinks of desktop search
Hi, IWe have this mobile page that keeps on appearing in the google search. I even try to put it in the robots.txt to disallow the crawler but still it keeps on popping on the search results. How can I prevent it from displaying?
Technical SEO | | shebinhassan0 -
If you only want your home page to rank, can you use rel="canonical" on all your other pages?
If you have a lot of pages with 1 or 2 inbound links, what would be the effect of using rel="canonical" to point all those pages to the home page? Would it boost the rankings of the home page? As I understand it, your long-tail keyword traffic would start landing on the home page instead of finding what they were looking for. That would be bad, but might be worth it.
Technical SEO | | watchcases0