•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Site Layout and Usability section within the Web Development category of DaniWeb, a massive community of 456,547 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,360 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Site Layout and Usability advertiser: Internet Marketing Services
Views: 1904 | Replies: 9
![]() |
•
•
Join Date: Jul 2007
Posts: 110
Reputation:
Rep Power: 2
Solved Threads: 1
Good day all,
My site, is going through a redesign, an example of which can be found here. The redesign splits up the site into about 250 seperate sites, although they are in fact all one. Anybody viewing the redesign example, will note that the bottom of the page shows about 250 links. These links will be repeated on all the homepages of the 'seperate' sites, giving the whole site over 62,000 links, which should have some beneficial effect with search engines.
Questions.
Does the redesign example have too much of an adverse effect on usability. Is it too off-putting.
Is there a way to produce a drop-down menu that would make these links viewable to a search engine.
Regards
Taffd
My site, is going through a redesign, an example of which can be found here. The redesign splits up the site into about 250 seperate sites, although they are in fact all one. Anybody viewing the redesign example, will note that the bottom of the page shows about 250 links. These links will be repeated on all the homepages of the 'seperate' sites, giving the whole site over 62,000 links, which should have some beneficial effect with search engines.
Questions.
Does the redesign example have too much of an adverse effect on usability. Is it too off-putting.
Is there a way to produce a drop-down menu that would make these links viewable to a search engine.
Regards
Taffd
You can have dropdown menu perfectly indexed by search engines using simple css structure. I run vast number of website that use dropdown menus and I never had problems with search engines indexing my sites. This has been myth same as people pointing that Google likes html pages more than php.
On other hand having so many same pages with just few words different is horrible way to do search engine optimization. You can hurt your business! I suggest immediate removal of all additional pages until you create different text for each page. Search engines see your site as duplicate content monster and will ban your site from their index.
On other hand having so many same pages with just few words different is horrible way to do search engine optimization. You can hurt your business! I suggest immediate removal of all additional pages until you create different text for each page. Search engines see your site as duplicate content monster and will ban your site from their index.
Your own personal CMS
Revolutionary Content Management System
Revolutionary Content Management System
•
•
Join Date: Feb 2005
Posts: 427
Reputation:
Rep Power: 4
Solved Threads: 12
I'm confused...
When you say "dropdown list" ... do you mean a Form Select that acts as a jump menu... or a "list" of links with CSS/JS to make them appear/disappear?
I'm not sure how SE's react to the Form Select (I would guess they cannot seem then as "real links" (I may be wrong though).
As for JS/CSS based menus - so long as the Links are there, and the CSS/JS adds the behaviour, you are fine.
It is when you have a JS menu that Includes the links or creates the lins that you get stuffed.
I would also strongly recommend following the advice of ...Njegos... - if you have pages and pages of almost identical content - you will not do you or your site any good.
SE's such as google want unique, distinct content, not minor variants, and may not index all your site, or even ban it.
When you say "dropdown list" ... do you mean a Form Select that acts as a jump menu... or a "list" of links with CSS/JS to make them appear/disappear?
I'm not sure how SE's react to the Form Select (I would guess they cannot seem then as "real links" (I may be wrong though).
As for JS/CSS based menus - so long as the Links are there, and the CSS/JS adds the behaviour, you are fine.
It is when you have a JS menu that Includes the links or creates the lins that you get stuffed.
I would also strongly recommend following the advice of ...Njegos... - if you have pages and pages of almost identical content - you will not do you or your site any good.
SE's such as google want unique, distinct content, not minor variants, and may not index all your site, or even ban it.
Sometimes life holds wonderful suprises - shame I sleep through them all.
http://www.choose-easyweb.com - Not my design, nor my idea :)
http://www.choose-easyweb.com - Not my design, nor my idea :)
The search engine can find and index content that is in the HTML/XHTML file, but is made to appear and disappear with JavaScript-controlled style changes.
It cannot find or index content that is inserted by JavaScript into an already-rendered HTML/XHTML page.
It cannot find or index content that is inserted by JavaScript into an already-rendered HTML/XHTML page.
Last edited by MidiMagic : Nov 9th, 2007 at 2:00 pm.
Daylight-saving time uses more gasoline
•
•
Join Date: Jul 2007
Posts: 110
Reputation:
Rep Power: 2
Solved Threads: 1
Thanks for all the replies so far folks, I learn more every time I visit daniweb.
Re all the comments about having multiple similar pages, I intend to make each country homepage more specific, thus hopefully avoiding the problem.
The multiple links, while being a trifle unweildy, will stay as they are, I think. The navigation will eventually give users access to over 25,000 news sources, 25,000 forums, 25,000 articles sections, 25,000 democracy sections, as well as some extra goodies. I think if I can make the site 1% successful, I will have achieved something.
Re all the comments about having multiple similar pages, I intend to make each country homepage more specific, thus hopefully avoiding the problem.
The multiple links, while being a trifle unweildy, will stay as they are, I think. The navigation will eventually give users access to over 25,000 news sources, 25,000 forums, 25,000 articles sections, 25,000 democracy sections, as well as some extra goodies. I think if I can make the site 1% successful, I will have achieved something.
•
•
Join Date: Nov 2007
Posts: 86
Reputation:
Rep Power: 2
Solved Threads: 6
I, for the most part, use the trifecta effect using css and html lists for my navigation bar.
http://www.search-this.com/website-d...lover-buttons/
has some information about it, but, I am not sure if there is a better tutorial on the subject.
You can get it to work in all browsers with a couple of javascript hacks.
And, whoever says that it must be static, clearly does not understand that search engines do not read your PHP or asp. They only read the html or Xhtml that any browser would see.
If a search engine could see your scripting, what would stop someone from building one to extract your db connection information?
Back to this question. Search for CSS trifecta, CSS list menu
http://www.search-this.com/website-d...lover-buttons/
has some information about it, but, I am not sure if there is a better tutorial on the subject.
You can get it to work in all browsers with a couple of javascript hacks.
And, whoever says that it must be static, clearly does not understand that search engines do not read your PHP or asp. They only read the html or Xhtml that any browser would see.
If a search engine could see your scripting, what would stop someone from building one to extract your db connection information?
Back to this question. Search for CSS trifecta, CSS list menu
•
•
Join Date: Sep 2007
Location: a small rural village
Posts: 242
Reputation:
Rep Power: 2
Solved Threads: 1
As a non-professional, I would like to say that I found your site interesting and simple to use. However, the repetitiveness of the pages after selecting a link, makes it a bit boring. I realize that it means an awful lot more work, but putting more variety on the different links would add a lot. Maybe you could insertt pictures from the different country links to go with the diffrent texts.
I use JavaScript and CSS for my drop down menus.
To get the search engines to follow the menu links hidden by the JavaScript, I add the section to my code:
To get the search engines to follow the menu links hidden by the JavaScript, I add the section to my code:
<!-- Menu Links for Search Engines --> <link href="index.htm" rel="home" /> <link href="resume/index.htm" rel="section" /> <link href="portfolio/index.htm" rel="section" /> <link href="gallery/index.htm" rel="section" /> <link href="contact/index.htm" rel="section" />
![]() |
•
•
•
•
•
•
•
•
DaniWeb Site Layout and Usability Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
adsense adult advertising blogging bomb book business coding copyright development earth engine failure forum google home hybrid internal combustion engine internet legal malware marketing mcafee microsoft monetization msn news operating pagerank patent phishing privacy publishing revenue search security seo sex silverlight software space spyware support system technical universe web webmaster wiki yahoo
- All you need for Search Engine Optimization (SEO) (Search Engine Optimization)
- Higher search engine rank? (Search Engine Optimization)
- Search Engine friendly vBulletin URL (Search Engine Optimization)
- Search Engine Friendly URL:s in IIS-solutions? (Search Engine Optimization)
- Search Engine quesiton (Site Layout and Usability)
- Search Engine Cloaking (Search Engine Optimization)
- Search Engine Friendly, No reciprocal link free Webmaster Directory! (Relevant Link Exchanges)
- Using Search Engine Friendly PHP URLs (PHP)
Other Threads in the Site Layout and Usability Forum



Linear Mode