jeudi 2 avril 2015

best practice for single page loaded by ajax and seo

I'm developing a site wich has the following structure:



<body>
<section>
<sub-section>
Content 1
</sub-section>
<sub-section>
Content 2
</sub-section>
</section>
<section>
<sub-section>
Content 3
</sub-section>
<sub-section>
Content 4
</sub-section>
</section>
</body>


Once the page is loaded all the sections are loaded by ajax. The site has two language so if the user decides to switch the language, all sections are loaded again but in a different languaje.


The goal is to get each section indexed as a different page by the google crawlers.


My approach so far is the following:


Each section has metadata: keywords, title, etc. When a user types: http://ift.tt/1DCCsX1 the page is loaded with the metadatada of the required section.


The problem is that when googles crawls it will see that each different pages has different metadata values but the same html structure.


Do you have any suggestion on how to solve this?


Thanks!





Aucun commentaire:

Enregistrer un commentaire