Forum Moderators: open
put keywords and phrases in index.html noframes tag and links to optimized pages. But: Google and other search engines do not follow these links nor do they index them (or properly).
What would be a solution for this? There are not many other options as these sites to be optimized are frames-sites and run in a cms-system in which I can hardly change anything. The websites themselves have a PR from around 4 or 5.
Is the proper solution to include a non-visible frame in which a sitemap (with links to the optimized pages).
I wouldn't include a non-visible frame.
If you use normal HTML links in the naviagtion frame Google will follow these links and find all pages without problems. Also, you can add a link to a sitemap in one of the content pages which is visible for the users as well as for Google.
Links in the noframe tag are indeed ignored. This situation is unchanged for a long time. However, text in the noframe tag is still indexed (and contribute to the ranking).
That's the CSS forum. The W3C has the full CSS Specifications [w3.org], it's all there in depth.
I'm not so sure I'd be hiding links with CSS.
I'm not so sure I'd be hiding links with CSS.
I've added 5,000 pages to my site in the past three months. They are all indexed within the site 100 links to the index page. I've been waiting MONTHS to get them indexed. The index pages haven't been updated in Google in MONTHS. All the new pages are in Google's index and the index pages STILL haven't been updated!
I figured that since the new index pages are two levels down from the home page that putting links to them in the home page would help. They look terrible sitting at the bottom of the home page. They are also linked from my sitemap (Which Google only indexed part of because so many pages are listed.)
Putting in
<div style="VISIBILITY: hidden;">
before the table of links and
</div>
after the table of links ends at the bottom of the page
accomplishes the goal of keeping the links out of view of the normal site visitor but ensures that the links get spidered (hopefully)
But for a few particular sites I cannot change anything as these are CMS-run sites. The option of using and optimizing another domain name and forward it is also what we want in this particular case.
So the option was to create optimized (keyword)pages and have the forwarded to the homepage (a common thing). But as it is a frame site and there is no option of putting (hidden) links the idea came up of creating an addtional frame (hidden for visitors). In this frame the links to the created optimized (keyword)pages will be put. Perhaps these links would get some PageRank distribution aswell.
I know that this might not be the best strategy, but in this particular case is it a go or a no go and what are aspects to keep in mind or are there any further suggestions out there?
It will benefit others as well as this may be a strategy which may be easy to follow.