Hi there,
i developed a single page site where the sections of the site are pages within processwire.
For example imagine this case: I have 3 sections about, work, contact. So i created 3 templates and 3 pages.
Now in my home.php i include them - so far so good.
Thus i get www.page/about, www.page/work, www.page/contact ... and google is indexing this urls.
I don't want that to happen because they content only works within the home where the css and js is loaded.
What can i do? Can i simply disallow them in a robots.txt like: Disallow: /about/ ... or will this be a SEO killer?
Thanks in advance & cheers Simon