Is that what this text is important in my Code?

Hey all,.

I've been busy creating my website using Dreamweaver CS5 when I noticed something in my code and did not know what it meant.

Well, then this is my query:

I my meta description tag that will say something like this within my < head > tags < name meta = "Description" content = "a free tutorial on how do this...." ' / > This is perfect so far.

However, when scrolling to the bottom of my page, almost every time I use the "ordered list" tool to add numbers in a new paragraph, copy the following code appears before: content p = 'a free tutorial on how do this... ". ">.

That's the problem, almost every time I do a new 'ordered list' code is the same that my Meta Tag Description appear in the code.

Is this a problem? This means that the search engines think that my site is spam and will not me place very?

Thank you very much

hunterguest1

It is certainly not fair, DW should not add a content attribute to a

Tag, never, let alone when you add a list.

I would defintiely remove the content = "text here" of anything other than the original meta tag.

After having cleaned out, I'd go delete the DW Cache file according to the instructions here: http://forums.adobe.com/thread/494811 and see if that isn't clear until the strange behavior.

If it isn't, perhaps an uninstall, clean and reinstall is in order. You can get the tool here: http://www.adobe.com/support/contact/cscleanertool.html

EDIT:

is the invalid code. As it is not valid, the search engines would probably ignore it, but they "could" see it as an attempt to spam/cramming.

Tags: Dreamweaver

