skip to Main Content

I want to know if it is possible to split a single page into several unique pages so that Google sees them as a separate page and indexes them as such.

As an example there would be a landing page called ‘Creative’.

Within this page are different sections, currently just divs with a unique id e.g. branding, packaging.

As you scroll to those sections, I would like the url to go from:

  • www.site/creative/

TO

  • www.site/creative/branding

TO

  • www.site/creative/packaging

There is no lazy loading taking place. The divs are all displayed upon the page loading.

The reason behind doing this is that there is not enough content to warrant the additional pages but the SEO value of these different urls is required.

Thanks for your time and help with this.

3

Answers


  1. You can create parent pages. But when you don’t get enough content and you split your content into subpages you will create double-content.

    You can try to spin your content in unique new content to fill the deep pages.

    Login or Signup to reply.
  2. Yes, Google Certainly index your content for sub-pages, if you have unique content for both the branding and packaging URLs. And also try to create long content for the pages which describe in depth about service, so GoogleBot will be easily cached your page.

    Login or Signup to reply.
  3. If you uses a cms for web creation and did parallex website, it’ll automatically index the various sections of your website into different pages for indexing.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search