I do that quite a bit, and I haven't had any issues.
Posts made by vagish
-
RE: Is it ok to have nothing underneath your H1?
-
RE: Parallax websites - good for SEO?
One issue I found was the speed. Also I don't think I've actually seen any sites ranking highly while using a parallax style theme. I actually built a site with a parallax site for a client (but he didn't care about SEO).
It took 15 seconds to load her site: http://gtmetrix.com/reports/flowerbeauty.com/tVCtPPl3 with nearly 300 HTTP requests. If I remember correctly you can only have 8 HTTP requests running concurrently per domain. These requests can be reduced by better caching and css image sprites.
From an SEO point of view I can't really say, but maybe having a look at lots of similar websites would be useful.
-
RE: Sudden drop in rankings. Please help.
Placing an advert in your banner especially when it is javascript can slow down the loading of your page. You can try async:
Source: W3Schools
It will then asynchronously execute while the rest of the page is being parsed. I think currently it is waiting for the JavaScript before loading. You can monitor page speed in Google Analytics and that might help you identify, look back at the page speeds before you put the adverts in. You can actually make Google generate asynchronous Adsense code for you to put on your website. Read the Google help section here.
-
RE: Advantage in PPC for megaspenders like VistaPrint and Office Depot?
Quality score won't be influenced by the name of the company. I know having the keyword in the title/description and a good CTR can increase the quality score. You can find some information on their AdWords here: Vistaprint and OfficeDepot and (however I would take that would a grain of salt as I don't know how they actually acquire that information). You can search in different countries and different domains from SEMrush.
Hope this helps!