Dreamweaver Template use and Seo

Hi,
I am using dreamweaver templates for my online java training website http://www.javatutoronline.com .
My doubt is will using dreamweaver template positively or negatively affect seo for my website.

Online Java Training wrote:
Hi,
I am using dreamweaver templates for my online java training website http://www.javatutoronline.com .
My doubt is will using dreamweaver template positively or negatively affect seo for my website.
Looking at your page code I can only see <h4> heading tags, no <h1> or <h2><h3> etc. Googles spider will look at the text between each html tag and access it for importance, <h1> being the highest ranked, <h2> the next and so on.
It's important for SEO that you use 'buzz words' between the tags which Google considers  the most applicable when it comes to look through your site to give your site every opportunity to be ranked higher.
So you might find that inserting 'Onlne Java Tuition' between a <h1> tag to be beneficial.
I would also insert the following between a <h2> tag as a kind of sub-header to the <h1>tag.
'Personal Online Java Tutor, Java J2ee Project Based Training by 8 Yrs Experienced Software Engineer. Get Practical Online Training in Java J2ee Jsp Servlets Jdbc J2ee Struts Hibernate Spring Ejb Ajax and other Frameworks.'
Obviously the 'buzz words' for your site are Java Online Tuition/Training so make sure you have quite a few of those integrated into the text on the page and perhaps the images alt tags as well.
Of course it is also important to try and get listed on as many associated sites/forums as posssibe as Google looks for back-links to your site. If it finds some on sites/forums which are already highly ranked then that too can help in the ranking.
It's a bit hit and miss though. Sometimes you can implement all of the above and virtually nothing will happen and at other times you can see some really very good results. I recently got a site ranked at no 2 in Google for a couple of generic buzz words which I never expected Google to bite on given that they were quite common to a lot of other websites in competition.
It's a lot easier if you have a catchment 'location' area which you are aiming at. For instance 'Hat Makers London' will stand a better chance than simply 'Hat Makers'.
Good luck.

