Script for meta tag

February 2 in Featured by daniel


My Diary is blog Powered by Wordpress. Please subscribe to My Diary via the RSS Feed or Via Email.

Enraged tag was something that really helped you in making the special list in your site that contained information in your site important or not an enraged tag depended on you along with was javascript that could help you in made enraged tag tried to be used by you script along with to make enraged tag in your site.Carry out a guidance from the writer script this then you will get the ease in made enraged tag. to see script this tried you the clique in link Read the rest of this entry.
This Script developed an application to be used by you in made enraged tag.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!-- START OF SCRIPT -->
<!-- HOW TO INSTALL ADVANCED META TAG GENERATOR:
  1.  Copy code into the HEAD section of document
  2.  Put last coding into the BODY section of document  -->
<!-- STEP ONE: Add code into HEAD section of document  -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function create(form) {
  if (confirm("Are you sure?")) {
    form.story.value = "Advanced Meta Tag Generator \n" +
   "author: Daniel Toljaga (http://www.bosniak.com) \n" +
   "Instructions: Simply copy the following lines of code and insert them " +
      "between the <HEAD> and </HEAD> tags in your HTML document. That's it! \n\n";
    if (form.input1.value != "") {
      form.story.value +="<META NAME=\"Title\" CONTENT=\"" +
      form.input1.value + "\">\n";
    }
    if (form.input2.value != "") {
      form.story.value +="<META NAME=\"Author\" CONTENT=\"" +
      form.input2.value + "\">\n";
    }
    if (form.input3.value != "") {
      form.story.value +="<META NAME=\"Subject\" CONTENT=\"" +
      form.input3.value + "\">\n";
    }
    if (form.input4.value != "") {
      form.story.value +="<META NAME=\"Description\" CONTENT=\"" +
      form.input4.value + "\">\n";
    }
    if (form.input5.value != "") {
      form.story.value +="<META NAME=\"Keywords\" CONTENT=\"" +
      form.input5.value + "\">\n";
    }
    if (form.input6.value != "") {
      form.story.value +="<META NAME=\"Generator\" CONTENT=\"" +
      form.input6.value + "\">\n";
    }
    if (form.input7.value != "") {
      form.story.value +="<META NAME=\"Language\" CONTENT=\"" +
      form.input7.value + "\">\n";
    }
    if (form.input8.value != "") {
      form.story.value +="<META NAME=\"Expires\" CONTENT=\"" +
      form.input8.value + "\">\n";
    }
    if (form.input9.value != "") {
      form.story.value +="<META NAME=\"Abstract\" CONTENT=\"" +
      form.input9.value + "\">\n";
    }
    if (form.input10.value != "") {
      form.story.value +="<META NAME=\"Copyright\" CONTENT=\"© " +
      form.input10.value + "\">\n";
    }
    if (form.input11.value != "") {
      form.story.value +="<META NAME=\"Designer\" CONTENT=\"" +
      form.input11.value + "\">\n";
    }
    if (form.input12.value != "") {
      form.story.value +="<META NAME=\"Publisher\" CONTENT=\"" +
      form.input12.value + "\">\n";
    }
    if (form.input13.value != "") {
      form.story.value +="<META NAME=\"Revisit-After\" CONTENT=\"" +
      form.input13.value + " \Days\">\n";
    }
    if (form.input14.value != "") {
      form.story.value +="<META NAME=\"Distribution\" CONTENT=\"" +
      form.input14.options[form.input14.selectedIndex].value + "\">\n";
    }
    if (form.input15.value != "") {
      form.story.value +="<META NAME=\"Robots\" CONTENT=\"" +
      form.input15.options[form.input15.selectedIndex].value + "\">\n";
    }
  }
}
//  End -->
</script>
</HEAD>
 
