Forum Moderators: Robert Charlton & goodroi
Responsive web design... any SEO benefits?
Publié par Dairine Kennedy, au nom de l'équipe Google Mobile
/* Responsive iFrame */
.responsive-iframe-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
<!-- Responsive iFrame -->
<div class="responsive-iframe-container">
<... iframe code >
</div>
Google AdSense told me (last week) that an English announcement was coming "very very soon" to the AdSense blog. They added the extra "very", I didn't.
I find it very hard to believe that Dairine Kennedy ( Irish ) has for a "mother tongue" , French or German.
Google AdSense told me (last week) that an English announcement was coming "very very soon" to the AdSense blog. They added the extra "very", I didn't.
I guess/hope you are talking about enabling Arbitrary Sized Ads (non standard ads) to all publishers.
is it really a case of "light touch"
navigation is cumbersome because they've gotten rid of their standard navigation into
is it really a case of "light touch" - small adjustments to your site
I also have a blog that has a mobile version of the site (not responsive) and while it looks fine on the smart phone screen it looks crappy on the tablets.
Responsive layout is the future. No doubt about that.
Designing Responsive is like designing three websites at once.
There are really only two different basic screen sizes to regard:
1. desktop computers, notebooks and tablets
2. smartphones
I feel sorry for anyone having to adjust a large, existing site to be responsive. Designing Responsive is like designing three websites at once.
I'm not sure of the effect it has on SERPs, just whatever you do, don't be like NASCAR and design with tablet users in mind first, then mobile, THEN desktop.