Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » U++ Webs: Functioning, Layout , Design, Features and Structure of these forums, homepage etc. » A few moments for the search engine optimization site ultimatepp.org
A few moments for the search engine optimization site ultimatepp.org [message #24689] Wed, 27 January 2010 10:13 Go to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

1. Static header Articles site (not forum) - always Ultimate++. This is very bad for search engine optimization.

TITLE tag must be different for each page. In the simplest case, it should reflect the article title.

Ideally, it should consist of 2 - 3 parts of different levels of detail.

For example:
Overview Ultimate++ :: Ultimate++
or (Overview Ultimate++ - Ultimate++)
Maybe
Overview Ultimate++ :: Ultimate++ - Ñ++ programming environment

Thus the region with the highest weight value of key words - TITLE would normally be used.

2. On the pages, the headlines are not identified in the tag H1 - is also a big drawback.
With styles for tags can be H1 - H5 form the same formatting, but the weight of words in the H1 tag is much higher than a simple paragraph of text!

I think that uppweb can recognize a large font inside tpp-file and replace it with the tag H1.


SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: A few moments for the search engine optimization site ultimatepp.org [message #24696 is a reply to message #24689] Wed, 27 January 2010 12:35 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

3. Can we do more than the standard URL? Some search engines are a very bad characters like $.

I want to make it like
http://www.ultimatepp.org/www/uppweb/overview-en-us.html
or
http://www.ultimatepp.org/www-uppweb-overview-en-us.html
instead
http://www.ultimatepp.org/www$uppweb$overview$en-us.html
This can be done in two ways
1-st - to alter the generation of html (in this approach is less important - lost already established links)
2-nd - make RewriteEngine to rewrite the page address (in this approach minus - the opacity of editing options). respectively, need only links to match.

The best approach, I think, would be a 1-st with rewriting rules for RewriteEngine in .htaccess to save old links for compability.


SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: A few moments for the search engine optimization site ultimatepp.org [message #24783 is a reply to message #24696] Fri, 29 January 2010 19:50 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
sergeynikitin wrote on Wed, 27 January 2010 06:35

3. Can we do more than the standard URL? Some search engines are a very bad characters like $.

I want to make it like
http://www.ultimatepp.org/www/uppweb/overview-en-us.html
or
http://www.ultimatepp.org/www-uppweb-overview-en-us.html
instead
http://www.ultimatepp.org/www$uppweb$overview$en-us.html
This can be done in two ways
1-st - to alter the generation of html (in this approach is less important - lost already established links)
2-nd - make RewriteEngine to rewrite the page address (in this approach minus - the opacity of editing options). respectively, need only links to match.

The best approach, I think, would be a 1-st with rewriting rules for RewriteEngine in .htaccess to save old links for compability.


Could we simply use some better character instead '$' ?
Re: A few moments for the search engine optimization site ultimatepp.org [message #24786 is a reply to message #24783] Fri, 29 January 2010 21:04 Go to previous messageGo to next message
cbpporter is currently offline  cbpporter
Messages: 1401
Registered: September 2007
Ultimate Contributor
I vote for "/": http://www.ultimatepp.org/src/Core/Vector/en-us.html.

Anybody can read that and folders are a tried and true method of organization.

Also, can we please sort the items in "Manual" alphabetically for each section?
Re: A few moments for the search engine optimization site ultimatepp.org [message #24789 is a reply to message #24786] Fri, 29 January 2010 23:38 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

The best "/" or "_" but slash is better, because it split the words and in terms of words in Google - they are different words and they are present in the URL, which further enhances their weight.

SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: A few moments for the search engine optimization site ultimatepp.org [message #24791 is a reply to message #24789] Sat, 30 January 2010 08:36 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

And if we just go into the subject the correct URL.
The fact URL
http://www.ultimatepp.org/www$uppweb$overview$en-us.html
or even
http://www.ultimatepp.org/www/uppweb/overview-en-us.html
contains a lot of excess.
This URL contains the keywords, without which it could well be indispensable. For example the word www uppweb this URL could well be thrown out and replaced by "Ultimate" and "programming environment". And more correct URL would be
http://www.ultimatepp.org/ultimate/overview_programming_envi ronment-en-us.html
or
http://www.ultimatepp.org/ultimate/c++_new_approach-en-us.ht ml

In addition, I want to say on the site should make more use of the separation of style (CSS) and content.
In the confirmation propose - look as arranged HTML code main menu - there is a description format for each menu item is repeated. But it must be done in the CSS style class and specify only the reference to the class.(Unnecessary words in the markup - is to reduce the weight of useful words)

Well, very useful in the menu to use Tooltip ballons (tag TITLE). keywords used in the TITLE tag of hyperlinks have much more weight than the words in plain text.

For images, too, must use TITLE tags and ALT (not for the convenience of users but for search engine optimization)

These are mistakes that I have yet noticed.

In practice, of course all of these rules hard to follow. For sites that I do (I am not a professional in this field), I do not always able to follow all the rules.

So all I said is just a wish. Smile


SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}

[Updated on: Sat, 30 January 2010 08:47]

Report message to a moderator

Re: A few moments for the search engine optimization site ultimatepp.org [message #24802 is a reply to message #24789] Sat, 30 January 2010 19:14 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
sergeynikitin wrote on Fri, 29 January 2010 17:38

The best "/" or "_" but slash is better, because it split the words and in terms of words in Google - they are different words and they are present in the URL, which further enhances their weight.


Slash is bad as it forces us to use the directory hierarchy on the server.

"_" is ok, only concern there is possibility of name-clash. But I hope that is quite low.

Mirek
Re: A few moments for the search engine optimization site ultimatepp.org [message #24803 is a reply to message #24791] Sat, 30 January 2010 19:16 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
sergeynikitin wrote on Sat, 30 January 2010 02:36

And if we just go into the subject the correct URL.
The fact URL
http://www.ultimatepp.org/www$uppweb$overview$en-us.html
contains a lot of excess.



Please keep in mind that everything is generated based on T++ files... The problem is that we need unique name for particular T++ topic. So it is created based on package, topic group and topic id....

Re: A few moments for the search engine optimization site ultimatepp.org [message #24805 is a reply to message #24803] Sat, 30 January 2010 20:06 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
OK, for starters, I have fixed the webpage titles. Should be visible tomorrow.
Re: A few moments for the search engine optimization site ultimatepp.org [message #24806 is a reply to message #24805] Sat, 30 January 2010 22:29 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

Great!

SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: A few moments for the search engine optimization site ultimatepp.org [message #24811 is a reply to message #24806] Sun, 31 January 2010 00:49 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

I propose make uppweb/www.cpp (line 406) like this
	String pageTitle = tt[i].title + " :: Ultimate++";


SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: A few moments for the search engine optimization site ultimatepp.org [message #24831 is a reply to message #24811] Mon, 01 February 2010 08:09 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
It seems a good idea.

Just an addition: It seems "U++" is searched right in Google and Wikipedia, and bad in Bing-Yahoo (however Bing understands "C++")


Best regards
Iñaki
Re: A few moments for the search engine optimization site ultimatepp.org [message #24836 is a reply to message #24811] Mon, 01 February 2010 11:03 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
sergeynikitin wrote on Sat, 30 January 2010 18:49

I propose make uppweb/www.cpp (line 406) like this
	String pageTitle = tt[i].title + " :: Ultimate++";



OK. Done.
Re: A few moments for the search engine optimization site ultimatepp.org [message #24841 is a reply to message #24836] Mon, 01 February 2010 13:15 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

Link to analyze search engine rank of main page

http:/www.ultimatepp.org/

PageRank (from Google) (PR Page) = 0 - this is link popularity indikator. 0 is very small. Normal for normal yang site is 2-3.



SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: A few moments for the search engine optimization site ultimatepp.org [message #24845 is a reply to message #24841] Mon, 01 February 2010 14:10 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

To increase link popularity, I propose that upload to soft portals information about the package with the ability to load, but for this we need a permanent address of exe- deb- and rpm-files (possibly with the help of softlink to "last version")


SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: A few moments for the search engine optimization site ultimatepp.org [message #24851 is a reply to message #24841] Mon, 01 February 2010 15:46 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
sergeynikitin wrote on Mon, 01 February 2010 13:15

Link to analyze search engine rank of main page

http:/www.ultimatepp.org/

PageRank (from Google) (PR Page) = 0 - this is link popularity indikator. 0 is very small. Normal for normal yang site is 2-3.



Hello Sergey

Do you have a link in English ?


Best regards
Iñaki
Re: A few moments for the search engine optimization site ultimatepp.org [message #24857 is a reply to message #24851] Mon, 01 February 2010 16:38 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

koldo wrote on Mon, 01 February 2010 17:46

...

Hello Sergey

Do you have a link in English ?


I'll try to find

(but this is translated link)


SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: A few moments for the search engine optimization site ultimatepp.org [message #24858 is a reply to message #24857] Mon, 01 February 2010 17:03 Go to previous messageGo to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

http://www.seocentro.com/tools/search-engines/metatag-analyz er.html

SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: A few moments for the search engine optimization site ultimatepp.org [message #24859 is a reply to message #24858] Mon, 01 February 2010 17:05 Go to previous message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

sorry for wrong information about Google PR. Embarassed Real PR=4, it's good value!

SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Previous Topic: Domains registered, new website should be on within 24 hours
Next Topic: I propose to move all downloads from main index.html to page Download.
Goto Forum:
  


Current Time: Thu Mar 28 21:23:51 CET 2024

Total time taken to generate the page: 0.03299 seconds