HTML - Migrating Site From Html Or Php - How Do I Deal With Google?
Hey guys,
Thanks to some help on here, my site is now being redone in php form and it is dramatically simplifying my setup. One of my final problems is that google has indexed me as .html... so when I migrate to .php, google is going to point people at dead links. What is the best approach to dealing with this? Do I leave the html site 'live' until I am confident that google has indexed my php site? Can I simply change the html so that it redirects any traffic to the php? How does google view the latter? I imagine that it will rapidly remove the html from its results but can I rely on it to pick up the php in good time? Thanks Adam Similar Tutorialsanyone know of any tutorials on uploading a google map to your contact page? Hello - I am launching a food blog, and I understand the criticality of SEO and site indexing in creating a successful blog. Using this WordPress theme, can a search engine like google crawl and index it since you have to click the post name to display the content? http://itsjustchicken.com/ Thanks! I teach middle school and I want the students to search directly from my site. http://home.comcast.net/~cknaylor/index.html I have the links to google and other sites but I don't have the correct code. Could someone have a look and help me out? So when you type in a search, it doesn't just go to google but it searches google. Thanks. Hi there, Can anybody tell me where to get google news urls to put on my site?? Like the ones on this site. http://www.newvolleyball.com/news.php Any help will be appreciated. Thanks Kris Hi guys, im a secretary in an office and my boss asked me to edit his website. He had some1 create it for him, and he doesnt know how to fix a certain problem. Basically, everytime we search for the site "Property in Negril For Sale" The site (www.NegrilProperty4Sale.com) in google, the title just comes up as index. Someone told me its an html problem. Im in Yahoo Web right now looking at 3 different HTML files, and I don't know what to do. so when viewing on Firefox and IE8, the site looks fine. www.pmtdiesel.com but when u view it on firefox, there is a pixel or 2 pixels that shift's the image to the right. when u view it on ie7, it shifts it a pixel or 2 up, i am referring to the top right image of the top banner/header. any ideas? thanks. I am wondering if it is possible to create an INDEX.HTML to redirect to another website? I would like it to display the redirected site, but if possible keep to the original address.. e.g. A site named www.mysite.com, with an INDEX.HTML to redirect to www.othersite.com, which displays OTHERSITE with www.mysite.com in the address bar. Hope I explained ok, any responce would be much appricated! Thanks! I just upgraded all my .HTML pages to .PHP . But now I noticed that when my pages pull up in the search engines like Google, Yahoo, and MSN. They still show the old .HTML links?? When they click on the webpages from the search engines results you get error 404 page cannot be found. How can I update the search engines or add code to my page so the search engines will reflect the new .PHP pages. Also it's been over a good week since I've update to .PHP Thank you all in advanced!! Hello Everyone, Please help in build the code for the site , the layout should be as the below layout , I need to submit this by today EOD. Image Link1: http://8648180184665331224-a-1802744...attredirects=0 Image Link 2: http://8648180184665331224-a-1802744...attredirects=0 Please mail me the code ASAP. Thanks and Regards, ceenuu2002@gmail.com hello i have a page 'gallery.html' that i want to show up when the URL www.site.com/gallery is requested. how do i achieve this? thanks in advance rlbw I made update to the HTML code of an website. After update, I searched a content in google. Still google searches the previous HTML content in search results. If I open the search result, new updated HTMl code is displayed. My question is how to remove completely the information more google search results. Please help. Hi, I have a site http://www.shoppersdelight.co.uk it listed perfectly OK in yahoo, google and MSN, but now it shows the Doctype as the title and all the HTML is coming up in the description, hence meta tags are not being used and the whole thing is f***ing up! Be really grateful for any comments as to why this might happen, or a stupid mistake in the code. Thanks See for example of what I mean: http://www.google.co.uk/search?hl=en...e+Search&meta= Hi Guys, I have designed a website for a client, however some of her users have complained about the background color of the forms to be the same color as the text, which makes it impossible to read. I have traced this problem and nailed it down to being the Google ToolBar. Without the toolbar With the toolbar Here is my code: HTML Code: <form action="contact.php" method="post" onsubmit="return formCheck(this);"> <body topmargin="0" leftmargin="0" style="font-family:verdana;"> <table border="0" width="100%" cellspacing="0" cellpadding="0" background="images/topbkg.gif"> <tr> <td width="10%"><img border="0" src="images/topleft.gif" width="154" height="137"></td> <td width="90%" background="images/topbkg.gif"><div align="center"><img src="images/title.gif"><br><br><br><br></div></td> <td width="10%" align="right"><img border="0" src="images/toplogo.gif" width="191" height="137"></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="1%" background="images/sidebkg.gif" valign="top"><br> <!-- Start of Menu --> <a href="index.html"><img border="0" src="images/button_h.gif"></a><br> <a href="about.html"><img border="0" src="images/button_ab.gif"></a><br> <a href="agents.html"><img border="0" src="images/button_a.gif"></a><br> <a href="http://www.realestate.co.nz/offices/16429"><img border="0" src="images/button_l.gif"></a><br> <a href="location.html"><img border="0" src="images/button_lo.gif"></a><br> <img border="0" src="images/button_c.gif"><br> <!-- End of Menu --> <td width="99%" valign="top" style="padding: 20px;"> <div align="center"><font size="6">Contact Us</font><br><br> Use the form below for a general enquiry.<br>If you want to contact a specific agent, please check the "Agents" page.<br><br> <table width="55%" border="0" cellpadding="0" cellspacing="0" summary=""> <tr> <td align="right" bgcolor="#FCF9D0"><br>Your Full Name: </td> <td align="left" bgcolor="#FCF9D0"><br><input type="text" name="Name" style="font-family:Verdana; background-color:#004040; border-color:#FCF9D0; color:#FCF9D0;" size="30"></td> </tr> <tr> <td align="right" bgcolor="#FCF9D0">Your Phone Number: </td> <td align="left" bgcolor="#FCF9D0"><input type="text" name="Phone" style="font-family:Verdana; background-color:#004040; border-color:#FCF9D0; color:#FCF9D0;" size="30"></td> </tr> <tr> <td align="right" bgcolor="#FCF9D0">Your Email Address: </td> <td align="left" bgcolor="#FCF9D0"><input type="text" name="Email" style="font-family:Verdana; background-color:#004040; border-color:#FCF9D0; color:#FCF9D0;" size="30"></td> </tr> <tr align="center"> <td colspan="2" bgcolor="#FCF9D0" align="center"><br>Comments/Questions/Enqiries</td> </tr> <tr> <td colspan="2" bgcolor="#FCF9D0" align="center"><textarea name="Comments" style="font-family:Verdana; background-color:#004040; border:none; color:#FCF9D0;" cols="50" rows="8"></textarea><br><br></td> </tr> </table><div align="center"><br><input type="submit" value=" Email Form "> <input type="hidden" name="subject" value="Website Comment/Question"> <input type="hidden" name="sort" value="Name,Number,Email, ,Comments"> <input type="hidden" name="success_page" value="contact_d.html"> </form> </tr> Is there anyone that might be able to help me out? I am at the end of my wits with this problem, and I can't seem to knock it on the head. Thank you in advance, Lord Top Cat Hi, i have created two radio buttons to run 4 functions in my javascript. these run perfectly in IE but dont work in Google Chrome or Firefox! i really need this resolving. Please help. The Javascript is: <script type="text/javascript"> <!-- } function changetextcolor() { document.getElementById('textbtm').style.backgroundColor = '#ffffff'; } function changetextcolors() { document.getElementById('textbtm').style.backgroundColor = '#ffff00'; } function change_background(){ backgroundv=document.getElementById('backgroundimg').value; document.getElementById('background').innerHTML='<img src="place/images/backgrounds/white.png"/>'; } function change_backgro(){ backgrov=document.getElementById('backgroundimg').value; document.getElementById('background').innerHTML='<img src="place/images/backgrounds/yellow.png"/>'; } //--> </script> The HTML coding is: <input type="radio" class="poll1" name="backgroundimg" onClick="javascript:change_background();changetextcolor();" checked> <input type="radio" class="poll2" name="backgroundimg" onClick="javascript:change_backgro();changetextcolors();"> Please help me! I need to get some HTML from my old profile on Vampirefreaks, as I kinda deleted it all. So I found the cached page on google, but I want the code for the profile. ut no the whole page like the home link etc. Can anyone help? Hey everyone, I am attaching a picture of something happening to a friends website. Is there any way to fix this? FYI: seems to show fine in yahoo, bing, or any other search engine results page. Thanks How do I prevent framed html pages from coming up in a Google search? I made a site with Dreamweaver that has frames and within those frames I have different html pages that load into them. I came across an extension once which I believe prevented those pages from coming up in Google searches but cannot relocate it. These pages are just bare text and should not be accessed by themselves Hello guys, I really need your help in sorting this out. This html file, http://www.koicolors.net/check-this-out/learn.html is damaged when viewed using Mozilla Firefox but not in Google Chrome and Internet Explorer. If anyone has managed to conquer this one, I would appreciate some instructions and suggestions. Thanks, magiclouie |