HTML - Seo Friendly Way To Redirect With No Js?
Hi!
I am currently building a site that is quite heavy with jQuery. I would like to be able to detect if people are using JS and if not re-direct them to an alternate version of the site that doesn't use JS. I have tried the code: HTML Code: <noscript><meta http-equiv="location" content="URL=mysite.com/nojavascript" /></noscript> In the head of the document. but this doesn't seem to work. Any suggestions greatly appreciated! Thank you! Similar TutorialsThis website.. has been a pain in the behind. Lately visitations have been falling. I cant get it to be visited that much, the average hits per day fell from 13 / 16 to 2 / 4 per day. It needs help and im clueless. Upgraded the meta data today. But since the site doesnt contain that much articles and headlines im stuck what to do more? Please have a look and do advice if you have some experience? thanks Hey guys, I'm trying to convert a website I work on www.darkregions.com so that certain sections (such as the news and new books sections) can be updated dynamically using an easy to use interface. The reason I'm doing this is because the owner of the business wants to be able to do some of the updates himself. What's a system/tool that I could achieve this with? I know it will require PHP/MySQL. Let me know what you guys think. Hi, I'm looking to create my own version of a printer-friendly page. Any resources I can find on this subject are extremely specific about what they consider "printer-friendly", and they don't address my issue. It seems to be browser specific, but I want to get rid of whatever extra is printed in the top and bottom margins. Printed from IE, the top margin contains the page title and page information, while the bottom margin contains the URL and date. Printed from Firefox, the top margin contains the title and URL, and the bottom margin contains the page info and date. I don't want any of this - how would I disable it? Thanks. Hi Guys. My website contains a lot of text, and its continually printed by clients as it includes pricing etc. At the moment my pricing page is 4 pages of paper, however I wish to be a touch kinder to mother nature and be a bit more eco-friendly so I have created a document with all the pricing on one page which I have saved as a PDF file. I would like to add a link on my website to "Printer Friendly Version" which would link to the PDF and would bring up a print dialog box. What coding would I need to do this? I think it may very well be Java but I'm not the brightest when it comes to this Any help appreciated! I hope this all made sense! A customer gave me a Word doc that they want turned into a printer friendly web page. I understand that there are tons of ways to do this but I really want the answer to the subject. What i'm referring to is a form that someone can print from the browser and "fill in the blanks" on the page where there are "underscores". My question is how to code those underscores. I tried manipulating the <hr> tag but it's putting way too much space in between each <hr>. I've already coded a "fill in the blank" line using <u> nbsp;</u> but that looks very messy. What do you guys/gals think? Redirect might not actually be the thing that I'm looking for, but I here's what I'm looking for. When you visit the website, and image is shown taking up the whole page. It stays for 2-5 seconds, then redirects you to the normal home page. (Maybe the image would also be a link to the home page so people could speed things up) Thanks very much. I have a link going direct to pdf documents on one site eg www.one.com/blah.pdf. The pdf's are moving to a new web site www.two.com/blah.pdf. How do I redirect people that link direct to the old pdf to the new one. These pdfs are coming up very high in Google. I was hoping if I changed them to redirects Google would follow. Also for those that have a link in their web site to these pdfs it will be broken when I move them to the new url. I have a situation where I snd peoplle to a different page to do a download and I want them to be redirected back as soon as the download completes. Is there a command for that? hi how do u use a redirect 301 code in html file in a website ? and wat is the use of that ? hi, i need some help with this. the following line is in a script <META http-equiv='refresh' content='1; URL=http://lblah.com/radio.php?ipp=84.95.247.20&port=22930&ch=898'> now this script redirects to another page.. is there some way i can get it to do this without actually leaving the page im on. thanks in advance for your help Hello all, So I am doing site management, and I have a problem with a redirection that is going on. There is a directory in the root called venngo (http://url/vengngo/) however it redirects to a different page all together, so I removed the folder, uploaded a new one, and it still redirects. I have checked my cache and multiple machines, so I know it is not on my side. The only time my page works is if I physically add /index.php tot eh directory to make it (http://url/vengngo/index.php) What should I be looking for in the files for the website for a possible redirection script. Maybe htaccess? Is there any HTML code to redirect mistyped urls? Let's say someone wanted to get to a music section of my site. They type in XXX.com/music instead of XXX.com/music.html. Any way to get this done? I went to a site for optimization & on review it told me my site had a re-direct, which was bad. Its been awhile since I tinkered with my site, so beats me where I put it. Can anyone help find out where it is? Newbie to this forum. Thanks. website is: kallico.net Thanks for any help on this, or anything else to help it get noticed more. Hello I'm redirecting pages using 301 redirect in my htaccess file, like redirect 301 "/servicesxxx.php" http://www.site.com/services.php but I have a page like this: www.somename.site.ca/indexpage.php I tried putting the whole thign in there but it doesn't work. How can I successfully redirect that page? Hi I want to know what main difference is between 301 redirect and 302 redirect. I redirected my site permanently (301) to another site and I lost all my original hyperlinks on the old webpage. If I want to keep all previous links alive, what should I do? Thanks! can someone tell me how i would go about creating a redirect for an old RSS feed. i want the old feed address to point to my new Wordpress-created RSS feed address. i searched around a bit and found this code snippet... Code: <?xml version="1.0"?> <redirect> <newLocation>http://www.wepub.com/myweblog/rss.xml</newLocation> </redirect> ...but when i put it in place of my old feed code, here was the browser result... Code: This XML file does not appear to have any style information associated with it. The document tree is shown below. <redirect> <newLocation>http://www.wepub.com/myweblog/rss.xml</newLocation> </redirect> am i doing this wrong? what is my best option? I'm working on a website for a organization I belong to. It's quite simple - a few html pages with posts handled by perl. I'm writing a registration script for them, and need to do the following: Currently when registration is confirmed, they write to their userdatabase and email out a confirmation. But payment is all handled via paypal. They've been relying on users to click a link at the bottom to go to paypal to conduct the transaction, but users can be not-so-smart sometimes. Many have thought that payment was taken care of, and they didn't need to worry about it, and hence, we've been getting a lot of non-payment. I'd like to, after the confirmation where databases are written, etc., just have something like a meta refresh at the top of the page that will redirect them to paypal. But, paypal accepts its info via a post. How does one do such a refresh with a post command in it? Or is there another way? On my website, i currently have a button that directs the user to a module on that domain. How would i make that button redirect the user to another(different) domain? Would i just replace the "module" with the 'different domain'? or is it more complex? Thanks, any help is hugely appreciated should this work? i just erase all the code under the button and insert this ? <?php header( 'Location: http://www.yoursite.com/new_page.html' ) ; ?> I have a video page that i want to use a redirection on but i use that code and all it will do is refresh itself, this is all on notepad and IE but it will not redirect to this page. I did try to use the W3 Validator but it said all my Closings where wrong. I need this to be done soon because the teacher wants me to present my coding to the class. Thanks for your help JollyGreen Code: <html> <head> <title>An XHTML 1.0 Strict standard template</title> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta http-equiv="Refresh" content="0;url=ACR.html" /> </head> <title>Assassins Creed Brotherhood</title> <body Bgcolor="black"> <div style="Position:absolute;top:150px;right:150px;Width:960px;height:555px;"><embed src="ACBROHOOD.wmv" autostart="true" loop="false" height="555" width="960"> </div> </body> </html> I am doing i tech project and we have to make a website (WOO) we have to use claris (i am not) but i am using dreamweaver anywho i would like to make a submit button that connects to another webpage file on my schools intranet and i would like a redirecting thankyou page like something on the ubunut forums page something cool that will wow him. i can do it in java too if it is easyer |