HTML - Webpages Been Updated To .php From .html. Google Still Shows Old .html Links??
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!! Similar TutorialsHi I have codes which are the same in a few HTML files. I'm wondering if there's an easier way to include the codes in every file without having to copy and paste them. I'm looking at a similar way, like ASP files, to include similar codes in asp files. First post here. Hope someone can help. I need to embed a table into hundreds of websites. the data in the table changes frequently. I want to be able to alter the table in one place and it changes it on every website. What I've done, and it works well in Firefox, is create a separate html file with the table which resides on the server. Then I use this code in the host website <object data=http://www.web-source.net type="text/html" width="600" height="400"> <embed src=http://www.web-source.net width="600" height="400"> </embed> Error: Embedded data could not be displayed. </object> It will not register in IE though. Works fine in Firefox. Any ideas as to how to solve this or a better easier way to do this?? Thanks in advance. Rich Cant understand why the HTML code is showing on my webpage http://www.mcaorals.co.uk/Fraserburgh%20History.htm also I've another problem, I've checked the coding in W3 http://validator.w3.org/ and I have no errors, but I cant understand why this webpage is getting very little hits, I'm usual around 60 - 65 place with the keyword "Fraserburgh" any help would be grateful thanks in advance Navteacher Hi guys, new poster here. I just used Filezilla to change the index.html file of a website. What I did is paste my html into the document in textedit, saved it as html, then used filezilla to overwrite to old file in the site's directory. Now when I go to the site's index page, all I see is the markup from the file that I updated with. Why isn't it showing my design? Thanks a lot. Basically, I am using a site that only allows its members to add basic HTML (not scripts or JS or CSS) in its layout. I have done a lot of stuff already, but I have a question if what I want to do in the diagram below is possible just with HTML. It is basically pretty simple, except that I can't seem to get the code to work to make only part of a page (specified area/rectangle) a certain background color or image and then still be able to embed a couple image URL's (buttons) on top of it, as well as formatted text I choose. Does it have something to do with using <div> code? If I can get the images (as buttons) mounted against that area/rectangle, I'm pretty sure I know how to make them hot links to another site. However, the final kicker is I want the buttons to be a default image normally, but then switch to another image of the same size when someone mouses over it, and that when clicked is also the hot link to the URL . That is the part I know little about. Is anyone here genius enough to just look at my diagram and write me the code, and just substitute generic values for where I'd put the specific image URL's, text formatting and parameters I specify? I hope this diagram helps, thanks a lot to anyone who can do this for me!!! Hi, When I open an HTML with my browser to see how it looks, instead of what the code should look like showing showing up, the code itself shows up. Sorry if this is a stupid question, I'm quite new to HTML. I use Dreamweaver CS5. This is the code I used: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html> Helllo, may I ask something. I have the following poblem: Everything I talk about now is an offline and local file (even in the same folder) situation. If there are two JPEGs in a zip file next to the html file, is there an html-syntax that makes IE8 using the Win7 zip-engine, unzip and regularily "download" the two JPEGs into the normal "Temporary Internet Archives" folder (only to there, the unzipped JPEGs don't lie in the RAM or anwhere else on the HDD) and show them. In short: For a folder containing the html-file and a zip-file with the two pictures, is there soemthing like this: <HTML> <HEAD><TITLE>testing...</TITLE> <BODY> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0"> <TR> <TD> <IMG SRC="Waikiki.jpg" ARCHIVE="Oahu.zip"> </TD> <TD> <IMG SRC="Honolulu_City.jpg" ARCHIVE="Oahu.zip"> </TD> </TR> </TABLE> </BODY> </HTML> This "fantasy code" doesn't work of course. The ARCHIVE command is some JAR related solution as far as I have read. But is there anything like this that does work? Thank you very much for reading. anikk 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. 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 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 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! 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 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? Hi, I'm coding a website in just HTML and am encountering a problem... When ever I try to link to another HTML document that I have coded, the browser won't load it. This is the error message that appears: (BTW, I'm using Opera, if that helps) You tried to access the address file://localhost/C:/Users/Milkyway/HTML%20Files/TheFreebieSmartGuide.com/HTML%20Files/MegaFreebie.htm, which is currently unavailable. Please make sure that the Web address (URL) is correctly spelled and punctuated, then try reloading the page. NOTE: The "%20" appear where spaces would be. This is the line of code that I'm using: <A HREF="MegaFreebie.htm">Laptops.MegaFreebie.com</a>-A site where you can get a free notebook computer!<BR> Thanks for everyone's help. Hi, i'm just starting doing html and dreamweaver, but i got a bit of a problem no matter what i do cant link 2 pages together! can someone help me with this??? thanks Hello, im finally putting once of my websites on to a server but the problem is that the links do not work once up.... they are in a php include .... they also work fine on my localhost machine ive name my links like: index.php, london.php etcetc do i need to name them: http://websitename.co.uk/london.php etc? If that doesnt make sense ask and i will try and make it clear what i am trying to do. Thanks Scott. For some reason my link is not working but the source is definately correct so i am confused why it doesnt work. any help would be much appreciated. HTML Code: <a href="C:\Users\umar\Documents\Humzah \computing FINAL DO NOT EDIT\project \Final Website\AQA-COMP2-W-QP-JAN09.pdf"> <b>Past Exam Paper Comp 2 January 2009:</b> </a> Practice to test your understanding with this past paper.<br> Hello all, I am working on a blog roll or links sidebar for my site. If you go to QuickCache you will find that all of my links forward to http://www.quickcache.org/http://linkedsite.com I want it to go to http://linkedsite.com. You can view my code here using the password "help" Could you tell me how to fix this, and what i am doing wrong? Thank you very much, Mbf123 Update: Sorry for the links in this post, they were meant to be examples for a site that I could link to. 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 |