Collaborative blogging and meta tags

are collaborative blogging and the use of meta tags supported by iWeb?

Welcome to the discussions, RockRichard.
No, collaborative blogging and meta tags are not supported by iWeb.

Similar Messages

  • Template layout strategy and meta tags

    Hello folks,
    Just wanted to start a discussion on different Template
    layout strategy and meta tags.
    When you put tother a template in DW, do you include the meta
    tags as part of the template OR
    do you insert the meta tags later in the individual pages
    created with the template?
    Cheers!

    Each page would need its own meta description. You can omit
    meta keywords
    altogether since they are mostly ignored except in special
    circumstances.
    When they are read, any impact would be almost insignificant,
    anyhow.
    So - that would suggest adding the meta description to the
    individual child
    pages.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "billhdz" <[email protected]> wrote in
    message
    news:gmaejh$fh$[email protected]..
    > Hello folks,
    >
    > Just wanted to start a discussion on different Template
    layout strategy
    > and
    > meta tags.
    >
    > When you put tother a template in DW, do you include the
    meta tags as part
    > of
    > the template OR
    > do you insert the meta tags later in the individual
    pages created with the
    > template?
    >
    > Cheers!
    >
    >
    >

  • CS3 templates and meta tag -

    Hi,
    Just wondering what would be the best way of getting a
    description meta
    tag in the pages of a templated site. Should it be in the
    .dwt file or
    in the page itself? What code do search engines see on a
    template page?
    Thanks for any input.
    Fred

    On Wed, 13 Aug 2008 11:07:20 -0700, FredB
    <[email protected]> wrote:
    >Hi,
    >
    >Just wondering what would be the best way of getting a
    description meta
    >tag in the pages of a templated site. Should it be in the
    .dwt file or
    >in the page itself? What code do search engines see on a
    template page?
    >
    >Thanks for any input.
    >
    >Fred
    Your template file needs not be on the server, only on your
    development machine - so search engines do not see your
    template.
    but if you create a template using File | new | Blank
    Template it will
    typically produce this code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body>
    </body>
    </html>
    you should immediately put the <meta name="Description"
    content="put
    your description here " />
    in the editable region of your template :
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <meta name="Description" content="put your description
    here " />
    <!-- TemplateEndEditable -->
    </head>
    <body>
    </body>
    </html>
    then it can be changed on each and every page - which it
    should be of
    course
    ~Malcolm~*...
    ~*

  • Using itemtype img tag and meta tag with {tag_largeimage}

    Hi everyone
    Just getting into using Social Media meta Tags for my online store using bc
    Schema.org markup for Google+
    Twitter Card data
    Open Graph data
    and I used this site for reference Must-Have Social Meta Tags for Twitter, Google+, Facebook and More - Moz
    Ive added this to my large product page and now ive entered the world of Schema.org markup and itemtype and im having trouble with images.
    for my large product page ive turned the meta tags from this...
    <meta itemprop="image" content="http://www.example.com/image.jpg">
    <meta name="twitter:image" content="http://www.example.com/image.html">
    <meta property="og:image" content="http://example.com/image.jpg" />
    to this
    <meta itemprop="image" content="{tag_largeimage}">
    <meta name="twitter:image" content="{tag_largeimage}">
    <meta property="og:image" content="{tag_largeimage}" />
    but the page doesnt like it and the page reads with 3 /> /> /> at the top of my html page for anyone to see meaning that bc doesnt like the code.
    also doesnt like it when i use
    <img itemprop="image" {tag_largeimage}" />
    turns into this
    <img alt="" itemprop="image" />
    Image is the only one im having a problem with so far any ideas if I can do anything about it. I dont want to have to manually add a http to every product.
    thanks
    Dave

    the meta tags work now.
    the only one i still cant get to work is the
    <img itemprop="image" {tag_largeimage}" />
    when I change it to _path the html editor saves it as
    <img alt="" itemprop="image_path" />
    so will have to leave that for now put I can still use alot of the itemprop tags to promote the page better than before.
    thanks for the help

  • Template and meta tag

    I have created a template file (template123.dwt) and here is
    the top section
    1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "
    http://www.w3.org/TR/html4/strict.dtd">
    2 <html>
    3 <head>
    4 <meta http-equiv="content-type" content="text/html;
    charset=iso-8859-1">
    5 <!-- TemplateBeginEditable name="doctitle" -->
    6 <title>Title page</title>
    7 <!-- TemplateEndEditable -->
    8 <link rel="stylesheet" href="../style.css"
    type="text/css" />
    9 <SCRIPT src="../javascript.js"
    language="JavaScript"></SCRIPT>
    10 <SCRIPT src="../javascript2.js"
    language="JavaScript"></SCRIPT>
    11 <!-- TemplateBeginEditable name="head" --><!--
    TemplateEndEditable -->
    12
    13 </style>
    14 </head>
    15 <body
    Where should i insert these line:
    <!– TemplateBeginEditable name=”meta”
    –>
    <meta name=”keywords” content=”keywords
    go here” />
    <meta name=”description”
    content=”description goes here” />
    <!– TemplateEndEditable –>
    here's how i place it, correct me if wrong. Thank you.
    1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "
    http://www.w3.org/TR/html4/strict.dtd">
    2 <html>
    3 <head>
    4 <meta http-equiv="content-type" content="text/html;
    charset=iso-8859-1">
    5 <!-- TemplateBeginEditable name="doctitle" -->
    6 <title>Title page</title>
    7 <!-- TemplateEndEditable -->
    8 <!-- TemplateBeginEditable name=”meta”
    -->
    9 <meta name=”keywords”
    content=”keywords go here” >
    10 <meta name=”description”
    content=”description goes here” >
    11 <!-- TemplateEndEditable -->
    12 <link rel="stylesheet" href="../style.css"
    type="text/css" />
    13 <SCRIPT src="../javascript.js"
    language="JavaScript"></SCRIPT>
    14 <SCRIPT src="../javascript2.js"
    language="JavaScript"></SCRIPT>
    15 <!-- TemplateBeginEditable name="head" --><!--
    TemplateEndEditable -->
    16
    17 </style>
    18 </head>
    19 <body

    Not as far as I know.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Walt F. Schaefer" <[email protected]> wrote in
    message
    news:[email protected]...
    >> Anywhere after line 3
    >
    > I've read repeatedly the Title tag, for SEO purposes,
    should be the first
    > tag after <head>.
    >
    > True?
    >
    > --
    >
    > Walt
    >
    >
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:[email protected]...
    >> Anywhere after line 3 and before </head>. Just
    make sure you don't
    >> insert it WITHIN a multi-line block. Tell you what -
    put it immediately
    >> after line 7. But don't waste too much time on the
    keywords. They are
    >> mostly ignored by the search engines.
    >>
    >> --
    >> Murray --- ICQ 71997575
    >> Adobe Community Expert
    >> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >> ==================
    >>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >> ==================
    >>
    >>
    >> "sha661" <[email protected]> wrote
    in message
    >> news:[email protected]...
    >>>I have created a template file (template123.dwt)
    and here is the top
    >>>section
    >>>
    >>> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML
    4.01//EN"
    >>> "
    http://www.w3.org/TR/html4/strict.dtd">
    >>> 2 <html>
    >>> 3 <head>
    >>> 4 <meta http-equiv="content-type"
    content="text/html;
    >>> charset=iso-8859-1">
    >>> 5 <!-- TemplateBeginEditable name="doctitle"
    -->
    >>> 6 <title>Title page</title>
    >>> 7 <!-- TemplateEndEditable -->
    >>> 8 <link rel="stylesheet" href="../style.css"
    type="text/css" />
    >>> 9 <SCRIPT src="../javascript.js"
    >>> language="JavaScript"></SCRIPT>
    >>> 10 <SCRIPT src="../javascript2.js"
    >>> language="JavaScript"></SCRIPT>
    >>> 11 <!-- TemplateBeginEditable name="head"
    --><!--
    >>> TemplateEndEditable
    >>> -->
    >>> 12
    >>> 13 </style>
    >>> 14 </head>
    >>> 15 <body
    >>>
    >>>
    >>> Where should i insert these line:
    >>> <!? TemplateBeginEditable name=?meta? ?>
    >>> <meta name=?keywords? content=?keywords go
    here? />
    >>> <meta name=?description? content=?description
    goes here? />
    >>> <!? TemplateEndEditable ?>
    >>>
    >>>
    >>
    >
    >

  • Apple TV and Meta Tags

    Hi,
    I am a massive fan of the Apple TV and use it every day.  I currently use Subler ( I also have iDentify & MetaZ) to add all the needed tags to my movies, however, I would like the movies to display the appropriate IMDB rating i.e. 8/10 as well.
    Is this possible? and if so what software do i need?
    Regards

    No.
    Not possible.   I can vaguely see why you might like it but it's not something I'd really expect to be present - however since iTunes these days has those tomato ratings I guess it wouldn't be impossible you might see something like this in the future.
    Only way you'd be able to add that would be in the descriptor text for each movie or a similar free text field.
    AC

  • How do I put titles, keywords and meta tags in my website?

    I use iWeb 3 and godaddy. I can't get google or any search engine to see me even if I explicitly search for my organizations name. What am I doing wrong. If you go to godaddy, they give you keywords to use and then tell you to go to your website editor and add them and of course I can't. Please help. Thanks.

    These screenshots show what Roddy's referring to with SEO:
    OT

  • Cannot create title tag, meta tags for iWeb site, per Google requirements.

    I created simple website in iWeb to meet art show deadline
    www.barbaraturnertigrett.com
    but when I tried to submit to search engines (via GoDaddy "Traffic Blazer" product), several issues or errors noted...no title tag, meta tags, keywords, too little text, etc. Was told by Apple, there is no fix at this time...no way to access to actual HTML code, to add title tag or meta tags, etc...since iWeb is merely a consumer, not professional enterprise, product. Researching further, I even tried to submit to Google directly, not via GoDaddy "Traffic Blazer", but could not "verify" my url site (because meta tag missing and/or could not upload entire html file, as required. I'd produced client websites in past on Adobe GoLive and was learning Dreamweaver, when someone alerted me to simplicity of iWeb. It is clean and simple, but wish I'd anticipated these other issues. Is there a solution to this with iWeb or should I finish learning Dreamweaver and start over? Thanks for any advice you can share.

    Both these last postings were helpful. THANKS. I could not open home.html file with "text edit", but when using Taco HTML Edit, it would open...so I dusted off (novice) HTML skills and entered the appropriate title tag and meta tag, per Google's requirements. Then, went to my GoDaddy hosting control center and (I think) I uploaded new file with new tags. Seems to be major lag time with any changes, so not sure my site is now successfully "verified", on Google. Hope I did not mess anything up, in the process. There seems to be various lag times before any changes take effect (right??).
    So now...I'm very glad to find out about iMap and will buy it and watch the tutorial video, as instructed...since I am unsure if last 'fix'...fixed the problem, etc...and always eager to learn more. This is my first Apple discussion post, and certainly impressed/grateful for expert help. THX again.

  • Meta Tags:  How to Paste into iWeb pages?

    I created Meta Tags on Go Daddy. I'm not really sure what Meta Tags are, but I understand they help my web site with keywords and search engines. Here's the Meta Tag codes I created (appears to be three codes).
    <title>Dana Point Bodycentre for gift certificates massage skin care body treatments</title>
    <meta name="description" content="Dana Point Bodycentre offers gift certificates, gift centre, day spa services for massage, skin care, body care, body treatments, medical skin care, botox, laser hair removal, med spa services and specials">
    <meta name="keywords" content="Dana Point, Bodycentre, massage, skin care, gift ideas, gift certificates, gift centre, holiday, specials, book online, instant gift certificates, botox, medical skin care, laser hair removal, med spa, therapist, boutique, retail">
    Go Daddy says to "paste the Meta Tag into the Header of my page." I don't understand what they mean by that. I asked them for more help, but they won't help me any further. I need to know exactly where to paste these codes? I created these codes for my Home page, so I suppose the codes go into the .HTML file, or the .file for the web folder. But where? On the .HTML file, when I open it up in Text Wrangler, I see a lengthy text of codes. Where do I paste these codes? And what is the "header" of my page mean?

    NOTE 1: about Meta-Tags and Search engine optimization:
    Some time ago you could "feed" search engines with words by putting them in the meta tags. Nowadays search engines ignore those tags (probably due to spamming) and only look at the content.
    I never did any Meta Tags and it seems to me that my site works fine without Meta Tags on google... Google include PageTitle and PageContent and it works great without any optimisation. Another issue with Meta Tags on iWeb now is that if I publish to a folder I can add MetaTags with text editor but next time I publish to a folder iWeb will overwrite that file and Meta Tags are gone... I then would have to make them all over again... Time... Time... Time...
    Bottom line: I see no need for Meta Tags
    But people reading this... You're free to decide by your own... it's up to you...
    *5 TIPS:*
    -Update your sitemaps
    -Make a second nav bar made of text links as previously explained
    -Further use synonyms in your content. Write your content so that it fits as good as possible everything a 'googler' could search for.
    -Search engines don't look for tags, they look for the content of your pages.
    -In the end it’s all about three things: Content, Content and Content
    http://alyeska.altervista.org/en/iWebiWebGoogle.html
    Regards,
    Cédric

  • Title, meta tags for seo, where to put in code..?

    Hi guys
    Im trying to optimise my first ever site and Im doing it in dreamweaver. Ive figured out the title and meta tags are html and was just wondering whereabouts in my html code should I put them...?
    Are they before the body tag..? Are they before my first div tag in the code..?
    Are they in a specific div tag, e.g header div=title tag,  meta tag = main content div....?
    Any help would be great
    Cheers :-)

    I wasnt recommending he use meta-keywords, I was just answering his question. However, my employer has a huge static site with thousands of products and he is always listed in the top 5, if not number one in google searches. His site is all text with one image on each product page with an alt tag. He doesnt have ANY back links whatsoever, but uses page text content, meta-keywords, and meta-descriptions extensively. He doesnt even use heading tags. His site layout is with tables, and he uses deprecated html such as <font> and <center> tags on every page. Of course we have discussed the problems his site is going to encounter eventually with regards to his layout and use of the deprecated tags.
    I'm not saying search engines use meta-keywords, but I have to say what ever he's done has worked very well.
    My point is, I read and read about what search engines use and dont use to rank and index pages, yet I see contradictions everyday to both sides.

  • Which Domain Forwarding sites offer meta tags?

    I am soon going to publish my website through .mac with iweb. I have some expirience with webdesign in the past and I know that .mac does not have meta tag implementation.
    That being said I know some domain forwarding cann allow you to implement keywords and meta tags into the forwarding url. In the past I know .co.nr the free domain forwarding site allows this. that way when you searched for thissite.co.nr the keywords and description you entered would be displayed. I am not sure if other places allow for this same sort of meta tag placement for domain forwarding. This would really help with overcoming the issue with meta-tags in iWeb if possible.
    Does anyone know what domain sites offer this sort of feature? Does Godaddy.com?

    newmacguru,
    The situation is a little bit different with masked Domain Forwarding. The meta-information is placed into the frames code which is responsible for the masking. Since this code is generated by the domain forwarding setup, it is not available for editing like other iWeb HTML files. Futhermore, with a masked Domain Forwarding setup, search engines that find the domain URL only see the frames code and whatever meta-information is contained in the frames code. So even if you add meta-information to the iWeb HTML pages behind the masking domain name, the search engines will never see it.
    This is one major downside to using masked domain forwarding.

  • How can I check if there are meta tags and description tags for my pages on website?

    I want to check if the pages on my website have keywords or meta tags and description. How can I do that?

    In Contribute, Edit the Page and the click on Format, Keywords and Descriptions.

  • Do I need to add meta tag info to all pages if I'm creating a desktop, tablet and phone site?

    Hi all,
    I'm creating a website for a client and have built a desktop, tablet and mobile site.
    What I'm wanting to know is can I add meta tags to only the desktop pages or does it need them on the tablet and mobile sites as well? Does this include images as well since the same images are repeated on all three site?
    Lastly I have to add Google Analytics to the <head> section, is this only done on the home page of the desktop site or does this need to be added to every page (including tablet and mobile)?
    Would be grateful for any info or links.
    Thanks
    Krishna

    Hi guvieira,
    I found the answer to this issue.
    For the meta tags, if you create meta tags for the desktop pages, you can copy and paste that information to the tablet and mobile sites.
    For the Google Analytics you can copy the tracking html text to the 'HTML for <head>' in the Metadata window (Page - Page Properties) on your masters page (this will flow onto the rest of the pages).
    Hope this helps.

  • Description and keywords meta tags

    Hello,
    Could you tell me if it's possible to create HTML output of an ADF page, that has "description" and "keywords" meta tags in the head? Something like:
    <meta name="keywords" content="adf jdeveloper description keywords meta tags">
    <meta name="description" content="This is a short description of text on a imaginary page">
    I know the SEO results may not be great, but I'd still like to use it, just to make it as good as possible for search engines.
    Greetings,
    Daan Horn

    Daan,
    Sorry for the oversight.
    [url http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/tagdoc/core/document.html]Tag documentation for af:document says that af:document has a facet called "metaContainer" which emits the meta tags. I didn't see any examples or have time to test, but you can certainly try putting the meta tags in that facet.
    Update: all of the examples I can find show how to inject javascript into the metacontainer, but it should give you an idea how to do it for <meta> tags. [url http://www.oracle.com/technology/products/jdev/tips/fnimphius/increase_css_and_javascript_performance.html?_template=/ocom/print]Here'surl one such example I found via Google.
    Best,
    john

  • Meta tags and describtion

    Will it be SEO friendly if the meta tags and desribtion of the tablet and phone version are similar to the desktop version ?
    Thank you

    is it possible to take a page from the net e.g by saving site and importing it to iWeb for editing?
    No.
    http://homepage.mac.com/thgewecke/iwebdata.html

Maybe you are looking for