Difference between pages "Experimental branch" and "SEO"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
m
 
Line 1: Line 1:
{{fancywarning|Funtoo Experimental where we test bleeding-edge stuff, and we're not afraid to break things. Don't use experimental unless you are helping us test new features.}}
[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.


== Status ==
== 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.


The experimental branch currently contains an updated version of gcc-4.6.2-r1, and an updated toolchain.eclass.
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.


Future plans:
=== Canonical Urls ===
* funtoo profile integration
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.
* udev and friends bump


== Experimental Timeline ==
<console>###i## curl -I http://funtoo.org/Welcome</console>


* Mar 23, 2012 - experimental is now merged into master. Experimental follows master now.
<console>###i## curl -I http://www.funtoo.org/Welcome</console>
* Between Jan and Mar, 2012 - experimental contains Nova cloud computing libraries.
* Between Jan and Mar, 2012 - perl-5.14 is added but kept hard-masked as it breaks stage1 builds.
* Jan 28, 2012 - experimental now contains [[Progress_Overlay_Python]]
* Dec 16, 2011 - experimental is now merged into master. Experimental follows master now.
* Sep 27, 2011 - experimental tree is created, used for new gcc-4.6.2 toolchain development and ebuild cleanup.


== Introduction ==
==== 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


The Funtoo experimental branch is used by Funtoo Core Developers to try and test new features to be included in Funtoo stable and current branches when ready. Users that want to help the developers test those new features are welcome to switch to the experimental branch and report problems on IRC or the forum. However, problems may arise from using it and there is no guarantee that your system will stay usable.
==== 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.


== Upgrading an existing Funtoo installation to experimental ==
== Server Speed ==
<pre>
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}}
# rm -rf /usr/portage
# nano -w /etc/make.conf
</pre>


Add the following line (or modify it if it's already there):
== Meta Description/Keywords/Tags ==
<pre>
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.
SYNC="git://github.com/funtoo/experimental-mini-2011.git"
=== Dublin core ===
</pre>
Dublin core is a system that generates meta information dynamically.


=== First method ===
== External Links ==
<pre>
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.
# emerge --sync     
</pre>


Verify that the experimental tree has been properly installed:
== 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.


<pre>
===testing, and evaluating===
# cat /usr/portage/.git/config
==== free analysis ====
...
* http://www.seomastering.com/ (shows estimated page value in USD)
[remote "origin"]
* http://seositecheckup.com/ (throttled to 1 check every 30 minutes)
fetch = +refs/heads/*:refs/remotes/origin/*
* http://www.site-seo-analysis.com/
url = git://github.com/funtoo/experimental-mini-2011.git
* http://www.seoworkers.com/tools/analyzer.html
...
</pre>


You should see that the git repository is pointing to experimental-mini-2011.git.
==== free with required registration ====
* http://www.site-analyzer.com/


If for any reason this method did not work, use the second method to manually clone the experimental branch.
==== pay with free trial ====
=== Second method ===
free 1 site per week testing
<pre>
* http://www.woorank.com/
# rm -rf /usr/portage
# cd /usr
# git clone git://github.com/funtoo/experimental-mini-2011.git portage
# emerge --sync
</pre>


== Installation from an experimental branch stage3 ==
==== unsorted goodies ====
You can find some stage3s on the Funtoo mirror: [http://ftp.osuosl.org/pub/funtoo/funtoo-experimental/]. These stages are updated weekly, possibly more often during active experimental development.
*http://www.webpagetest.org/
 
*http://www.seocentro.com/tools/seo/seo-analyzer.html
== Building stage3s using Metro ==
*http://www.seoptimer.com/
You may build your own stages of the experimental branch using [[Metro]]. The stages from the Funtoo mirror ([http://ftp.osuosl.org/pub/funtoo/funtoo-experimental/]) can be used as a seed. A funtoo-experimental target is available.
*https://www.found.co.uk/seo-tool/
 
*https://zadroweb.com/seo-auditor/
== History ==
*http://www.wpromote.com/seo/seo-audit-tool
 
*https://marketing.grader.com/
=== Iteration 1 (Completed Dec 16, 2011) ===
*http://www.alexa.com/
 
Implementation and stabilization of a new set of toolchain packages:
 
* gcc-4.6.2
* binutils-2.21-r1
* linux-headers-2.6.39
* glibc-2.13-r4
* udev-171-r1
* patched lvm2-2.02.85
* Several patches to solve problems building with this toolchain
 
And some other features:
* [[Portage Dynamic Slot]]
* Modifications of Mesa, libdrm and radeon drivers to support each type of Radeon video card individually, as well as masked -9999 versions of those packages.
 
[[Category:Portage]]
[[Category:HOWTO]]
[[Category:Featured]]

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