Similar Messages

  • Dreamweaver templates' regions and AllWebMenus linking code

    Hi,
    I am thinking of using AllWebMenus (the menu-making program) in a site based on a DW template that I'll create. If anyone uses AllWebMenus together with DW I'd be grateful for an answer.
    I was wondering what is best practice in the case of Dreamweaver templates, in which you stipulate editable areas and the remainder are non-editable areas. I understand that AllWebMenus will place the menu-linking code immediately after the <body> tag.
    Should I make sure that the area of the page code immediately after the <body> tag is an editable area of the template?
    I suppose that Dreamweaver would not like it if the linking code for AWM were part of a “non-editable” part of any page’s code that had been created from the template?
    I would be positioning the menu relative to an element (to a <div> tag at the top of the page). When the menu is set up and ready to compile, is there a way of knowing how many pixels wide and deep (in the case of a horizontal menu) the end-result menu will be, so that I can set the pixel dimensions of the <div> accordingly (and the width of the page’s overall content container), so that the menu, in its unclicked state, will not hide my text or page elements that should appear immediately underneath it, and so that the menu won’t exceed the width of the overall container?
    Thank you...

    That's the wrong syntax for a file include. It should be
    either of these -
    <!--#include virtual="/includes/menu.asp" -->
    or
    <!--#include file="includes/menu.asp" -->
    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
    ==================
    "Alan" <[email protected]> wrote in
    message
    news:C568040E.31895D%[email protected]..
    >
    >
    >> <!--#include file="/includes/menu.asp" -->
    >>
    >> And I get the following error when saving the
    template:
    >>
    >> Unbalanced body tag
    >>
    >> I have checked and I definetly have opening and
    closing body tags in the
    >> HTML.
    >
    > Is the include file JUST the html that would be correct
    syntax for where
    > it
    > is used in the main file?
    >
    > In other words- included files should not be complete
    html docs with their
    > own head and body tags. That would result in multiple
    head and body tags
    > in
    > the assembled files.
    >
    >
    > --
    > Alan
    > Adobe Community Expert, dreamweaver
    >
    >
    http://www.adobe.com/communities/experts/
    >
    >
    >

  • Perfmon - Template use and WMI

    Hi
    This post has two parts.
    1. Perfmon allows you to save a datacollection set as a template, yet i could not find any place where this can be used / imported to be used again? Is there? What are they getting at ? (the reason relates to 2.)
    2. WMI - I was hoping to use the one monitor and include WMI counters as well. The default perfmon gui only shows "Hperf classes"
    I found that the saved template (1.) has the counter list. I was hoping to add an entry with the path to a WMI var, e.g.   wmi(???)\Win32_PerfFormattedData_PerfDisk_PhysicalDisk\AvgDiskQueueLength
    >> Is this possible ?
    >> Is there another way to get the WMI object "selected" in perfmon ?
    Many Thanks

    FYI - The response from Partner support
    I went through your orginal post and tested in my local lab, now let's check below your questions:
    1. Perfmon allows you to save a datacollection set as a template, yet i could not find any place where this can be used / imported to be used again? Is there? What are they getting at ?
    A: Data Collector Set templates are stored as XML files and could be imported directly from the local hard drive or from available removable or network drives.
    To import a Data Collector Set template, run the Create new Data Collector Set Wizard and click Browse in the Template Data Collector screen. Browse to the location of the XML file you want to use, select the file name, and click OK.
    Note: You need to export your templates as XML file first.
    2. WMI - I was hoping to use the one monitor and include WMI counters as well. The default perfmon gui only shows "Hperf classes"
    I found that the saved template (1.) has the counter list. I was hoping to add an entry with the path to a WMI var, e.g. wmi(???)\Win32_PerfFormattedData_PerfDisk_PhysicalDisk\AvgDiskQueueLength
    >> Is this possible ?
    >> Is there another way to get the WMI object "selected" in perfmon ?
    A: Yes, it is possible. I suppose that the \Win32_PerfFormattedData_PerfDisk_PhysicalDisk\AvgDiskQueueLength should be the same as PhysicalDisk\AvgDiskQueueLengh. You can use the corresponding Win32_PerfFormattedData class to get the pre-calculated performance data shown in System Monitor. For example, use the Win32_PerfFormattedData_PerfDisk_LogicalDisk class to get pre-calculated disk data. On our issue, we can use physical disk counter instead of Win32_PerfFormattedData_PerfDisk_PhysicalDisk
    For any other way to get WMI object "selected" in perfmon, from UI side, this is a by design isuse. We could not get the WMI object showed in perfmon.
    More information you can refer to:
    http://msdn.microsoft.com/en-us/library/aa394262(v=vs.85).aspx
    http://technet.microsoft.com/en-ca/aa392739(v=vs.90)
    http://technet.microsoft.com/en-ca/aa392397(v=vs.90)

  • Dreamweaver template file (.dwt) updates related files but not file time stamp

    I updated a bunch of dreamweaver template files, and allowed dreamweaver to update the affected files in the site.
    The file were all checked out, and they were updated.
    However, the timestamp of the files did not update.
    Now, when I synchronise with my server, it doesn't see these files as being "new".
    Any way I can get these to update the timestamp without manually finding and pushing all of them?
    Using Dreamweaver CS5 V. 11.0 Build 4993

    This is certainly an odd symptom, and one I have not heard of before.  If you just create a new 'dummy' child page from this template and leave it local (i.e., don't check it in), when you do an update does that timestamp change?

  • Dreamweaver Templates and Include files

    Hi,
    I am using dreamweaver templates so that my users can create
    new pages on our Intranet using Contribute.
    When I create a template and try and use an inculde file for
    the menu systems I get an error. I am trying to use the following
    code to inculde the asp file:
    <!--#include file="/includes/menu.asp" -->
    And I get the following error when saving the template:
    Unbalanced body tag
    I have checked and I definetly have opening and closing body
    tags in the HTML. So I am wondering whether the error is caused by
    the fact that the file is a dwt and not as asp.
    So, is there anyway of using include files in a dreamweaver
    template?
    Thanks in advance for any help.

    That's the wrong syntax for a file include. It should be
    either of these -
    <!--#include virtual="/includes/menu.asp" -->
    or
    <!--#include file="includes/menu.asp" -->
    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
    ==================
    "Alan" <[email protected]> wrote in
    message
    news:C568040E.31895D%[email protected]..
    >
    >
    >> <!--#include file="/includes/menu.asp" -->
    >>
    >> And I get the following error when saving the
    template:
    >>
    >> Unbalanced body tag
    >>
    >> I have checked and I definetly have opening and
    closing body tags in the
    >> HTML.
    >
    > Is the include file JUST the html that would be correct
    syntax for where
    > it
    > is used in the main file?
    >
    > In other words- included files should not be complete
    html docs with their
    > own head and body tags. That would result in multiple
    head and body tags
    > in
    > the assembled files.
    >
    >
    > --
    > Alan
    > Adobe Community Expert, dreamweaver
    >
    >
    http://www.adobe.com/communities/experts/
    >
    >
    >

  • Php session Code and Dreamweaver Template

    I have a page that I created in dreamweaver.  It's a php page that has sessions, the file is from a Dreamweaver template that I created and am using.  However, when I update the master template file, the items before the Doctype keeps erasing.
    I have some php includes that are useful for post variables.  How can I tell dw not to delete those sections.  I can't create an editable region before the head? Is there a way?
    Thanks for you help.
    Sample Code:
    <?php
              include ("./includes/file1.inc");
              session_start();
              if(isset($_SESSION['code'])){
                        header("location:rsvp_file2.php");
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    I'm not clear in what you are saying?
    Are you saying you want to insert this block of php code on all the pages made from the master template file but when you insert it into the master template file and save the file the block of php code does not appear on any of the page made from the template?
    If that is the case then  do a 'find and replace' Find>Find and Replace. Find the doctype:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    and replace it in all the pages with:
    <?php
              include ("./includes/file1.inc");
              session_start();
              if(isset($_SESSION['code'])){
                        header("location:rsvp_file2.php");
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

  • Help building an e-commerce site using DreamWeaver MX 2004 and Oracle 10G

    I'm new to using Oracle 10G. After reviewing several rdms's I've picked Oracle 10G as my rdms. I'm trying to build an ecommerce site using DreamWeaver MX 2004 and Oracle 10G. The website will be selling hardware and software products. I have a choice in DreamWeaver to go for a .asp or .jsp setup. I have several questions, here goes:
    1. Is there any book/tutorial/whitepaper out there that describes building an ecommerce site using Oracle 10G/9I/8I? Just some examples as how to make the datamodel regarding the shopping basket etc.
    2. I prefer DreamWeaver as it let's me make nice looking css style based pages without throttling too much through the code. Are there Oracle tools which allow me to make an advanced nice looking ecommerce site?
    I hope some of you can help me get started. Any effort is appreciated.
    Cheers

    I'm new to using Oracle 10G. After reviewing several rdms's I've picked Oracle 10G as my rdms. I'm trying to build an ecommerce site using DreamWeaver MX 2004 and Oracle 10G. The website will be selling hardware and software products. I have a choice in DreamWeaver to go for a .asp or .jsp setup. I have several questions, here goes:
    1. Is there any book/tutorial/whitepaper out there that describes building an ecommerce site using Oracle 10G/9I/8I? Just some examples as how to make the datamodel regarding the shopping basket etc.
    2. I prefer DreamWeaver as it let's me make nice looking css style based pages without throttling too much through the code. Are there Oracle tools which allow me to make an advanced nice looking ecommerce site?
    I hope some of you can help me get started. Any effort is appreciated.
    Cheers

  • Installing Adobe Dreamweaver CS5.5 and PhotoShop 5.5 on windows 2008 R2 SP1 using Terminal services

    Hi All,
    Is it possible to install Adobe Dreamweaver CS5.5 and PhotoShop 5.5 on windows 2008 R2 SP1 using Terminal services. We are planning to use xenapp to publish these application.
    Please let me know if this is a supported environment.
    Regards
    Radhika

    As far as I know you will NOT be able to access OpenGL functionality through Terminal Services. as the OpenGL implementation provided in that environment is software, version 1.1 - not GPU-accelerated.
    I seem to recall there was a thread about a year ago here where someone was trying to do what you are asking.  I vaguely remember they were able to make it work, but I'm not sure.  You might try doing a search of this forum.
    -Noel

  • Dreamweaver templates and video aaargh.

    I've designed a general template for my website and put in a
    general editable region for the content. I've created pages based
    on this template and find I can add text or images to the content
    area but not video. It says it has to edit the main template code
    and won't go any further.
    So, I noticed that it's trying to put a bit of script
    checking for the flash player version into the page, so I copied
    and pasted this bit of script into the template and tried just
    pasting the relevant code to load the video flv in my actual page
    but it doesn't play anything. All a bit tedious and long winded. I
    thought the idea of templates was to enable a single point of
    defining page layout and that one could creating pages based on
    this with anything you wanted in, but they seem a bit limited. Is
    this true? Am I wasting my time or can someone point me in the
    right direction?.
    cheers

    Here's the problem. When you enable that check for Flash
    version, DW tries
    to write it into the body tag of the child page. That is
    impossible since
    you cannot write into the body tag of a Template child page.
    The simple
    solution is to NOT check for Flash version. That will work.
    If you MUST check for Flash version, then you would need to
    make a dummy,
    non-Template controlled page, insert your Flash there. Copy
    the code placed
    between <body> and </body> into the editable
    region of your child page, and
    copy the call to the Flash check into a new editable region
    that you place
    immediately above the </body> tag in the Template page
    (and allow to
    propagate to all child pages. You would then place this call
    in script tags
    into that editable region.
    But first, tell us which DW you are using, please?
    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
    ==================
    "little liz" <[email protected]> wrote in
    message
    news:[email protected]...
    >
    >
    > I've designed a general template for my website and put
    in a general
    > editable
    > region for the content. I've created pages based on this
    template and find
    > I
    > can add text or images to the content area but not
    video. It says it has
    > to
    > edit the main template code and won't go any further.
    >
    > So, I noticed that it's trying to put a bit of script
    checking for the
    > flash
    > player version into the page, so I copied and pasted
    this bit of script
    > into
    > the template and tried just pasting the relevant code to
    load the video
    > flv in
    > my actual page but it doesn't play anything. All a bit
    tedious and long
    > winded.
    > I thought the idea of templates was to enable a single
    point of defining
    > page
    > layout and that one could creating pages based on this
    with anything you
    > wanted
    > in, but they seem a bit limited. Is this true? Am I
    wasting my time or
    > can
    > someone point me in the right direction?.
    >
    > cheers
    >
    >
    >

  • To offer integrated forms, so like Jotform, there are templates that can be used and upload options to FTP client as well as other built in widgets.

    To offer integrated forms, so like Jotform, there are templates that can be used and upload options to FTP client as well as other built in widgets.

    What you need is merged help.
    You generate a parent and all the child projects. You always install the parent and then whichever child projects you require. The TOC, search and index automatically adjust. See the pages on my site.
    Note though that many people take another view to your Product Development. Show all the help and then people see information about something and realise they need it!
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • I am using Dreamweaver cc 2014 and after applying css styles to my fluid grid layout I lose the resize, delete, duplicate and move up/ down ability.

    I am using Dreamweaver cc 2014 and after applying css styles to my fluid grid layout I lose the resize,delete, duplicate an move up/ down ability.
    For this reason I cannot build new pages by copying one page to create another.
    I have a third style sheet that I use for the navigation styles  and h1 -h6 ect. tags. and I am also using a css drop menu, can one of these be the problem?
    The css menu I am using has the following script - I goes at the bottom of the html page. Before the closing body tag,
    <script>
    $(function () {
      $("#nav").tinyNav();
    </script>
    I am also using the following for image control - I place it towards the top of the fluid
    grid style sheet.
        box-sizing: border-box; /* Opera/IE 8+ */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    Can some one please help.

    I am using Dreamweaver cc 2014 and after applying css styles to my fluid grid layout I lose the resize,delete, duplicate an move up/ down ability.
    This implies there is something broken in your FluidGrid Layout CSS file.   It  could be something simple like a missing semi-colon or curly bracket.   Run your code through the W3C validation tools below to check for errors.  NOTE:  ignore reported errors in boilerplate.css
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    Nancy O.

  • Create templates using Dreamweaver CS6 (Was: greate template)

    How can i greate a template use dreamweaver cs6 can some one help me ?

    Have a look at
    http://www.youtube.com/watch?v=Mq8ODvKN5jA
    http://www.adobe.com/inspire/2012/10/ten-steps-dreamweaver-cs6.html
    http://www.woodfill.com/Lord_Tuts/tutorials/videos/creating_templates.html

  • Technical Monitoring one template used for production and non-production system.

    Dear All,
    Is there a way to have one template in Solman Technical Monitoring for production system and non-production system with different alerts ? For example if it exceeds a threshold for production system it will trigger red alert or set automatically an incident and if it's non prod system it will go to yellow warning alert ?
    Regards
    Lukasz Goral 

    Hi Likasz,
    You first create and customize the template, and then assign to a system.
    If it was selecting a system and then customizing a template, then may be such functionality makes sense.
    So, I don't think that is possible.
    Better would be copy the template used for production to non-production and make the adjustment to it.
    Regards,
    Divyanshu

  • I am webmaster for our church (C of E) in Dorset, UK.   The church has charitable status, and is cash-strapped.  I am searching for the cheapest download package in order to use Photoshop & Dreamweaver - at home and in the Parish Office. This page (https:

    I am webmaster for our church (C of E) in Dorset, UK.   The church has charitable status, and is cash-strapped.  I am searching for the cheapest download package in order to use Photoshop & Dreamweaver - at home and in the Parish Office. This page (https://www.adobe.com/content/dotcom/uk/volume-licensing/non-profit.edu.html) suggests that we are eligible for discount BUT provides no information on pricing for me to present to the PCC for them to authorise purchase.  Any tips?

    You have to contact a reseller and they will fix you up with a plan and verify your eligibility. That's just how it work. when you are eligible, the normal student pricing applies, give or take any extra discounts based on the number of licenses you buy, which would not apply in your case.
    Creative Suite 6
    Mylenium

  • Received warning about Dreamweaver Templates

    A friend sent me this warning. What are your experiences?
    My one strong suggestion is to NEVER use their templates, but rather duplicate your pages. The template feature is NASTY and double locks everything with padlocks and cement, never to be undone again (i.e. edit areas are identical for all pages and makes any custom tweaks impossible)!

    I have to agree with bregent - that friend hasn't taken the trouble to full understand how DW templates work  :-)
    I've been using the template feature for years and not had any problems.  These days I use templates in conjunction with serverside includes to further enhance the maintainability of a website.
    Using DW Templates:
    http://www.adobe.com/devnet/dreamweaver/templates.html
    http://www.adobe.com/devnet/dreamweaver/articles/dw_templates.html
    When to use Templates, Library Items & SSIs -
    http://www.adobe.com/devnet/dreamweaver/articles/ssi_lbi_template.html
    Nadia
    Adobe Community Expert : Dreamweaver
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    Web Design & Development
    http://www.perrelink.com.au
    http://twitter.com/nadiap

Maybe you are looking for