Announcement

Collapse
No announcement yet.

meta tag

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • meta tag

    <meta NAME="RESOURCE-TYPE" CONTENT="DOCUMENT">
    <meta NAME="DISTRIBUTION" CONTENT="GLOBAL">
    <meta NAME="COPYRIGHT" CONTENT="Copyright (c) 2005 by Your Name">
    <meta NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
    <meta NAME="RATING" CONTENT="GENERAL">
    <meta name="revisit-after" content="14 Days">
    <meta name="language" content="English">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1253">

    the above meta tag help search engines though your site (not all of them)

    You need to add to each page thought the add html place in the head section
    www.bluevodaexchangelink.com
    BluevodaExchangeLink Help Center
    Bluevodaexchangelink Forum

    The only place for bluevoda site to be linked with!

  • #2
    Hi,

    Thanks, where do we do this, in the html editor view>page html or somewhere else.

    Thanks

    Paul
    Oscommerce sites : www.nutritionzone.co.uk
    www.aromaskincare.co.uk
    www.thebirthbox.com

    Comment


    • #3
      Couple of other questions if you don't mind. Looking at your websites (look great btw) how do you disable the right click view code source (is there a script for this) Also what flash editor do you use and is it fairly simple to learn?

      Many Thanks
      Paul
      Oscommerce sites : www.nutritionzone.co.uk
      www.aromaskincare.co.uk
      www.thebirthbox.com

      Comment


      • #4
        Originally posted by paulb
        Hi,

        Thanks, where do we do this, in the html editor view>page html or somewhere else.

        Thanks

        Paul
        Hi Paul

        place in the "between the head"

        right click on you page...click page HTML, you will see the tab

        any problems let me know
        www.bluevodaexchangelink.com
        BluevodaExchangeLink Help Center
        Bluevodaexchangelink Forum

        The only place for bluevoda site to be linked with!

        Comment


        • #5
          Originally posted by paulb
          Couple of other questions if you don't mind. Looking at your websites (look great btw) how do you disable the right click view code source (is there a script for this) Also what flash editor do you use and is it fairly simple to learn?

          Many Thanks
          Paul
          Thanks for the comment, disable the right click script below

          <script language=JavaScript>
          <!--

          var message="To protect the children this function has been disabled!";

          function clickIE4(){
          if (event.button==2){
          alert(message);
          return false;
          }
          }

          function clickNS4(e){
          if (document.layers||document.getElementById&&!docume nt.all){
          if (e.which==2||e.which==3){
          alert(message);
          return false;
          }
          }
          }

          if (document.layers){
          document.captureEvents(Event.MOUSEDOWN);
          document.onmousedown=clickNS4;
          }
          else if (document.all&&!document.getElementById){
          document.onmousedown=clickIE4;
          }

          document.oncontextmenu=new Function("alert(message);return false")

          // -->
          </script>

          copy and paste and place "inside the body tag"

          this will stop most people etc, but there are way around it, if you are stopping picture from being copied then you better of editing the picture and place you name on them/web site

          Flash is very hard to learn, not something you can do over night there are programs which will help you build intro etc



          hope that helps you out
          www.bluevodaexchangelink.com
          BluevodaExchangeLink Help Center
          Bluevodaexchangelink Forum

          The only place for bluevoda site to be linked with!

          Comment


          • #6
            Could you check it and see if I have it right please, test page www.superfastincome.com/imc.html (it's got a popup on it as well, playing around with that to today)

            On the subject of Google I was looking at their new sitemap instructions today, it seems you upload a xml feed file and they are likely to spider you more often than if you have a standard sitemap
            Oscommerce sites : www.nutritionzone.co.uk
            www.aromaskincare.co.uk
            www.thebirthbox.com

            Comment


            • #7
              Originally posted by paulb
              Could you check it and see if I have it right please, test page www.superfastincome.com/imc.html (it's got a popup on it as well, playing around with that to today)

              On the subject of Google I was looking at their new sitemap instructions today, it seems you upload a xml feed file and they are likely to spider you more often than if you have a standard sitemap
              looks good to me, pop-up didn't work, try the script below

              place in the head

              <script>

              var pollX = (screen.width/2)-175;
              var pollY = (screen.height/2)-250;
              var pos = "left="+pollX+",top="+pollY;

              function poll(){
              pollWindow = window.open("http://www.linktopopup","popuptiltle","width=350,height=5 00,"+pos);
              }

              </script>

              Put this in html box


              <body onload="poll()">

              if you have more than one onload statement change to

              <body onload="poll(); 2nd() ">

              sry, the pop_up happen afer I close your site, does work
              www.bluevodaexchangelink.com
              BluevodaExchangeLink Help Center
              Bluevodaexchangelink Forum

              The only place for bluevoda site to be linked with!

              Comment


              • #8
                thanks, it's an exit popup
                Oscommerce sites : www.nutritionzone.co.uk
                www.aromaskincare.co.uk
                www.thebirthbox.com

                Comment


                • #9
                  right click disable didn't work "inside of body" but did "beginning of body" is this ok though
                  Oscommerce sites : www.nutritionzone.co.uk
                  www.aromaskincare.co.uk
                  www.thebirthbox.com

                  Comment


                  • #10
                    Originally posted by paulb
                    right click disable didn't work "inside of body" but did "beginning of body" is this ok though
                    if it works then go for it!
                    www.bluevodaexchangelink.com
                    BluevodaExchangeLink Help Center
                    Bluevodaexchangelink Forum

                    The only place for bluevoda site to be linked with!

                    Comment


                    • #11
                      Hi Maddog,

                      What about H1 tags that I keep reading about?

                      Paul
                      Oscommerce sites : www.nutritionzone.co.uk
                      www.aromaskincare.co.uk
                      www.thebirthbox.com

                      Comment


                      • #12
                        Originally posted by paulb
                        Hi Maddog,

                        What about H1 tags that I keep reading about?

                        Paul
                        this is a quote

                        Using <h1> tags for the main headings on your pages boost your pages relevancy for whatever words appear in those headings in at least some of the search engines, right?

                        The problem with using <h1> tags in my experience is that <h1> text is quite big and bold and sometimes looks ugly on a page. I've found I can use other <font> tags around the <h1> to decrease the size of the <h1> text and make the headings look nicer. Theoretically search engines will still see the keywords in my headings as appearing between <h1> tags and my problem is solved, right?

                        Well, I'm just worried that some search engines may consider this spamming and that I might get myself into trouble for using this technique so I wondered if any of you had any comments on it, whether any of you could tell me if it's OK to do this?

                        In theory you also could use a style sheet to redefine the <h1> tag to change what <h1> text looks like. You could then have all the text on your site between <h1> tags without it looking awful. Anyone have any comments on whether search engines would recognise this as spamming or not?

                        I think you will find the mega tag remove the need for h1 tags!
                        www.bluevodaexchangelink.com
                        BluevodaExchangeLink Help Center
                        Bluevodaexchangelink Forum

                        The only place for bluevoda site to be linked with!

                        Comment


                        • #13
                          Thanks Maddog you cleared that up for me, going to leave it as it is, can't be doing with changing all the font tags anyway

                          Paul
                          Oscommerce sites : www.nutritionzone.co.uk
                          www.aromaskincare.co.uk
                          www.thebirthbox.com

                          Comment


                          • #14
                            LOL, your welcome Paul
                            www.bluevodaexchangelink.com
                            BluevodaExchangeLink Help Center
                            Bluevodaexchangelink Forum

                            The only place for bluevoda site to be linked with!

                            Comment


                            • #15
                              Re: meta tag

                              i havent been able to make complete right click disable, on pictures, yes. but for the whole page? I'm trying to to disable view source code...

                              Comment

                              Working...
                              X