0

I have a site made with SPRING mvc and jstl. It has a product catalog on it. Can any one give me some recomendations for making it SEO friendly ? I understand that google's spiders searches in the html pages. However, how do i help them index on what it´s on the database (mysql), like the products and some content ? should i read/do something extra ?

Thank you!

Ernest
  • 962
  • 3
  • 12
  • 28

1 Answers1

1
  1. Open account with google webmasters: http://www.google.com/webmasters
  2. Make your URIs SEO friendly Best way to create SEO friendly URI string
  3. Write service that will create sitemap.xml file for your site. Sitemap should include all the pages that are not obvious to the indexing spider bots.
Community
  • 1
  • 1
MatBanik
  • 26,356
  • 39
  • 116
  • 178