The construction tag has no wiki summary.
2
votes
2answers
190 views
Should I notify 'under construction' websites to crawlers? If yes how?
I am currently developing a website which is going to take some time to finish. I need to move some 'stuff' to production frequently, while maintaining a under construction status. My front page will ...
0
votes
1answer
166 views
Schema.org markups: Can I define a <span itemprop=“example”> within an undefined parent div if that parent div's parent div is defined?
Here is the example:
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<p>some text and lorem ipsum</p>
<div class="random">
<span ...
8
votes
2answers
227 views
What is the most semantically correct structure of a blog page using HTML5 tags?
I'd like to grok the ultimate nature of <aside>, <section>, <article>.
What is the best, most semantically correct structure of a blog page using HTML5 tags?
Should I put the ...
7
votes
3answers
285 views
What are the steps for starting a website from scratch?
Starting before design, before coding anything. What steps need to be taken to fully implement a working website?
EDIT
I mean both from a technical and a non-technical perspective.