5
One page sites are listed normally in search engines?
There are several articles and it seems that One page sites are not very friendly to searchers, this is a reality? In which cases? Only in content delivered by Ajax?
I think of putting together an "online card" for the customer, with well summarized content, using the Rallax effect, listing only a few forms of contact.
Using as example this site below, what I should do to improve search results?
http://ianlunn.co.uk/plugins/jquery-parallax/
Whereas this site would be just a portfolio, and one page or would not have the same content;
To summarize: A one page with 4 sections, linked by Anchor links has less search efficiency against a site with 4 pages with a Section within each?
Does your site use ajax? The issue is not one-page or use the x or y effect. If the content that needs to be indexed is contained in the HTML that your server delivers, searchers see. If it comes by ajax, they usually do not see and you need to use specific techniques to "chat" with them.
– bfavaretto
Then the site will index normally, appear in searches normally?
– Marcelo Aymone
If everything is being served together, it will be indexed yes. Now, if you will index section links and take them to the correct sections, it depends on your programming. I recommend you test.
– bfavaretto