English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to put an html file in a subdomain that I have with information that will send visitors straight to another website. I also want spiders and robots from search engines to pick up information on the other website to be used as a description and keywords for the page. Basically, I want the subdomain to be the exact same website as the other one in all aspects but I want to make sure that it is updated in synchronization with the other.

2006-06-19 06:58:11 · 6 answers · asked by Kyle Z 1 in Computers & Internet Programming & Design

6 answers



where N is the approximate number of seconds that you want the current web page to be displayed before the browser automatically goes to the other web address. If N = 0, then the browser should go immediately to the other web address.

This will redirect from your domain. If you want search engines to pick it up you will have to put all your head and description meta tags on there.

2006-06-19 07:14:47 · answer #1 · answered by bobseveneleven 2 · 0 0

As already mentioned, you can get along without knowledge in html, because modern WYSIWYG editors make it so easy, but almost none of them is absolutely perfect. Moreover, some editors are quite flexible and allow access to the code, in this case some html expertise might help understand your website from inside. No disadvantages - html is the basis. CSS is an advantage.

2016-05-20 02:35:49 · answer #2 · answered by Anonymous · 0 0

To create a hyperlink, you need three things:
*The Web address (called a Uniform Resource Locator, or URL) of the place you want to link to.
*Some text in your Web page to hang the link on. Usually, the text you attach a link to describes the
resource being linked.
*An anchor element () to bring it all together. The element you use to create links is called anchor
element (as opposed to the link element) because you use it to anchor a URL to some text on your
page. When a user views your page in a browser, he or she can click the text to activate the link and
jump to the page whose URL you specified in the link.
Say you have a Web page that describes HTML standards. You might want to refer Web surfers to the
World Wide Web Consortium (W3C) - seeing as it's the organization that governs all things related to the
HTML standard - for detailed information. A basic hyperlink to the W3C's Web site, www.w3.org, looks
like this:

The World Wide Web
Consortium
is the standards body that oversees
the development of the HTML specification.


You specify the link URL (http://www.w3.org) in the anchor element's href attribute. The text (World
Wide Web Consortium) you include between the anchor element's open and close tags ( and ) is
the text you hang your link on.

Good luck!

2006-06-19 08:51:22 · answer #3 · answered by Computer Scientist10 3 · 0 0

I think you can use flash player 8 to create htmls that sends you to a different link.

2006-06-19 07:05:29 · answer #4 · answered by Anonymous · 0 0

yeah like 1st answer but it seems like a senseless idea..

2006-06-19 07:07:01 · answer #5 · answered by Rusty Nails 5 · 0 0

use the redirection script. find on www.javascriptkit.com

2006-06-19 07:03:48 · answer #6 · answered by amrkl 3 · 0 0

fedest.com, questions and answers