Mobile app version of vmapp.org
Login or Join
RJPawlick198

: How to SEO a Single-Page website I am creating a new website for a client, and I think a single page website / layout will be pretty neat. There is not that much detailed content, it is

@RJPawlick198

Posted in: #Seo

I am creating a new website for a client, and I think a single page website / layout will be pretty neat. There is not that much detailed content, it is a company that imports a lot of products from different companies. So it will be a bit of a showcase of the different types of products / equipment you can order. Of the whole catalog only maybe 10 products are actually shown.

Now I have the basic structure with sections and links like:


#home / #products / #equipment / #services / #contact.


Now from what I understand is that Google does not index links containing #, so there will be no problem of duplicate content, everything will be indexed as the frontpage.

Now what I want to optimize is searching. This company is agent of some product in the country, meaning only they have the permission to import and sell that product. This means that when somebody searches for product x, this website pops up as the first hit.

Now can I make it that they will be automatically brought to the #products part of the website directly from google.

I was thinking of something like having google index the different sections as different pages. Is something like that possible?

10.04% popularity Vote Up Vote Down


Login to follow query

More posts by @RJPawlick198

4 Comments

Sorted by latest first Latest Oldest Best

 

@Annie201

While a single page site may improve relevancy for primary keywords you're more likely to dilute relevancy for sub topics and terms that might rank easier on individual pages. Consider Hummingbird - If one page contains diluted information the page will become less relevant and will be impossible to optimise for any one section. I would not recommend optimising for a single site but to instead build out the 5 pages separately.

If you're going to optimise for a single page site I'd recommend the following:


Make sure the content sections are defined and H tags are well optimised
Place each section of content inside it's own DIV
Make sure DIV IDs are keyword optimised
Create Anchor links for each section of the site
Make sure each main title is wrapped in a H1 tag.

10% popularity Vote Up Vote Down


 

@Moriarity557

Google has changed, now you can be #1 in google with one page very well.
Now are many articles about that, I found one that I liked very much , but are many more.

You kinda need to do little things that will count.


Paginate the content
Make a good css for spiders
Seek authority - BUILD STRONG LINKS !!!
H1 tags !
Be best on readability
Keep it fresh


More on www.awwwards.com/seo-tricks-for-one-page-websites.html
The google algorithm is updated alot and we can't find the secret key.
www.google.com/insidesearch/howsearchworks/thestory/

10% popularity Vote Up Vote Down


 

@Rivera981

You can have accesible/indexable pages of each section as an alternative version of your webapp.
In your situation you need to have this pages:
Home,
Products,
Equipment,
Services,
Contact

When javascript isn't enabled you need to have 5 pages. Each page need to have specific title and show specific section to user (not the others).
When javascript is enabled you can load your webapp.

Fot big projects you should look this project:
www.asual.com/swfaddress/
(seo example includes datasource.php to do what i have told)

Example:

Home: /

<nav><stong>Home</strong> <a href="/products">Products</a>...</nav><div id="webapp">Home static content</div><script>window.onload=function(){
/*load webapp*/
}</script>

Products: /products

<nav><a href="/">Home</a> <stong>Products</strong>...</nav> <div id="webapp">Products static content</div><script>window.onload=function(){
/*load webapp*/
}</script>


etc

10% popularity Vote Up Vote Down


 

@Pope3001725

Single page websites are bad for SEO. Period.

Since search engines rank web pages and not websites you need to make sure each web page is tailored towards a specific topic so it optimized to rank well for that topic. Putting more then one topic on a page dilutes that page's value for each topic and thus hurts its chances of ranking for both topics. It gets worse as you add more topics to that page. It also isn't useful for users since they have to sift through content they're not interested in to find the content they are looking for.

Additonally, internal links are valuable tools for SEO. They're almost as good incoming links from external sites and their anchor text does have value. Having a single page website means you are missing out on them.


I was thinking of something like having google index the different sections as different pages. Is something like that possible?


No.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme