robots.txt
This commit is contained in:
parent
816d453dbf
commit
2e6598164f
2 changed files with 6 additions and 3 deletions
|
|
@ -103,7 +103,7 @@
|
||||||
browser.
|
browser.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
GoDaddy' s DNS servers are queried, which translating the
|
GoDaddy's DNS servers are queried, which translating the
|
||||||
domain name to my Route53's IP address.
|
domain name to my Route53's IP address.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
@ -122,8 +122,7 @@
|
||||||
<img
|
<img
|
||||||
width="50%"
|
width="50%"
|
||||||
src="../public/website-design.webp"
|
src="../public/website-design.webp"
|
||||||
alt="system design of my portfolio
|
alt="system design of my portfolio website"
|
||||||
website"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<h2>difficulties</h2>
|
<h2>difficulties</h2>
|
||||||
|
|
|
||||||
4
robots.txt
Normal file
4
robots.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
User-agent: *
|
||||||
|
Disallow: /public/signifier/
|
||||||
|
Disallow: /wip.html
|
||||||
|
Allow: /
|
||||||
Loading…
Add table
Add a link
Reference in a new issue