AngelDrago
New Member
Hello,I made a website about freeware games and added it to Google. The URL is: http://aa.domaindlx.com/freeware/If I type in: freeware computer games, it is number one. But if I type in a name of a game at my site, e.g. "Noirduck's Legacy", none of the results is my site!How is it possible? The keyword is on my site, so why doesn't Google find it?Martijnbecause only one page on your site was crawled, the main page. none of the pages deeper than that are in google.it could be related to 1) the amount of time your site's been in google or 2) the fact that you're using framesI don't know which it is, if it's the first then it should sort itself out normallyYes,Search engines hate frames...Also, read through this forum and you can find all the different ways to increase the visibilty of your site.I read about a noframes tag... what does it look like? Just like meta tag keywords?And what do I have to do in it exactly so Google (and hopefully also other search engines) can crawl through my website?I don't want to delete the frames... but if this works...someone must know it.it was a suggestion in another topic!No frame tag texts and links work. A lof of web hosts use it to forward the sites and get a link back. But it's kinda like SE spam.but how to do it?why not get rid of the frames?how could I do that? I only know html... how can I make a menu and if I change something, that I don't have to change all the 80 pages or so?Does your server support ASP? If so you could use and include file and have the menu in the include file. It works similar to frames but the include file gets "included" as part of the html doc. You can use the same code you currently use in your html files but just change the name to .asp and the include statement will be run server side. If your server supports asp I can give you a better example. I'm sure there's other ways to do this using other languages or html techniques.The noframes tag looks like this<noframes>Info that you want displayed when frames are not supported...can be any vaild html or scripts</noframes>here's more info on the noframes tag - http://www.w3schools.com/tags/tag_noframes.aspphaugh wrote:What's your website address?http://aa.domaindlx.com/freeware/but you can't get there... I will change of host...But maybe I can mail it or so, if you want that..here's a quick demo: http://www.mvcomputers.com/stuff/include_example.asp