Mobile app version of vmapp.org
Login or Join
Tiffany637

: What about SEO in one page website with ajax loaded content? Possible Duplicate: One page portfolio - Effect on SEO As my title I'd like to build a website with just one input

@Tiffany637

Posted in: #Ajax #Seo

Possible Duplicate:
One page portfolio - Effect on SEO




As my title I'd like to build a website with just one input text for searching restaurants and I would like to load via ajax in the same page the resultst in a list.

After the list is loaded if you click on one row for Restaurant details it load via ajax all the Restaurant details.

what about SEO in a website structure like this?

There is a way to index every single restaurant?

I'm pretty new in SEO and every comment will be for sure important to me in order to understand and learn more about it.

Cheers

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Tiffany637

2 Comments

Sorted by latest first Latest Oldest Best

 

@Sent6035632

Google has a system for this:
developers.google.com/webmasters/ajax-crawling/
Other search engines may or may not implement such a system.

10% popularity Vote Up Vote Down


 

@Cugini213

Even if the content is going to be loaded dynamically using Ajax you still will need some static html for the layout and structure.

When you say I'd like to build a website with just one input text for searching restaurants do you mean that is like the layout of Google just one input field in the center of the page ?

Even if you want to keep the layout very minimalistic, try to embed the keyword that you are focusing on the title, url (if you can), h1, h2 and on the first paragraph of the content. You can use some jQuery to make a toggle button which hides the content from the user unless they click it. The content could be an introduction about the service and the benefits that it brings to the table, that way you help SEO and you also help the users.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme