Web development - License CSS/Markup/Code
-
In development of a website, is it typical for the developer to retain rights to the CSS, Markup and other Coding? If so, why is this done?
-
They want to keep ownership so they have the classes, framework or whatever for reuse for future clients, increasing their profits. But I think that is slightly different to having a licence agreement and as you say with that model you could become prone to unreasonable fees.
-
If he's got a clause like that in his contract, it may be indicative of broader issues looming. You may want to reconsider developers.
-
Hi Demetrios,
As the other replies have said, no, it's definitely not typical. I would be a little concerned if this is a typical contract clause for this developer.
Thanks,
Greg -
Another point, how much of that code is learnt from or copied from other sources? Would he even have the right to call it his own?
-
Imagine getting a house build and then signing a rental agreement??
I build complied sites in MVC using visual studio, when I click publish, it compiles my code and produces a website on the server. If you wanted to make any changes at a later date you would need the Visual Studio project, I always give clients a copy of this project so they can do so.
-
Yea that's what I figured. I haven't paid anything to the developer so will wait for his response to removing that clause from the contract. The contract states he will license it to me, which makes no sense to me. Why would I paid you to program something for me, then it gets licensed to me. Then at anytime you can stop the licensing and hold my site hostage. Makes no sense..
-
I have been a computer programmer / web developer for over 20 years and no it is not.
I would tell them to take a hike, if you have already passed over any cash then I would ask for it back , if they did not tell you this before taking the money.
-
yep, if you paid for it you would like to own the copy right. If they keep it, then they can resell it to anyone legally, which I'm sure you would not be happy about.
-
Hi Demetrios,
The webdev companies I've worked with didn't posses the rights to the code. We always claim ownership of the source code and all others properties in every project.
Regards,
Pieter
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Is this spammy/panda problem?
We have a property site and have many area pages with listings of properties. For example, one page may have up to 30 properties listed, with 100 words of description on that listing page for that property and then you click 'more info' to get to the page of that property with maybe 200 words in total. I want to add bullet points for each property on the area page but Im worried that it may be seen by google as spammy even though its usefull to the client. For example, if I had 30 properties on a page, and 28 of them said next to each picture.. Property Type: Shared, Open Plan, Single Bed Would that be a problem for google?
Web Design | | nick-name1230 -
Organization name as text vs. as a picture with alt text + Schema.org markup
I'm looking for some feedback to implement best practice for the markup of our header/navigation at the top of our site. Our organization name and a tag line is at the top of every page on the left, then our logo, then our navigation to items like "Topics" "FAQs" "About us" etc is to the right along the top. Our organization name includes the most frequently searched keyword for what we want to rank on, and our organization name is our domain name. A couple other background items: we're a non-profit startup and no code is public yet -- hence, I'll be explaining what we're going for. We're coding in straight html/css, not using Wordpress or anything like that. When we originally DIY coded our draft homepage and a few landing pages, we put the organization name and tag line into the markup as text, to look like this: Organization name | Pretty | Navigation items over here
Web Design | | scienceisrad
Explanatory fun tag line | Cool |
--------------------------------------- | Logo | --------------------------------------------------------- Then we outsourced the markup of two more landing pages to a company that does on-demand orders for responsive markup, based on png's we sent of the designs. The company's code renders a fabulous looking version of our design, and important for usability, it is responsive. The company also did something else I'm not so sure of. They made one big image out of our organization name, tag line and logo ... because? The indenting and different font sizes of the Organization name and tag line was too hard to code in? Or is it just best practice for html standards, SEO, etc. to make it one big logo?? Now, as part of an overall effort I'm working on to reconcile our different code ... I'm mulling right now specifically on reconciling the different approaches we each took and incorporating new best practices for the header ... based on what I'm reading online about headers, including debates about whether to use h1 for your company name, whether using an image for the name is fine, advice about including Schema.org markup for logos, etc. Given all this, which of these two options look better to you? Do they seem equally good to you? What would you change about the one that looks better to you? What do I have wrong in them? Or would you code this entirely differently to hit all best practices? What do you think about using h1 for organization name vs. is there a better tag to use for the organization name to code it in as text? (Note: we have other h1's on our pages for the actual article/content titles of each page, which maybe we should, maybe we shouldn't be having those as h1's?) Option 1 -- using text for our name and tag line: <header id="top" class="brandfont brandcolor">
[# Organization name Explanatory fun tag line](/) Organization name logo {navigation code here}
</header> Option 2 -- name, tag line and logo all as one big png image: <header id="header" class="container"> Organization name tag line {navigation code here}
</header>1 -
Recommendations for top notch US based WP developers
I have a client that needs to get a WP template completely revamped. They work in residential contracting and this website will be for lead generation. The current WP template has several problems with load speeds, structured data, SSL issues, mobile template problems (most critical issue) and other issues. Their budget is $5K to $12K.
Web Design | | RosemaryB
Does anybody know of any US based (MUST be accessible by phone number) WP Developer who has a strong knowledge of SEO & Conversion optimization? Thanks0 -
Google pagespeed / lazy image load
Hi, we are using the apache module of google pagespeed. It works really great, helps a lot. But today I've asked me one question: Does the "lazy load" feature for images harm the ranking? The module reworks the page to load the images only if the are visible at the screen. Is this behavior also triggered by the google bot? Or are the images invisible for google? Any expirience about that? Best wishes, Georg.
Web Design | | GeorgFranz0 -
What Are The Hazards to Changing Over to Responsive Web Design?
We have recently re-programmed our website to Responsive Web Design. All the URLs have remained the same, all the content is unchanged. We have this new version sitting on a development server and are finding ourselves hesitant to make the changeover. Our rankings are great currently, and our question is whether or not there are any risks that we will incur by making this change. We would appreciate any advice on how to implement this change safely. Or if that's it's even possible to insure that there won't be ranking losses.
Web Design | | gfiedel0 -
How to put 'Link to this article' HTML code at bottom of article & is it helpful?
Hello, I was thinking about putting a box down at the bottom of my client's main articles that let's the reader easily copy the html code it takes to link to the article they're reading. Maybe I'd put it after the author bio. Do any of you do this? If so, what format do you use? It has to look nice of course. This is a non-techie industry. Thanks.
Web Design | | BobGW0 -
Which is the Best Web Hosting Company?
Which web hosting company is the best to use for SEO purposes? Also which company has the best cost and value?
Web Design | | bronxpad1 -
Does anyone think the <figcaption>attribute from HTML5 will have any influence for image search?</figcaption>
There is a <figure>element that is supposed to provide better descriptions of image on the web in HTML5 - do you think that will replace the importance of the "Alt" tag? Link to figcaption description </figure>
Web Design | | RankSurge2