If you cut a page by separating head
, nav
, etc ... And pull everything with include
on index.php
, will Google index those cut pages?
I want to separate some parts by creating head.php
and nav.php
, then I'll pull into the index doing a include
, but I need google to index my index BUT do not index% and head.php
because these will be just clippings to make it easier to maintain, is it possible?
Since if I index the file nav.php
the search thefts will not only stop indexing head.php
but will also stop indexing my entire index because I'll be pulling the file in it, how do I do it?