Difference between pages "Funtoo:Metro/Recipes" and "SEO"

From Funtoo
< Funtoo:Metro(Difference between pages)
Jump to navigation Jump to search
 
m
 
Line 1: Line 1:
== How do I build an OpenVZ template? ==
[https://en.wikipedia.org/wiki/Search_engine_optimization Seo] stands for search engine optimization.  This page is dedicated to helping improve your page rank on search engines.


<pre>
== Domains ==
# /root/git/metro/scripts/ezbuild.sh funtoo-current core2_64 openvz
When selecting a domain name, try to choose a short domain name, omitting words like "the" the longer the url, the harder it is to remember, and this affects page rank.
</pre>


== How do I build a VServer template? ==
http://www.yes.com is excellent
http://www.nooooooooooooooo.com is bad....


The latest git version of metro supports vserver natively:
Domain registration duration impacts SEO, if you intend to have the site a long time, register several years rather than a short period of time, as this will improve SEO.


<pre>
=== Canonical Urls ===
# /root/git/metro/scripts/ezbuild.sh funtoo-current core2_64 vserver
your sites urls should have 1 or the other url re-writing, and 301 permanent redirecting so search engines do not see duplicate content.  You are not penalized for url length by adding a www. subdomain.
</pre>


== How do I build an Linux Containers (LXC) template? ==
<console>###i## curl -I http://funtoo.org/Welcome</console>


The latest git version of metro supports LXC natively:
<console>###i## curl -I http://www.funtoo.org/Welcome</console>


<pre>
==== php? ====
# /root/git/metro/scripts/ezbuild.sh funtoo-current core2_64 lxc
Question marks are bad.  Most search engines freak out about indexing anything past a ? so use url rewrites to remove index.php? and leave just site.com/Main_Page
</pre>


== How do I build stuff, plus an OpenVZ template? ==
==== Url spaces ====
You should prefer - over _ to represent spaces.  MediaWiki is flawed in design preferring _ over -.  This is an older SEO problem, yet it still persists in affecting your page ranking.  [[web-server-stack]] is an example of an SEO friendly url with spaces.


Sometimes it's handy to be able to build a multi-target like "full" (the default stage1/2/3 build) or "freshen" ''plus'' an additional single target such as "openvz", "lxc" or "vserver". The advantage of using this approach is that the second target will only build if the first one completes successfully. Metro now accepts a "+(single-target)" to specify one additional extra target:
== Server Speed ==
How fast your page loads significantly impacts seo.  Installing a caching reverse proxy, and testing that it hits close to 100% of the time is a good idea.  It prevents your server from rebuilding pages, hitting the processor, and also speeds up page delivery to move the bottle neck from the php building to the internet connection speed. see: {{Package|www-servers/varnish}}


<pre>
== Meta Description/Keywords/Tags ==
# /root/git/metro/scripts/ezbuild.sh funtoo-current corei7 full+openvz
Meta information is parsed directly by search engines.  with these in place they will be displayed rather than the initial text of your canonical landing page.
</pre>
=== Dublin core ===
Dublin core is a system that generates meta information dynamically.


This comes in handy for cron jobs.
== External Links ==
Posting links around is ok so long as it is organic, and not spammy.  addthis share widgets improve SEO as they produce many backlinks that are not a bot dumping anywhere, and everywhere.  addthis produces twitter/facebook/g+/redit etc share links, and has an analytic service.


== How do I build more than one stage a day? ==
== SiteMaps & robots.txt ==
Sitemaps generate xml pages that tell crawlers about your sites content pages, and robots.txt tell crawlers about pages they're not allowed to index.  In a few iterations ill look up how to make a robots that allows everything, as if its not even there, and an external site map generating service.


To build more than one stage a day, use the full syntax to <tt>ezbuild.sh</tt> as shown below, and specify the suffix of your preference to the datestamp. From Metro's perspective, the datestamp is just a string so anything will work -- "[today's date]-1", "test", "test-3", etc. will all be accepted by Metro. Metro will record the last stage3 built and use it as a seed stage.
===testing, and evaluating===
==== free analysis ====
* http://www.seomastering.com/ (shows estimated page value in USD)
* http://seositecheckup.com/ (throttled to 1 check every 30 minutes)
* http://www.site-seo-analysis.com/
* http://www.seoworkers.com/tools/analyzer.html


<pre>
==== free with required registration ====
# /root/git/metro/scripts/ezbuild.sh funtoo-current generic_64 full 20111231-1
* http://www.site-analyzer.com/
</pre>


[[Category:Metro]]
==== pay with free trial ====
free 1 site per week testing
* http://www.woorank.com/
 
==== unsorted goodies ====
*http://www.webpagetest.org/
*http://www.seocentro.com/tools/seo/seo-analyzer.html
*http://www.seoptimer.com/
*https://www.found.co.uk/seo-tool/
*https://zadroweb.com/seo-auditor/
*http://www.wpromote.com/seo/seo-audit-tool
*https://marketing.grader.com/
*http://www.alexa.com/

Revision as of 07:54, December 19, 2014

Seo stands for search engine optimization. This page is dedicated to helping improve your page rank on search engines.

Domains

When selecting a domain name, try to choose a short domain name, omitting words like "the" the longer the url, the harder it is to remember, and this affects page rank.

http://www.yes.com is excellent http://www.nooooooooooooooo.com is bad....

Domain registration duration impacts SEO, if you intend to have the site a long time, register several years rather than a short period of time, as this will improve SEO.

Canonical Urls

your sites urls should have 1 or the other url re-writing, and 301 permanent redirecting so search engines do not see duplicate content. You are not penalized for url length by adding a www. subdomain.

root # curl -I http://funtoo.org/Welcome
root # curl -I http://www.funtoo.org/Welcome

php?

Question marks are bad. Most search engines freak out about indexing anything past a ? so use url rewrites to remove index.php? and leave just site.com/Main_Page

Url spaces

You should prefer - over _ to represent spaces. MediaWiki is flawed in design preferring _ over -. This is an older SEO problem, yet it still persists in affecting your page ranking. web-server-stack is an example of an SEO friendly url with spaces.

Server Speed

How fast your page loads significantly impacts seo. Installing a caching reverse proxy, and testing that it hits close to 100% of the time is a good idea. It prevents your server from rebuilding pages, hitting the processor, and also speeds up page delivery to move the bottle neck from the php building to the internet connection speed. see: www-servers/varnish

Meta Description/Keywords/Tags

Meta information is parsed directly by search engines. with these in place they will be displayed rather than the initial text of your canonical landing page.

Dublin core

Dublin core is a system that generates meta information dynamically.

External Links

Posting links around is ok so long as it is organic, and not spammy. addthis share widgets improve SEO as they produce many backlinks that are not a bot dumping anywhere, and everywhere. addthis produces twitter/facebook/g+/redit etc share links, and has an analytic service.

SiteMaps & robots.txt

Sitemaps generate xml pages that tell crawlers about your sites content pages, and robots.txt tell crawlers about pages they're not allowed to index. In a few iterations ill look up how to make a robots that allows everything, as if its not even there, and an external site map generating service.

testing, and evaluating

free analysis

free with required registration

pay with free trial

free 1 site per week testing

unsorted goodies