garek007 Posted June 30, 2009 Share Posted June 30, 2009 Hi So I have a setup that looks like this file-00.html //the navigation file, all files below pull this file in file-01.html file-02.html file-03.html // you get the idea So I defined all variables in a new page that I'm just calling "file.html" It will be the only page and because I don't have other pages I can do away with file-00.html and just drop the navigation right into "file.html" I then load different flash movies in and change the page title based on which buttons are clicked. Now I'm wondering, is it bad to have a setup up this way in terms of SEO? Will Search Engines and Google still find my one page? There will be PHP variables defined in it, but they will not be separate physical pages. So is this a bad idea? and what's going to happen when someone does a search will they find this page? if they do what might they see? Thanks again, STan Link to comment https://forums.phpfreaks.com/topic/164299-using-one-page-loading-flash-files-in-dynamically-changing-page-title-seo/ Share on other sites More sharing options...
garek007 Posted July 1, 2009 Author Share Posted July 1, 2009 no one? Link to comment https://forums.phpfreaks.com/topic/164299-using-one-page-loading-flash-files-in-dynamically-changing-page-title-seo/#findComment-867199 Share on other sites More sharing options...
Bendude14 Posted July 1, 2009 Share Posted July 1, 2009 if the URL is changing when the content changes you will be ok... eg domain.com?page=1 Link to comment https://forums.phpfreaks.com/topic/164299-using-one-page-loading-flash-files-in-dynamically-changing-page-title-seo/#findComment-867201 Share on other sites More sharing options...
garek007 Posted July 1, 2009 Author Share Posted July 1, 2009 ok thanks. I don't think it will, yet, but I'll have to try to get it to do so. Do you know of any tutorials that talk about making clean urls? I don't have a database set up, this will basically all be happening by javascript after the initial page is loaded. Link to comment https://forums.phpfreaks.com/topic/164299-using-one-page-loading-flash-files-in-dynamically-changing-page-title-seo/#findComment-867293 Share on other sites More sharing options...
Bendude14 Posted July 2, 2009 Share Posted July 2, 2009 ok well doing it all via javascript is bad for SEO, what do you mean by clean urls? Please explain further... Link to comment https://forums.phpfreaks.com/topic/164299-using-one-page-loading-flash-files-in-dynamically-changing-page-title-seo/#findComment-867529 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.