watsmyname Posted December 24, 2009 Share Posted December 24, 2009 hello, As my topic says, i have a project in which lots of forms are submitted via javascript. Does this makes impact on SEO? does it makes impact on google analytics?? Thanks watsmyname Link to comment https://forums.phpfreaks.com/topic/186277-does-javascript-form-post-reduces-the-seo/ Share on other sites More sharing options...
The Little Guy Posted December 24, 2009 Share Posted December 24, 2009 The less content on the original page, the less Google/Yahoo can gather information about. If you would like to optimize SEO on JavaScript enabled webpages, then you should put in metadata, such as keywords and descriptions. <head> <meta name="description" content="this is my description" /> <meta name="keywords" content="keyword 1, keyword 2" /> </head> When placing these, be cautious and don't be too redundant, or Google/Yahoo may consider that spam and wont index your site and/or pages. Link to comment https://forums.phpfreaks.com/topic/186277-does-javascript-form-post-reduces-the-seo/#findComment-983786 Share on other sites More sharing options...
watsmyname Posted December 25, 2009 Author Share Posted December 25, 2009 The less content on the original page, the less Google/Yahoo can gather information about. If you would like to optimize SEO on JavaScript enabled webpages, then you should put in metadata, such as keywords and descriptions. <head> <meta name="description" content="this is my description" /> <meta name="keywords" content="keyword 1, keyword 2" /> </head> When placing these, be cautious and don't be too redundant, or Google/Yahoo may consider that spam and wont index your site and/or pages. Hey thank you very much for the reply Link to comment https://forums.phpfreaks.com/topic/186277-does-javascript-form-post-reduces-the-seo/#findComment-983890 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.