We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Suggestions for SEO improvements | Forum

Topic location: Forum home » Support » General Questions
Biagio Costagliola
Biagio Costagliola Apr 15 '14
I have noticed in the SEO analysis, there is still much to do.


- The web page loads 21 javascript files, this can affect the loading time negative.


- It's not specify an Apple Touch Icon.


- For 245 images from the Alt tag is missing. The content of alt tags is interpreted as text on the page.


- It is located inline CSS on the page. CSS code should be outsourced.


- The H1 heading on the page contains no text.


- The header structure is bad. There should be no hierarchy level can be omitted.


- The internal links have some dynamic parameters. All internal URLs which are not marked as nofollow should not have dynamic parameters.


- The server version is also sent in the header. This is pointless, but also not important.


- For the JQuery files a content delivery network such as Google Hosted Libaries can be used for low bandwidth.


- There is no viewport specified.




Oxwall Accessories
Oxwall Accessories Apr 16 '14
+1  
tammy harris
tammy harris Apr 16 '14
a lot of work needs to be done 
Biagio Costagliola
Biagio Costagliola Apr 18 '14

Attention! The loading time of your site should be definitely reduced. 


the Oxwall web page uses inline styles. 


Oxwall used to many CSS files (more than 4). 


Oxwall ontains too much JavaScript (more than 7 files). 


Oxwall does not take advantage of gzip.

Biagio Costagliola
Biagio Costagliola Apr 18 '14
W3C Errors

========


Line 6, Column 16there is no attribute "property"<meta property="og:image" content="http://www.german-dates.com/ow_userfiles/plu
Line 21, Column 19required attribute "type" not specified<style media="all">
Line 304, Column 82end tag for "meta" omitted, but OMITTAG NO was specified…ta http-equiv="Content-Script-Type" content="text/javascript; charset=UTF-8;">
Line 305, Column 74end tag for "meta" omitted, but OMITTAG NO was specified<meta http-equiv="Content-Style-Type" content="text/css; charset=UTF-8;">
Line 399, Column 172duplicate specification of attribute "value"…put_32710996" class="ow_positive"name="submit"value="Sign In" /></span></span>
Line 422, Column 17end tag for "hr" omitted, but OMITTAG NO was specified<hr>

You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".


Line 481, Column 30there is no attribute "height"

<table width="938" height="90" border="0" align="center"> <tr> <td width="93…
Line 520, Column 503there is no attribute "allowtransparency"…overflow:hidden; width:410px; height:366px;" allowtransparency="true"></iframe>
Line 548, Column 84there is no attribute "fb:like:layout"…is_button_facebook ow_social_sharing_button" fb:like:layout="button_count"></a>
 Line 557, Column 96there is no attribute "g:plusone:size"…ton_google_plusone_share ow_social_sharing_button" g:plusone:size="medium"></a>
Line 1179, Column 56document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag<div class="ow_newsfeed_string">
Line 1263, Column 56document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag<div class="ow_newsfeed_string">
Line 1361, Column 56document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag<div class="ow_newsfeed_string">

and many many more...
take a look: http://validator.w3.org/...or.w3.org%2Fservices
tammy harris
tammy harris Apr 18 '14
yes theres lots of stuff and if u use htacess dile you can at least make the site usable 
Biagio Costagliola
Biagio Costagliola Apr 18 '14
JavaScript- und CSS-Ressourcen, die das Rendering blockieren, in Inhalten "above the fold" (ohne Scrollen sichtbar) beseitigenIhre Seite enthält 1 blockierende Skript-Ressourcen und 5 blockierende CSS-Ressourcen. Dies verursacht eine Verzögerung beim Rendern Ihrer Seite.

Keine der Seiteninhalte "above the fold" (ohne Scrollen sichtbar) konnten ohne Wartezeiten für das Laden der folgenden Ressourcen gerendert werden. Versuchen Sie, blockierende Ressourcen zu verschieben oder asynchron zu laden, oder laden Sie kritische Bereiche dieser Ressourcen direkt inline im HTML.

Entfernen Sie JavaScript, das das Rendering blockiert:Optimieren Sie die CSS-Darstellung für die folgenden URLs:
Biagio Costagliola
Biagio Costagliola Apr 18 '14

#*************************************************************************************

AddHandler application/x-httpd-php52 .php .php5 .php4 .php3

AddType application/x-httpd-php .php .html .htm

Options +FollowSymLinks

#*************************************************************************************

RewriteEngine On

AddEncoding gzip .gz

AddEncoding gzip .gzip

<FilesMatch "\.(js.gz|js.gzip)$">

ForceType text/javascript

#*************************************************************************************

</FilesMatch>

<FilesMatch "\.(css.gz|css.gzip)$">

ForceType text/css

</FilesMatch>

#*************************************************************************************

RewriteCond %{REQUEST_URI} !^/index\.php

RewriteCond %{REQUEST_URI} !/ow_updates/index\.php

RewriteCond %{REQUEST_URI} !/ow_updates/

RewriteCond %{REQUEST_URI} !/ow_cron/run\.php

RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]

RewriteRule (.*) index.php

#*************************************************************************************

# Defaults

AddDefaultCharset UTF-8

DefaultLanguage en-US

ServerSignature Off

FileETag None

Header unset ETag

Options -MultiViews

#*************************************************************************************

<FilesMatch "\\.(js|css|html|htm|php|xml)$">

SetOutputFilter DEFLATE

</FilesMatch>

#*************************************************************************************

<ifmodule mod_expires.c>

ExpiresActive On

ExpiresDefault "access plus 3600 seconds"

ExpiresByType image/x-icon "access plus 2592000 seconds"

ExpiresByType image/jpeg "access plus 2592000 seconds"

ExpiresByType image/png "access plus 2592000 seconds"

ExpiresByType image/gif "access plus 2592000 seconds"

ExpiresByType application/x-shockwave-flash "access plus 2592000 seconds"

ExpiresByType text/css "access plus 604800 seconds"

ExpiresByType text/javascript "access plus 216000 seconds"

ExpiresByType application/x-javascript "access plus 604800 seconds"

</ifmodule>

#*************************************************************************************

#compression

<IfModule mod_deflate.c>

<FilesMatch "\.(css|js)$">

SetOutputFilter DEFLATE

</FilesMatch>

</IfModule>

#*************************************************************************************

# Force the latest IE version or ChromeFrame

<IfModule mod_setenvif.c>

<IfModule mod_headers.c>

BrowserMatch MSIE ie

Header set X-UA-Compatible "IE=Edge,chrome=1" env=ie

</IfModule>

</IfModule>

#*************************************************************************************

AddOutputFilterByType DEFLATE text/plain

AddOutputFilterByType DEFLATE text/html

AddOutputFilterByType DEFLATE text/xml

AddOutputFilterByType DEFLATE text/css

AddOutputFilterByType DEFLATE application/xml

AddOutputFilterByType DEFLATE application/xhtml+xml

AddOutputFilterByType DEFLATE application/rss+xml

AddOutputFilterByType DEFLATE application/javascript

AddOutputFilterByType DEFLATE application/x-javascript

max
max Jul 30
Are group buy SEO tools safe to use? From my perspective, "Group buy SEO tools" refer to services where a group of users collectively purchase access to premium SEO (Search Engine Optimization) tools at a much lower individual cost than if they were to each buy individual subscriptions.
John Piterson
John Piterson Jul 30
I want to share my experience with you, my experience of buying ahrefs was related to seo group buy, you can try to contrast with the service that you advise and understand what is still better to use, my opinion is what I used as it is absolutely convenient, and ahrefs to me is the best tool for analyzing sites, backlinks and competitors.