1
Answer

how we can do SEO for database driven website

jatin k

jatin k

12y
3.1k
1
Greetings for the Day!

I have been developing a asp.net website in which all the books (in pdf format) are stored in folder and their names and descriptions stored in a database table, when user search any kind of book it shows the list of the book with names and descriptions related to the searched item. now my question is here how could I do seo of this website so that google read its all the books names and descriptions ?

Thanks
Answers (1)
0
Shivanand Arur

Shivanand Arur

NA 4.9k 745.3k 12y
You can describe the meta tag description, content and keywords just the way we do in any static website... You can define the content like this...

<meta name="description" content="Description of your website.... What your site is all about...">

and 

<meta name="Keywords" content="Here you can describe the keywords used in your site... In your case you can use book names, etc.... Check out for some seo keywords on google for your pdf books"...

You should also popularize your website, by creating accounts on social networking sites like, Facebook, Google Plus, Linked In.... Do remember, the more good keywords you use in your site and the more links you give to your site... the more better SEO u r doing/performing.

Hope this helps you. Feel free to post your question if you still have any doubt.

Thank you.