Similar Questions

  • Is that what this thread code safe?

    I've been seeing some information that makes me think that some servlet code that I have that I thought is thread-safe is not really. I have a servlet that takes a POST request and calls a stored procedure on a database to do a few inserts.
    public void doPost(HttpServletRequest request, HttpServletResponse response)
    {
      // Check validity of request then proceed.
      if (valid) { postPayment(request); }
    }
    
    synchronized private void postPayment(HttpServletRequest request)
    {
      /* Take some parameters from the request and call the stored procedure */
    }
    What I'm trying to do, is make sure 2 queries containing the same data trying to insert to the database at the same time. I did that or do I need a different approach?

    Meatwad says:
    Yes, I say an EJB.

    This isn't something that I can help you. There is here a forum EJB (Enterprise JavaBeans which can be a more appropriate place for this question.

    For the logical database are simply referring to the lock table/row?

    No, I mean no transactions. Google for something like java transaction database examples for more details. While you cannot end up using such things directly if the EJB ends up handling for you (and I really don't know how they do it), it is probably that you should know the basic principles.

    And can you point me in the right direction to find more information on how do this using the EJB?

    Google for the EJB tutorials and examples, for EJB transactions maybe, the link to the forum above.

  • HP 450: Is that what this laptop contains chart AMD?

    Hello
    I recently bought a laptop which the model has been specified as a simple "450 HP".

    So my question is, my computer contains AMD graphics?
    I tried to install the AMD driver available on the HP site, but it has not been successful. (only intel HD4000 is displayed in Device Manager)

    its basic configuration is the following:

    3230 M I5
    HARD DRIVE 500 GB
    4 GB OF RAM

    It seems to be this one: http://h20564.www2.hp.com/hpsc/doc/public/display?docId=emr_na-c03315510

    But the processor does not match. one installed in the present is an i5, whereas the above specifications refer without exceeding i3.

    While the specs mention chart AMD, and drivers are available on the website of official drivers HP450, all my attempts to install the supplied driver (downloaded from HP) failed.
    (he never mentioned material missing. it says ' warnings occurred during installation. ") (please see newspaper"but does not have the button"view log")

    The intel driver installed fine.
    In the device, under 'graphics adapters' Manager, is shown only the hd4000 intel.

    Thanks in advance.
    -Lorenzo

    My system with export information can be found here:

    https://docs.Google.com/document/d/1Oh1TxpLn52x2R3ri4lv9gJuseTjdnrw49MhWxnx_0Cw
    ______________________________________________________________________________________

    Hello again,

    I found the following infromation.

    http://PartSurfer.HP.com/search.aspx?SearchText=E9L71PP

    If your laptop has an AMD graphics card included there should be written here.

    Unfortunately, your laptop does not use an AMD graphics card.

    If I'm right you have this processor:

    http://Ark.Intel.com/products/72164/Intel-Core-i5-3230M-processor-3M-cache-up-to-3_20-GHz-rPGA

    It is a chip Intel® HD Graphics 4000.

    There is another option to determine if you have a graphics chip AMD!

    You might find if available, the ID of the grahpics chip AMD hardware.

    (Use as reference only)

    http://www.WikiHow.com/find-hardware-ID

    That the "View card" menu offers you more as a non-unique hardware?

    Drunks.

  • I tried to buy my book - DEFAULT TEXT - your book seems to have default text that has not been modified. Printed books will not include this text. This means all my text will not print?

    Using OSX El captain on a desktop iMac. iPhoto 9.6.1

    I tried to buy my book - this box appears - TEXT by DEFAULT - your book seems to have default text that has not been modified. Printed books will not include this text. Does this mean that all my text will not print?

    I've been twice now and change the text of Bradley Hand to the Blackboard to Helvetica Neue - which seemed to be the default. Message remains displayed. I don't know what else to do. This is my third book over the years, but the first with this problem. Can someone advise please?

    Thank you Davina

    It is not a problem of fonts. It is the problem of the sample text entered by the models.

    The error message means that there is a text field in your book which is still on show at the text included by the model, and you will need to replace this text with your text. This textfield might be hidden behind a picture.

    If you create a preview of the book, such default text is omitted. Have you compared the preview of what you see in iPhoto? Text that shows in iPhoto, but not in the preview will be such default text.

    For example, the section 'Topic of this book' on the flap back in some themes is a default text that should be replaced by your own legend:

  • The release of this text makes NO sense! -what I'm missing?

    Okay - Here is my code (I'll explain in a second):

    Code:
    var tempComplete:Number = 0;
    _root.sd2Text_txt.text = "";
    for(i:Number=0;i<_root.completedArray.length;i++) {
         _root.sd2Text_txt.text += " - CA:" + _root.completedArray[i];
         if (_root.completedArray[i] == true) {
              tempComplete++;
              _root.sd2Text_txt.text += " - " + i;
         }
         _root.sd2Text_txt.text += " - TC:" + tempComplete;
    }

    By this logic, if "completedArray" has only two values inside which are both true, then the text box "sd2Text_txt" is:

    Code:
     - CA:true - 0 - TC:0 - CA:true - 1 - TC:1

    Fix?

    Okay - Here is what is actually displayed in the textbox control, however:

    Code:
     - CA:true - TC:0 - CA:true - 1 - TC:1

    There is no logic in this! The result proved that the two parts of the table are met. And yet, the 'if' statement active only once!

    Any thoughts?

    Thank you!

    Laughing out loud.

    check my post.  It uses a string instead of a Boolean value.  This explains why he sees what he sees.

  • What this means if I want to 'Run or save' a file that I am trying to download?

    What this means if I want to 'Run or save' a file that I am trying to download?

    Refers to run the file (it's probably an exe file or similar, which runs a program).  Record means to save the file, and you can click it to run it later.  It is always better to first save the file (in a place, you can find easily) and then he search for potential viruses first before running.  Make sure you know what you click on and download, because things will immediately infect your computer - often to the point of making it unusable.

    Steve

  • Windows 7 - trying to install an important update and received the error 8024002d. Failed installation. What this means?

    I am trying to install an automatic update 'important' and got error 8024002d code.  The installation failed.  Does anyone know what this means?

    HowManage , Configure and troubleshoot Windows updates

    You can encounter errors related to connect temporary [e.g. 0x80072EFF 0x80072EFE 0x80072EFD; 0x80072EEF; 0x80072EE2; 0x80072EE7; 0xC80003FA; 0x8024402F] when you use Windows Update or Microsoft Update to install updates
    http://support.Microsoft.com/kb/836941

    Releasing it's easy: with Windows | ActiveWin | Laptops | Microsoft MVP

  • I put in a new windows xp en my cable internet is not werking why is that what I need to down load drivers from dell for this

    I put in a new windows xp en my cable internet is not werking why is that what I need to down load drivers from dell for this

    Your Internet drivers are not part of XP. If you bought the device from Dell, you have other records besides that reinstall drive? I had 3 machines from Dell and they all came with the CD of drivers among others.

  • I subscribe to creative cloud for more than a year. I heard that after this year, I still want to be able to use the software. However, I would not be able to update until I subscribed again? What is its operation or? Thank you very much

    I subscribe to creative cloud for more than a year. I heard that after this year, I still want to be able to use the software. However, I would not be able to update until I subscribed again? What is its operation or? Thanks a lot now have a load of files I can not settle before I send them to the clients until I have shut down my business. Can anyone throw any light on the matter please?

    If you do not renew your subscription, you will have 30 days to use the programs as tests... and then they stop working

    A subscription is like rent a car... stop paying, and you stop driving

  • Can someone please tell me what this means [Error 403: access Typekit No.] I try an FTP site, and it happens that I paid typekit, but it will not always work or synchronize with this site!

    I have a problem with the muse and the message above can someone tell me what this means

    Hello

    You mention that you have a paid account of Typekit. Is it

    1. part of a paid individual account Cloud Creative
    2. part of a paid cloud creative subscription through your organization
    3. a standalone Typekit account

    Thank you

    Abhishek

  • I created a PDF editable using Adobe Indesign. When I open the PDF file in Adobe Acrobat Pro ms, is there a way to specify a font style? Or is it possible in InDesign to make sure that when someone types in this text field is a certain font?

    I need to make sure that the entered text is a certain font to keep continuity with the rest of the document. Thank you!

    To make form editing mode, select 'Prepare form' in the right pane. You will then get a toolbar at the top which contains various tools that focus on the form. The first thing to do is to add a temporary button. You will use this to determine the name of the font to use with the script but also to place the script that will change the properties of the font of text fields. Thus, create a button anywhere and double-click on it to bring up the field properties dialog in the Actions tab, add a JavaScript action to the mouse event to the top which is:

    // Mouse Up script for temporary button
    app.alert(event.target.textFont);
    

    On the appearance tab, select the font you want to use for the text fields. Once you have done this, close the form editing mode and click the button. It displays a popup that lists the name of the font. This may be different from the name that appears in the drop-down list on the appearance tab, so write down it. For example, when I chose "Minion Pro" in the menu dropdown, popup showed "MinionPro-Regular.

    The next step is to replace this script of mouse upwards by the following text:

    // Mouse Up script for temporary button
    
    // Change the font and font size for all text field in this document
    for (var i = 0; i < numFields; i++) {
    
        var f = getField(getNthFieldName(i));
    
        if (f.type === "text") {
            f.textFont = "MinionPro-Regular";
            f.textSize = 9;
        }
    
    }
    

    Replace "MinionPro-Regular" by the name of the font that you wrote before, and set the font size to whatever you want. Use 0 to specify a font size of 'Auto '.

    This script will change the font of all the text fields to whatever you specify. When you have verified that text fields are implemented as you want, you can go ahead and delete or hide the button. If you think you'll do a lot of forms of work, you can create customized in Acrobat tools to speed up this process, but this should help you get started. InDesign does not allow you to specify a large number of field and action properties, so you must work this way, and using scripts to automate is an accessible way to significantly speed up the process and avoid mistakes.

  • I want to buy Adobe Creative Suite 5, but I can't find that anywhere, and I have no idea what this creative cloud thing. Can someone call me please?

    I want to buy Adobe Creative Suite 5, but I can't find that anywhere, and I have no idea what this creative cloud thing. Can someone call me please?

    You can not buy CS5. Adobe sells only current products, i.e. CS6 or creative cloud. Creative cloud is a subscription model, which means that you rent the software as long as you want to use.

    Pricing plans and creative Cloud membership | Adobe Creative Cloud

    Creative Suite 6

    Mylenium

  • Hi, when I create a text box, and I type text in it, then I resize this text box, I want to see inside moving text at the same time I'm re-sizing of the text box. It does show me not LIVE what is happening inside the text box while I'm re-sizing text

    Hi, when I create a text box, and I type text in it, then I resize this text box, I want to see inside moving text at the same time I'm re-sizing of the text box. It does show me not LIVE what is happening inside the text box while I'm re-sizing of the text box and the same goes for the area of the image, I hope I could clarify my question.

    When resizing of a text box, click and hold for a moment before starting to resize. This will allow to see live redesign.

  • If I install CC on one computer, then after having worked on this computer for awhile I install United Nations.  Is that what I can then reinstall CC on another computer under the same license? Thanks for your attention

    If I install CC on one computer, then after having worked on this computer for awhile I install United Nations.  Is that what I can then reinstall CC on another computer under the same license? Thanks for your attention

    You can activate the product on two computers, if are not the product on a computer before the uninstall, it is always better to disable the CC from this computer.

    To turn off

    launch no matter what CC products and click Help > log out.

  • _ "Detection name; "The file is signed with a digital signature that is broken, published by: Microsoft Corporation. "___What is what this means, how can I fix it? Thanks___ "history of the Action; "" "__what t - it means and how to fix? __thanks

    It's on my securitytab when I scan my computer.__C:\Acer\Empowering Technology\eRecovery\autorun\CPP\CDM__The file is signed with a broken digital signature issued by Microsoft corporation. What this mean, how do I fix it? Thank you

    I go back to avg 8.5 and it solved my problem with the broken digital signature.

Maybe you are looking for

  • iPhone power drain

    iPhone 5 going 100% to the single digit after use little or not.  No recent change in apps, notifications, etc.  When it is plugged in, it jumps to about 80%.  This happened on the iOS 9 and 10.  Anyone know what is happening and how to fix it?

  • can you please correct a mistake-45054 in my PC

    can you please correct a mistake-45054 in my PC

  • How do we install the updates?

    How do I do that? [My laptop has been cut and after a deadlock of sev. days, that's what told me to reboot. Something to do with the hard drive, it says.] Which icon, where, please?

  • Older versions of Labview

    Hello everyone! I want to use some parallel port, the programs of labview with my old laptop computers using windows 95 and 98. Can what version of Labview I use for this purpose? Where can I download such an old free version or a trial version? Than

  • capture tool

    I captured an image with my tool to snip and im trying to post on a forum, but I can't figure out how. copy and paste has failed. What can I do?