Posts: 10,688
Name: Steven Bradley
Location: Boulder, Colorado
|
Search spiders will see your files after they php engine has parsed them. Search engines will see the same thing if you use the includes or if the html was directly on the page.
However I'm guessing your URLs have changed. Just a hunch, but were the pages .html when you used the Flash menu and now they're .php because of the includes? If that's the case (or if the URLs are different in another way) then to search engines you have completely new pages. From a search engine perspective you have brand new pages and any links you had pointing to the old .html URLs are no longer pointing to the new .php URLs.
Again I'm just guessing at what happened. If I'm right you'll want to use 301 redirects to point the old URLs to the new URLs. Things won't return back to where they were immediately, but in time all the links, etc will be transferred to the new php pages.
|