Jump to content

Does javascript form post reduces the SEO??


watsmyname

Recommended Posts

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.

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.