<!-- STEP TWO: Add code into BODY section of document  -->
<BODY>
<div align="center">
  <center>
    <p align="left"> </p>
    <table class=normal  WIDTH="600" BORDER="0" CELLSPACING="0" CELLPADDING="0">
  <tr>
    <td><center><font face="verdana" size="4">Advanced META Tag Generator</font></center>
    <form>
      <div align="center"><center><table class=normal  BORDER="0" CELLPADDING="2">
        <tr>
          <td>Title:</td>
          <td><input TYPE="text" NAME="input1" SIZE="40"></td>
        </tr>
        <!-- The author META tag defines the name of the author of the document being read. -->
        <tr>
          <td>Author:</td>
          <td><input TYPE="text" NAME="input2" SIZE="40"></td>
        </tr>
        <tr>
          <td>Subject:</td>
          <td><input TYPE="text" NAME="input3" SIZE="40"></td>
        </tr>
        <tr>
          <td>Description:</td>
          <td><input TYPE="text" NAME="input4" SIZE="40"></td>
        </tr>
        <tr>
          <td>Keywords:</td>
          <td><input TYPE="text" NAME="input5" SIZE="40"></td>
        </tr>
        <tr>
          <td>Generator:</td>
          <td><input TYPE="text" NAME="input6" SIZE="40"></td>
        </tr>
        <tr>
          <td>Language:</td>
          <td><input TYPE="text" NAME="input7" SIZE="40"></td>
        </tr>
        <!-- The expires META tag defines the expiration date and time of the document being
        indexed and requires RFC1123 date format, for example: Thu, 04 Oct 2010 14:21:20 GMT -->
        <tr>
          <td>Expires:</td>
          <td><input TYPE="text" NAME="input8" SIZE="40"></td>
        </tr>
        <!-- The abstract META tag is a one line sentence which gives an overview of the entire webpage -->
        <tr>
          <td>Abstract:</td>
          <td><input TYPE="text" NAME="input9" SIZE="40"></td>
        </tr>
       <!-- Copyright: no need to add ©, it will be added automatically -->
        <tr>
          <td>Copyright:</td>
          <td><input TYPE="text" NAME="input10" SIZE="40"></td>
        </tr>
       <!-- Designer = Webmaster -->
        <tr>
          <td>Designer:</td>
          <td><input TYPE="text" NAME="input11" SIZE="40"></td>
        </tr>
       <!-- Publisher: Company that publishes material being read or sold on a web site -->
        <tr>
          <td>Publisher:</td>
          <td><input TYPE="text" NAME="input12" SIZE="40"></td>
        </tr>
        <!-- The Revisit META tag defines how often a search engine or spider should
        come to your website for re-indexing. For example: 2 Days, 3 Days, 4 Days, etc.
        Note: Just ad number(s), word Days will be added automatically -->
        <tr>
          <td>Revisit-After:</td>
          <td><input TYPE="text" NAME="input13" SIZE="40"></td>
        </tr>
        <!-- Distribution: Global (indicates that your webpage is intended for
        mass distribution to everyone), Local (intended for local distribution
        of your document), and IU - Internal Use (not intended for public distribution). -->
        <tr>
          <td>Distribution:</td>
          <td><select NAME="input14" size="1">
             <option VALUE="" SELECTED>Select One</option>
            <option VALUE="Global">1. Global</option>
            <option VALUE="Local">2. Local</option>
            <option VALUE="IU">3. Intern Use</option>
          </select></td>
        <tr>
          <td>Robots:</td>
          <td><select NAME="input15" size="1">
            <option VALUE="" SELECTED>Select One</option>
            <option VALUE="All">1. All</option>
            <option VALUE="None">2. None</option>
            <option VALUE="Index">3. Index</option>
            <option VALUE="No Index">4. No Index</option>
            <option VALUE="Follow">5. Follow</option>
            <option VALUE="No Follow">6. No Follow</option>
          </select></td>
        </tr>
        </tr>
      </table>
      </center></div><blockquote>
        <p><input TYPE="button" VALUE="Create META tags" ONCLICK="create(this.form)"> <input
        TYPE="reset" VALUE="Clear All"> <textarea WRAP NAME="story" ROWS="12" COLS="65"></textarea>
        </p>
      </blockquote>
    </form>
    </td>
  </tr>
</table>
  </center>
</div>
<!-- END OF SCRIPT -->

I did not make so this script you could try this because to place on a page apparently inappropriate was you could try script this that really helped you made enraged tag.

Leave a Feedback

Wordpress