This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Will search engines crawl my website with this structure?
05-12-2014, 07:30 PM
Post: #1
Will search engines crawl my website with this structure?
I made a PHP site which eventually I end up with excessive include_once to get contents.
Usually the URL would go:
Example.com/?view=page&id=12345

And not like any other websites when they separate into page.php:
Example.org/page.php?id=12345

My question is that will the search engines like Google or Yahoo or Bing crawl pages inside my site if they're structured like that?

Ads

Find all posts by this user
Quote this message in a reply
05-12-2014, 07:30 PM
Post: #2
 
Yes - all bots will crawl pages with such URLs. But it's better if URL become SEO friendly - this mean no ? and parameters.

I will suggest you to made structure as:
example.org/page.php/12345
or even better:
example.org/view/blah-blah-keyword-blah-blah-keyword

Of course this need little bit more knowledge about .htaccess and PHP. But facts are that bots love more to crawl simply URLs.

Ads

Find all posts by this user
Quote this message in a reply
05-12-2014, 07:46 PM
Post: #3
 
Yes Mr.Peter says correct because (view=page&id=12345 ) doesn't have a keyword..

Best one is -- example.com/keyword.html or php.

Its best one for easy to index and seo friendly site..
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)