How to design a web to improve PR of google?

Everyone know:PR is very improtant for a websit,and the web designed is a important factors,
and how to design a web to improve PR,is a improtant question,please disiness ?
i have designed a jewelry wholesale business wensite,
my PR is 3,and how to improve PR,please tell me??
thank you

The link you provided goes nowhere.
I assume you mean http://www.jewelry86.com/
Start by fixing the validation errors
Then check Google's Webmaster Guidelines and put them into practice:
http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=35769

Similar Messages

  • From a Technical Architect point of view, how to design a web application?

    Hi to all,
    I am writing this issue here because I this question is not related on how to program, but on how to design a web application. That is, this question is not related to how to program with the technologies in J2EE, but how to use them correctly to achieve a desired outcome.
    Basically I know how to develop a simple web application. I like to use SpringFramework with AcegiSecurity and Hibernate Framework to persist my data. I usually use JBoss to deploy my web applications, however I could easily use Tomcat or Jetty (Since I am not using EJB�s).
    However I have no idea on how to develop (or a better word would be �design�) a website which is divided into different modules.
    Usually when you develop a website, you have certain areas that are public, and other areas that are not. For example, a company would want anyone on the Internet to download information about the products they are selling, however they would only want their employees to download certain restricted information.
    Personally I try to categorise this scenario in to common words; Extranet and Intranet.
    But � (and here starts the confusion in my mind) should I treat these two as two projects, or as one project? The content to be displayed on the Extranet is much different then the content to be displayed on the Intranet and definitely clients should not be allowed to the Intranet.
    First approach would be to treat them as the same project. This would be perfect, since if the company (one day) decides to change the layout of the website, then the design would change for both the Intranet and the Extranet version. Also the system has a common login screen, that is I would only need to have employees to have a certain Role so that they have access to the intranet, while clients would not have a certain Role and thus they would not be allowed in. But what about performance and scalability? What if the Intranet and Extranet have to be deployed on the different Hardware!?
    The second approach is to threat them as two separate projects. To keep the same layout you just copy & paste the layout from one project to another. However we would not want to have two different databases to store our users, one for the employees and the other one for the clients. Therefore we would build a CAS server for authentication purposes. Both the Intranet and the Extranet would use the same CAS server to login however they could be deployed on different hardware. However what if we want to change the design. Do we really want to have to just copy and paste elements from one project to another? We all know how these things finish! �We do not have time for that � just change the Extranet and leave the Intranet as it is!�
    The third approach (and this is the one I like most) is to have a single project built into different WAR files. The common elements would be placed in all WAR files. However in development you would only need to change once and the effects would show in the different war files. The problem with this approach is that the project will be very big. Also, you will still need to define configuration files for each one of them (2 Web.config, 2 Spring-Servlet.config, 2 acegi-security.config, etc).
    Basically I would like something in the middle of approach 2 and approach 3! However I can identify what this approach is. Also I can not understand if there is even a better approach then these three! I always keep in mind that there can always be more then two modules (that is not only Intranet and Extranet).
    Anyways, it is already too long this post. Any comments are more then welcome and appreciated.
    Thanks & Regards,
    Sim085

    Hi to all,
    First of all thanks for the interest shown and for the replies. I do know what MVC or Multi-layered design is and I develop all my websites in that way.
    Basically I have read a lot of books about Domain-Driven Design. I divide my web applications into 4 layers. The first layer is the presentation layer. Then I have the Facade layer and after that I have a Service layer (Sometimes I join these two together if the web application is small enough). Finally I have the Data Access layer where lately I use Hibernate to persist my object in the database.
    I do not have problems to understand how layering a web application works and why it is required. My problem is how to design and develop web applications with different concerns that use same resources. Let me give an example:
    Imagine a Supermarket. The owner of the Supermarket want to sell products from the website, however he wants to also be able to insert new products from the website itself. This means that we have two different websites that make use of the same resources.
    The first website is for the Supermarket clients. The clients can create an account. Then they can view products and order them. From the above description we can see that in our domain model we will have definitely an object Account and an object Product (I am not mentioning all of them). In the Data Access layer we will have repository objects that will be used to persist the Account and Products.
    The second website is for the Supermarket employees. The employees still need to have an account. Also there is still a product object. This means that Account and Product objects are common to the two websites.
    Also important to mention is the style (CSS). The Supermarket owner would like to have the same style for both websites.
    Now I would not like to just copy & paste the objects and elements that are common to both websites into the two different projects since this would mean that I have to always repeat the changes I make in one website, inside the other one.
    Having a single WAR file with both websites is not an option either because I would not like to have to deploy both websites on the same server because of performance and scalability issues.
    Basically so far I have tought of putting the common elements in a Jar File which would be found on the two different servers. However I am not sure if this is the best approach.
    As you can see my problem is not about layering. I know what layering is and agree with both of you on its importance.
    My question is: What is the best approach to have the same resources available for different websites? This includes Class Files, CSS Files, JavaScript Files, etc.
    Thanks & Regards,
    Sim085

  • Confused on how to design a web

    ok, I have been reading this thick book, Dreamweaver CS5.5 the missing manual. I am on chapter 4. Got through the first chapter and managed to create a web page from the excerise material. Now I want to at least make a simple webpage for giggles. I am stuck on where begin. I got some images for a simple page, but i am noticing that I want to design my page in DW. I cant seem to put down on the screen and make it look like something I would want to click on. Do I design in photoshop and bring in most of my work? help.

    Do I design in photoshop and bring in most of my work?
    You could begin with a design comp from Fireworks or Photoshop, but save for web as images only.  Don't pretend that a graphics app can generate decent HTML & CSS code for you.  It won't.  
    I prefer to make a rough paper & pencil sketch of my page layout with a few quick notes about my page width (%, em or px),  fonts/colors, backgrounds, etc...
    Then I create (or find) a pre-built CSS Layout that contains all the divisions and columns I will need for the project.   See links below.   From there I can quickly insert my prepared images and semantic text into the HTML document. 
    ================
    Taking a Fireworks (or Photoshop) comp to a CSS Layout in DW
    Part 1 - Initial Design
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt1.html
    Part 2 - Markup preparation
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt2.html
    Part 3 - Layout and CSS
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt3.html
    =======================
    Beginner CSS Templates -
    For commercial CSS Templates that are rock solid and perform well in all browsers, visit Project Seven:
    http://www.projectseven.com/products/index.htm
    Not Just a Grid CSS Framework
    http://www.notjustagrid.com/demo.asp
    EZ-CSS Templates (watch the screencast to see how it works)
    http://www.ez-css.org/css_templates
    Dreamweaver CSS Templates for beginners (free)
    http://www.adobe.com/devnet/dreamweaver/articles/dreamweaver_custom_templates.html
    New DW Starter Pages (free)
    http://www.adobe.com/devnet/dreamweaver/articles/introducing_new_css_layouts.html
    Ultimate Multi-Column Layouts (free)
    http://matthewjamestaylor.com/blog/ultimate-multi-column-liquid-layouts-em-and-pixel-width s
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • How to design a web based leave management application  using jsf n Spring

    I'm a beginner for spring and jsf technology. I have a requirement to design web based leave management module using jsf and spring. Im confused in the design phase itself and not clearly knowing how to classify the classes. I need to understand clearly on how to do class design, and wanted to use MVC design patterns. As i know jsf itself is MVC but, as i want to use spring, i need to have some kind of model files and bean files.
    I'm clear about the following 3 classes.
    Applicant
    Approver
    Leave
    this will be like applicant will apply for leave and approvar when he logs he will see list of applied leaves and he will approve / reject the same by selecting one or more rows from datatable.
    Please guide me on designing this or gimme some link where i can read about designing java classes for web based applications.
    Thanks for your time and help.

    Please guide me on designing this or gimme some link where i can read about designing java classes for web based applications.Sure:
    http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/

  • How do I install Adobe creative suite cs6 design and web premium on macbook pro 15 with retina display?

    I have a macbook pro 15 with retina display. It has no disc drive. How do I install my adobe creative suite cs6 design and web premium

    Hi macrouch7,
    Please find the download links in the link given below:
    Download CS6 products
    Regards,
    Sheena

  • I currently run the Design and Web Premium CS6 on a first generation MacBook Air and want to buy a new MacBook Pro. How do I know whether I can install my Adobe programs onto the new computer? Because I know there is some kind of limit.

    I currently run the Design and Web Premium CS6 on a first generation MacBook Air and want to buy a new MacBook Pro. How do I know whether I can install my Adobe programs onto the new computer? Because I know there is some kind of limit.
    Also, I had to install the software twice on my same computer before because I had to reboot the computer. I don't know if this affects the limit.

    You are allowed to have two activated installations so there should not be a problem having working installations on the two machines.  If by chance you have somehow tied up two activations for the one machine you can have Adobe support help resolve that thru chat.
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • How do I transfer my Adobe Creative Suite Design and Web Premium license to new laptop ?

    Hi,
    I recently bought a new laptop and would like to transfer my Adobe Creative Suite  Design and Web Premium license to my new laptop. Please advise the steps how to deactivate from my old laptop and transfer/install to my new laptop.  Many Thanks.
    Regards
    Angie

    open one of your apps and click help>deactivate.
    then download your installation files and install using your serial number,
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.6| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • How do I install the creative suite 6 design and web premium on a second device?

    How do I install the creative suite 6 design and web premium on a second device?
    When I enter the disc onto my new computer, it does not automatically ask if I want to load/run the install. Please help! Why is it not doing this? I have a windows.

    Simply run the setup.exe on the disc. Your auto-start is simply disabled.
    Mylenium

  • How do I change my Japanese Photoshop for an English one in the Design and Web Premium CS6 series?

    Hi,
    I recently purchased a Japanese version of Design and Web Premium CS6, I called Adobe and got a set of serial number for an English version. All the programs except for Photoshop were successfully translated into English.
    How do I get an English version of the Photoshop program?

    Hi Kazuya38,
    Please peform the following steps in order change the User Interface of Photoshop CS6(Japanese or any other language) to English.
    Windows:
    Navigate to the directory C:\Program Files\Adobe\Adobe Photoshop CS6\Locales\<languageSet>\Support Files
    Look for the file named "tw10418.dat"
    Rename the file extension to .back from .dat(please make sure Photoshop is closed
    Restart Photoshop.
    You need to follow the same procedure for C:\Program Files(x86)\Adobe\Adobe Photoshop CS6\Locales\<languageSet>\Support Files
    Mac:
    Navigate to the directory /Applications/Photoshop CS6/Locales/<languageSet>/Support Files
    Look for the file named "tw10418.dat"
    Rename the file extension to .back from .dat(please make sure Photoshop is closed
    Restart Photoshop
    Note: Here <languageSet> is ccorespond to your current language.
    Hope this helps.
    Let me know if you have any other question.
    Regards,
    Sumit Singh

  • How do I download a trial version of only CS6 Design - not web version?

    How do I download a trial version of only CS6 Design - not web version?

    Does Adobe allow a trial download of only Premiumversion of CS^?

  • I had Creative Suite 6 Design and Web Premium Win ESD on my computer, I had to have my computer reset to like a new computer, how do I reinstall CS6 back on my computer?

    I had Creative Suite 6 Design and Web Premium Win ESD on my computer, I had to have my computer reset to like a new computer, how do I reinstall CS6 back on my computer?
    Thanks,
    Mel

    you need your serial number and the installation files.
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • How do i deactivate adobe design and web premium cs6?

    How do i deactivate adobe design and web premium cs6 so that I can use the cd key to a different computer?

    To deactivate you normally only need to open one of the programs in the suite and select Help -> deactivate.  You are allowed to have activated installations on two machines, so if you only have the one now you can keep it as a backup if you like.

  • How much is the price of upgrading from CS5.5 Design and Web Premium to CS6 Design and Web Premium?

    How much is the price of upgrading from CS5.5 Design and Web Premium to CS6 Design and Web Premium? 
    And why is this price not on the Web site?
    And when will this price be added to the Web site?  It's long overdue.

    Sorry.  After downloading required Adobe CS6 Design and Web Premium files and attempting to install, the error message "
    The file archive part of Adobe CS6 Design and Web Premium is missing. You need all parts in the same folder in order to extract Adobe CS6 Design and Web Premium. Please download all parts" appears.  Using Window 8.  This happens on the Adobe Design and Web Premium CS6 installer file.

  • I bought the Design and Web premium CS6 licence from the CLP 5.0 LICENSE PROGRAM - EDUCATION. How could I download the corresponding CS6 software?

    Hi,
    I would like to download Adobe Design and Web premium CS6.
    My licence refers to a volume licensing but nobody around me is able to download the software.
    What could I do to dowload Design and Web premium CS6 corresponding to my serial number?
    Regards.

    Volume Licensing
    http://helpx.adobe.com/x-productkb/policy-pricing/volume-licensing-site.html

  • I deactivated my student edition of CS6 Design and Web Premium, go to activate it on my new computer and serial code is invalid.

    I downloaded the design and web premium, and entered a serial code to start it as the full version. However, after the install, it asked me for my serial code again. I entered it, and it didn't work. I tried registering my serial code on the adobe site, and it says it's invalid. My school gave it to me last year and it worked fine on my old computer. In that time, creative cloud came out and trials stopped being available as they were before. How I got it before was installing the trial, then activating it with my code. I have a PC and am running windows 7. My laptop is old and really just not up for the games I play or designing anymore, so I built a desktop. Successfully deactivated it, why can't I get it on my new computer? I am able to open the software as a trial, but I want to activate it. The error message I get in-program is "this serial number is not valid for adobe indesign/photoshop/illustrator CC 2014." Any suggestions?

    if you're being asked for two serial numbers, you're probably using an upgrade serial number at the first prompt and the second prompt is probably for the serial number of a previous version.
    otherwise, Error "The serial number is not valid for this product" | Creative Suite

Maybe you are looking for