This is a discussion on A Question Regarding Javascript/Ajax and SEO? within the JavaScript forums, part of the Beginners AJAX category; We are planning on upgrading our site to be largely dependant on Ajax to make the site more functional and easier to use, however I am concerned that since search ...
|
|||||||
| JavaScript JavaScript is the name of Netscape Communications Corporation's and now the Mozilla Foundation's implementation of the ECMAScript standard, a scripting language based on the concept of prototype-based programming. The language is best known for its use in websites (as client-side JavaScript), but is also used to enable scripting access to objects embedded in other applications. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Junior Member
Join Date: May 2007
Posts: 1
Rep Power: 0 ![]() |
A Question Regarding Javascript/Ajax and SEO?
We are planning on upgrading our site to be largely dependant on Ajax to make the site more functional and easier to use, however I am concerned that since search engines are our primary source of traffic that using Ajax could hinder their indexing of our site. We have an article directory that has about 80000 articles, and need the search engines to be able to fully index it without any trouble.Is there a reliable way to provide the search engines and also visitors without javascript a version of the page without javascript and everyone else an ajax powered page? If so could some one provide an example of how to choose which version to give them or point me in the right direction to figure out how to do it?Thanks,Mike
|
|
|
|
| Sponsored Links | |
|
|
#2 (permalink) |
|
Junior Member
Join Date: May 2007
Posts: 1
Rep Power: 0 ![]() |
You can use tag to provide the search engines a version of the page without javascript.The noscript element is used to define an alternate content if a script is not executed.Alternatively, you can create a site map with links to your articles. Make sure to split it to subpages, so that each sub page has less than 100 links (recommended by Google).
HTML tag: http://www. |
|
|
|
![]() |
| Bookmarks |
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| XML Question? | AskTheExpert | XML and XSLT | 0 | 10-31-2007 04:28 PM |
| A Javascript Question! Please answer? | boxer111 | JavaScript | 0 | 05-26-2007 02:11 PM |
| CSS Question? | virus_photo | XHTML and CSS | 2 | 05-04-2007 11:16 PM |
| CSS Question? | jackal141200 | XHTML and CSS | 0 | 04-12-2007 10:13 AM |
| Javascript question using Frames? | yoelbenyossef | JavaScript | 2 | 03-21-2007 09:39 AM |