phpBB Italia chiude!
phpBB Italia ringrazia tutti gli utenti che hanno dato fiducia al nostro progetto per ben 9 anni, e che, grazie al grande lavoro fatto da tutto lo Staff (rigorosamente a titolo gratuito), hanno portato il portale a diventare il principale punto di riferimento italiano alla piattaforma phpBB.

Purtroppo, causa motivi personali, non ho più modo di gestirlo e portarlo avanti. Il forum viene ora posto in uno stato di sola lettura, nonché un archivio storico per permettere a chiunque di fruire di tutte le discussioni trattate.

Il nuovo portale di assistenza per l'Italia di phpBB diventa phpBB-Store.it, cui ringrazio per aver deciso di portare avanti questo grande progetto.

Grazie ancora,
Carlo - Amministratore di phpBB Italia

Trasferimento forum e modifica Seo

Discussioni riguardanti l'ottimizzazione del proprio forum per i motori di ricerca.
metal master
Utente
Utente
Messaggi: 122
Iscritto il: 28/12/2010, 10:58
Sesso: Maschio
Versione: 3.1.3
Server: UNIX/Linux
PHP: 5.5.25
Database: MySQL(i) 5.5.43-37.2

Re: Trasferimento forum e modifica Seo

Messaggio da metal master » 08/05/2012, 15:05

Credo che dovrebbe essere questo topic http://www.phpbbitalia.net/forum/suppor ... t3114.html

metal master
Utente
Utente
Messaggi: 122
Iscritto il: 28/12/2010, 10:58
Sesso: Maschio
Versione: 3.1.3
Server: UNIX/Linux
PHP: 5.5.25
Database: MySQL(i) 5.5.43-37.2

Re: Trasferimento forum e modifica Seo

Messaggio da metal master » 08/05/2012, 16:04

Allora sbirciando un po in rete sembra che abbia trovato la soluzione.

Ho aggiunto questa stringa al file setup_phpbb_seo.php che si trova nella cartella phpbb_seo/include

Codice: Seleziona tutto

         $this->seo_static['index'] = 'indice';
prima di

Codice: Seleziona tutto

// Let's make sure that settings are consistent
		$this->check_config();
Ora,quando si digita l'indirizzo del sito si entra nel portale come prima pagina,ma quando clicco su indice stavolta va nel forum e non rimane fermo nel portale come prima.

Tra l'altro se clicco su index.php mi va su indice.html

Devo trovare la stessa soluzione con portal.php a portale.html e credo che abbia finito per adesso.


p.s: ho aggiunto

Codice: Seleziona tutto

RedirectMatch 301 /portal.php /portale.html
e quando clicco sul link al portal.php mi va su portale.html

Credo che vada bene come soluzione no?

Angolo
Leader Traduttori
Leader Traduttori
Messaggi: 7237
Iscritto il: 11/03/2011, 17:37
Sesso: Maschio
Versione: 3.0.12
Server: UNIX/Linux
PHP: 5.6.18
Database: MySQL 5.6.33-log
Contatta:

Re: Trasferimento forum e modifica Seo

Messaggio da Angolo » 08/05/2012, 17:19

Se all'atto pratico funziona, sì. Ma si deve vedere con la SEO attiva.

metal master
Utente
Utente
Messaggi: 122
Iscritto il: 28/12/2010, 10:58
Sesso: Maschio
Versione: 3.1.3
Server: UNIX/Linux
PHP: 5.5.25
Database: MySQL(i) 5.5.43-37.2

Re: Trasferimento forum e modifica Seo

Messaggio da metal master » 08/05/2012, 17:25

http://forumprova.netsons.org/

La seo attiva,che dici angolo credi che va bene così?

Se clicco sul link portale mi reindirizza correttamente a portale.html

Angolo
Leader Traduttori
Leader Traduttori
Messaggi: 7237
Iscritto il: 11/03/2011, 17:37
Sesso: Maschio
Versione: 3.0.12
Server: UNIX/Linux
PHP: 5.6.18
Database: MySQL 5.6.33-log
Contatta:

Re: Trasferimento forum e modifica Seo

Messaggio da Angolo » 08/05/2012, 17:53

Di per se va bene... però adesso a rigore hai due home:

Codice: Seleziona tutto

http://forumprova.netsons.org/

Codice: Seleziona tutto

http://forumprova.netsons.org/portale.html
Per risolvere potresti ad es canonicalizzare uno dei due...

In breve, individua il file del template del portale, che richiama l'overall_header.html.
Copia il citato file e rinominalo in overall_header_p.html
Inserisci il tag canonical manuale in questo file.
Modifica il file del portale che richiama l'overall_header.html in overall_header_p.html
Verifica.

Questa è una possibile soluzione... a occhio la più semplice...

metal master
Utente
Utente
Messaggi: 122
Iscritto il: 28/12/2010, 10:58
Sesso: Maschio
Versione: 3.1.3
Server: UNIX/Linux
PHP: 5.5.25
Database: MySQL(i) 5.5.43-37.2

Re: Trasferimento forum e modifica Seo

Messaggio da metal master » 08/05/2012, 20:25

ok adesso provo

il file del template del portale che richiama l'overall_header si chiama portal_body.html


P.S.:

allora: ho individuato il file del template del portale che richiama l'overall_header ed è portal_body.html
ho fatto una copia di questo file e l'ho chiamato overall_header_p.html
All'interno di quest'ultimo file ho inserito

Codice: Seleziona tutto

<link rel="canonical" href="http://forumprova.netsons.org/portale.html" />
ho modificato portal_body richiamando overall_header_p.html

adesso pero mi appaiono 2 portali: quello normale,e un altro uguale ma sotto quello normale
Ultima modifica di Angolo il 08/05/2012, 22:05, modificato 1 volta in totale.
Motivazione: Niente messaggi consecutivi

Angolo
Leader Traduttori
Leader Traduttori
Messaggi: 7237
Iscritto il: 11/03/2011, 17:37
Sesso: Maschio
Versione: 3.0.12
Server: UNIX/Linux
PHP: 5.6.18
Database: MySQL 5.6.33-log
Contatta:

Re: Trasferimento forum e modifica Seo

Messaggio da Angolo » 08/05/2012, 22:12

Io vedo la stessa situazione di prima, senza il canonical...

metal master
Utente
Utente
Messaggi: 122
Iscritto il: 28/12/2010, 10:58
Sesso: Maschio
Versione: 3.1.3
Server: UNIX/Linux
PHP: 5.5.25
Database: MySQL(i) 5.5.43-37.2

Re: Trasferimento forum e modifica Seo

Messaggio da metal master » 08/05/2012, 22:24

avevo rimesso come in origine.

ora ho messo come mi hai detto

Angolo
Leader Traduttori
Leader Traduttori
Messaggi: 7237
Iscritto il: 11/03/2011, 17:37
Sesso: Maschio
Versione: 3.0.12
Server: UNIX/Linux
PHP: 5.6.18
Database: MySQL 5.6.33-log
Contatta:

Re: Trasferimento forum e modifica Seo

Messaggio da Angolo » 08/05/2012, 22:29

Hai svuotato la cache da ftp??
Se sì, ti sei limitato a fare esattamente quello che ho detto, o hai aggiunto qualcosina??

Ci deve essere un solo

Codice: Seleziona tutto

<!-- INCLUDE overall_header_p.html -->
assicurandoti che non ci sia un

Codice: Seleziona tutto

<!-- INCLUDE overall_header.html -->

metal master
Utente
Utente
Messaggi: 122
Iscritto il: 28/12/2010, 10:58
Sesso: Maschio
Versione: 3.1.3
Server: UNIX/Linux
PHP: 5.5.25
Database: MySQL(i) 5.5.43-37.2

Re: Trasferimento forum e modifica Seo

Messaggio da metal master » 08/05/2012, 22:44

Cache svuotata

Contenuto portal_body.html

Codice: Seleziona tutto

<!-- DEFINE $S_IN_PORTAL = 1 -->
<!-- INCLUDE overall_header_p.html -->
<!-- INCLUDE mod_last_topiclist_body.html -->
<!-- INCLUDE portal/_block_config.html -->

<!-- IF PORTAL_VERSION_CHECK and U_ACP --> 
	<div id="portal_version_check" class="rules">
		<div class="inner"><span class="corners-top"><span></span></span>
		<strong>{L_INFORMATION}:</strong> {PORTAL_VERSION_CHECK}
		<span class="corners-bottom"><span></span></span></div>
	</div>
<!-- ENDIF -->

<table id="portal-body" cellpadding="0" cellspacing="0" border="0" width="100%">
	<!-- IF S_TOP_COLUMN -->	
	<tr>
	<!-- [+] top module area -->
		<td colspan="3">
			<!-- BEGIN modules_top -->
				<!-- DEFINE $TEMPLATE_FILE = '{modules_top.TEMPLATE_FILE}' -->
				<!-- DEFINE $IMAGE_SRC = '{modules_top.IMAGE_SRC}' -->
				<!-- DEFINE $IMAGE_WIDTH = '{modules_top.IMAGE_WIDTH}' -->
				<!-- DEFINE $IMAGE_HEIGHT = '{modules_top.IMAGE_HEIGHT}' -->
				<!-- DEFINE $CUSTOM_CODE = '{modules_top.CODE}' -->
				<!-- DEFINE $TITLE = '{modules_top.TITLE}' -->
				<!-- DEFINE $MODULE_ID = '{modules_top.MODULE_ID}' -->
				<!-- INCLUDE {$TEMPLATE_FILE} -->
			<!-- END modules_top -->
		</td>
	<!-- [-] top module area -->
	</tr>
	<!-- ENDIF -->
	<tr>
	<!-- [+] left module area -->
		<!-- IF S_LEFT_COLUMN -->
		<td valign="top" style="width: {S_PORTAL_LEFT_COLUMN}px; padding-<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->left<!-- ELSE -->right<!-- ENDIF -->: {$BLOCK_DISTANCE};">
			<!-- BEGIN modules_left -->
				<!-- DEFINE $TEMPLATE_FILE = '{modules_left.TEMPLATE_FILE}' -->
				<!-- DEFINE $IMAGE_SRC = '{modules_left.IMAGE_SRC}' -->
				<!-- DEFINE $IMAGE_WIDTH = '{modules_left.IMAGE_WIDTH}' -->
				<!-- DEFINE $IMAGE_HEIGHT = '{modules_left.IMAGE_HEIGHT}' -->
				<!-- DEFINE $CUSTOM_CODE = '{modules_left.CODE}' -->
				<!-- DEFINE $TITLE = '{modules_left.TITLE}' -->
				<!-- DEFINE $MODULE_ID = '{modules_left.MODULE_ID}' -->
				<!-- INCLUDE {$TEMPLATE_FILE} -->
			<!-- END modules_left -->
		</td>
		<!-- ENDIF -->
	<!-- [-] left module area -->

	<!-- [+] center module area -->
		<!-- IF S_CENTER_COLUMN -->
		<td valign="top">
			<!-- BEGIN modules_center -->
				<!-- DEFINE $TEMPLATE_FILE = '{modules_center.TEMPLATE_FILE}' -->
				<!-- DEFINE $IMAGE_SRC = '{modules_center.IMAGE_SRC}' -->
				<!-- DEFINE $IMAGE_WIDTH = '{modules_center.IMAGE_WIDTH}' -->
				<!-- DEFINE $IMAGE_HEIGHT = '{modules_center.IMAGE_HEIGHT}' -->
				<!-- DEFINE $CUSTOM_CODE = '{modules_center.CODE}' -->
				<!-- DEFINE $TITLE = '{modules_center.TITLE}' -->
				<!-- DEFINE $MODULE_ID = '{modules_center.MODULE_ID}' -->
				<!-- INCLUDE {$TEMPLATE_FILE} -->
			<!-- END modules_center -->
			<!-- IF S_DISPLAY_JUMPBOX and B3P_DISPLAY_JUMPBOX -->
				<br />
				<!-- INCLUDE portal/modules/jumpbox.html -->
			<!-- ENDIF -->
		</td>
		<!-- ENDIF -->
	<!-- [-] center module area -->

	<!-- [+] right module area -->
		<!-- IF S_RIGHT_COLUMN -->
		<td valign="top" style="width: {S_PORTAL_RIGHT_COLUMN}px; padding-<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->right<!-- ELSE -->left<!-- ENDIF -->: {$BLOCK_DISTANCE};">
			<!-- BEGIN modules_right -->
				<!-- DEFINE $TEMPLATE_FILE = '{modules_right.TEMPLATE_FILE}' -->
				<!-- DEFINE $IMAGE_SRC = '{modules_right.IMAGE_SRC}' -->
				<!-- DEFINE $IMAGE_WIDTH = '{modules_right.IMAGE_WIDTH}' -->
				<!-- DEFINE $IMAGE_HEIGHT = '{modules_right.IMAGE_HEIGHT}' -->
				<!-- DEFINE $CUSTOM_CODE = '{modules_right.CODE}' -->
				<!-- DEFINE $TITLE = '{modules_right.TITLE}' -->
				<!-- DEFINE $MODULE_ID = '{modules_right.MODULE_ID}' -->
				<!-- INCLUDE {$TEMPLATE_FILE} -->
			<!-- END modules_right -->
		</td>
		<!-- ENDIF -->
	<!-- [-] right module area -->
	</tr>
	<!-- IF S_BOTTOM_COLUMN -->
	<tr>
	<!-- [+] bottom module area -->
			<td colspan="3">
			<!-- BEGIN modules_bottom -->
				<!-- DEFINE $TEMPLATE_FILE = '{modules_bottom.TEMPLATE_FILE}' -->
				<!-- DEFINE $IMAGE_SRC = '{modules_bottom.IMAGE_SRC}' -->
				<!-- DEFINE $IMAGE_WIDTH = '{modules_bottom.IMAGE_WIDTH}' -->
				<!-- DEFINE $IMAGE_HEIGHT = '{modules_bottom.IMAGE_HEIGHT}' -->
				<!-- DEFINE $CUSTOM_CODE = '{modules_bottom.CODE}' -->
				<!-- DEFINE $TITLE = '{modules_bottom.TITLE}' -->
				<!-- DEFINE $MODULE_ID = '{modules_bottom.MODULE_ID}' -->
				<!-- INCLUDE {$TEMPLATE_FILE} -->
			<!-- END modules_bottom -->
		</td>
	<!-- [-] bottom module area -->
	</tr>
	<!-- ENDIF -->
</table>

<!--// board3 Portal by www.board3.de //-->
<div class="copyright">Powered by <a href="http://www.board3.de/">Board3 Portal</a> &copy; 2009 - 2011 Board3 Group</div>

<!-- INCLUDE overall_footer.html -->

Contenuto overall_header_p.html

Codice: Seleziona tutto

<!-- DEFINE $S_IN_PORTAL = 1 -->
<!-- INCLUDE overall_header.html -->  
<!-- INCLUDE mod_last_topiclist_body.html -->
<!-- INCLUDE portal/_block_config.html -->  
<!-- IF PORTAL_VERSION_CHECK and U_ACP --> 
	<div id="portal_version_check" class="rules">
		<div class="inner"><span class="corners-top"><span></span></span>
		<strong>{L_INFORMATION}:</strong> {PORTAL_VERSION_CHECK}
		<span class="corners-bottom"><span></span></span></div>
	</div>
<!-- ENDIF -->
<link rel="canonical" href="http://forumprova.netsons.org/portale.html" />
<table id="portal-body" cellpadding="0" cellspacing="0" border="0" width="100%">
	<!-- IF S_TOP_COLUMN -->	
	<tr>
	<!-- [+] top module area -->
		<td colspan="3">
			<!-- BEGIN modules_top -->
				<!-- DEFINE $TEMPLATE_FILE = '{modules_top.TEMPLATE_FILE}' -->
				<!-- DEFINE $IMAGE_SRC = '{modules_top.IMAGE_SRC}' -->
				<!-- DEFINE $IMAGE_WIDTH = '{modules_top.IMAGE_WIDTH}' -->
				<!-- DEFINE $IMAGE_HEIGHT = '{modules_top.IMAGE_HEIGHT}' -->
				<!-- DEFINE $CUSTOM_CODE = '{modules_top.CODE}' -->
				<!-- DEFINE $TITLE = '{modules_top.TITLE}' -->
				<!-- DEFINE $MODULE_ID = '{modules_top.MODULE_ID}' -->
				<!-- INCLUDE {$TEMPLATE_FILE} -->
			<!-- END modules_top -->
		</td>
	<!-- [-] top module area -->
	</tr>
	<!-- ENDIF -->
	<tr>
	<!-- [+] left module area -->
		<!-- IF S_LEFT_COLUMN -->
		<td valign="top" style="width: {S_PORTAL_LEFT_COLUMN}px; padding-<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->left<!-- ELSE -->right<!-- ENDIF -->: {$BLOCK_DISTANCE};">
			<!-- BEGIN modules_left -->
				<!-- DEFINE $TEMPLATE_FILE = '{modules_left.TEMPLATE_FILE}' -->
				<!-- DEFINE $IMAGE_SRC = '{modules_left.IMAGE_SRC}' -->
				<!-- DEFINE $IMAGE_WIDTH = '{modules_left.IMAGE_WIDTH}' -->
				<!-- DEFINE $IMAGE_HEIGHT = '{modules_left.IMAGE_HEIGHT}' -->
				<!-- DEFINE $CUSTOM_CODE = '{modules_left.CODE}' -->
				<!-- DEFINE $TITLE = '{modules_left.TITLE}' -->
				<!-- DEFINE $MODULE_ID = '{modules_left.MODULE_ID}' -->
				<!-- INCLUDE {$TEMPLATE_FILE} -->
			<!-- END modules_left -->
		</td>
		<!-- ENDIF -->
	<!-- [-] left module area -->

	<!-- [+] center module area -->
		<!-- IF S_CENTER_COLUMN -->
		<td valign="top">
			<!-- BEGIN modules_center -->
				<!-- DEFINE $TEMPLATE_FILE = '{modules_center.TEMPLATE_FILE}' -->
				<!-- DEFINE $IMAGE_SRC = '{modules_center.IMAGE_SRC}' -->
				<!-- DEFINE $IMAGE_WIDTH = '{modules_center.IMAGE_WIDTH}' -->
				<!-- DEFINE $IMAGE_HEIGHT = '{modules_center.IMAGE_HEIGHT}' -->
				<!-- DEFINE $CUSTOM_CODE = '{modules_center.CODE}' -->
				<!-- DEFINE $TITLE = '{modules_center.TITLE}' -->
				<!-- DEFINE $MODULE_ID = '{modules_center.MODULE_ID}' -->
				<!-- INCLUDE {$TEMPLATE_FILE} -->
			<!-- END modules_center -->
			<!-- IF S_DISPLAY_JUMPBOX and B3P_DISPLAY_JUMPBOX -->
				<br />
				<!-- INCLUDE portal/modules/jumpbox.html -->
			<!-- ENDIF -->
		</td>
		<!-- ENDIF -->
	<!-- [-] center module area -->

	<!-- [+] right module area -->
		<!-- IF S_RIGHT_COLUMN -->
		<td valign="top" style="width: {S_PORTAL_RIGHT_COLUMN}px; padding-<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->right<!-- ELSE -->left<!-- ENDIF -->: {$BLOCK_DISTANCE};">
			<!-- BEGIN modules_right -->
				<!-- DEFINE $TEMPLATE_FILE = '{modules_right.TEMPLATE_FILE}' -->
				<!-- DEFINE $IMAGE_SRC = '{modules_right.IMAGE_SRC}' -->
				<!-- DEFINE $IMAGE_WIDTH = '{modules_right.IMAGE_WIDTH}' -->
				<!-- DEFINE $IMAGE_HEIGHT = '{modules_right.IMAGE_HEIGHT}' -->
				<!-- DEFINE $CUSTOM_CODE = '{modules_right.CODE}' -->
				<!-- DEFINE $TITLE = '{modules_right.TITLE}' -->
				<!-- DEFINE $MODULE_ID = '{modules_right.MODULE_ID}' -->
				<!-- INCLUDE {$TEMPLATE_FILE} -->
			<!-- END modules_right -->
		</td>
		<!-- ENDIF -->
	<!-- [-] right module area -->
	</tr>
	<!-- IF S_BOTTOM_COLUMN -->
	<tr>
	<!-- [+] bottom module area -->
			<td colspan="3">
			<!-- BEGIN modules_bottom -->
				<!-- DEFINE $TEMPLATE_FILE = '{modules_bottom.TEMPLATE_FILE}' -->
				<!-- DEFINE $IMAGE_SRC = '{modules_bottom.IMAGE_SRC}' -->
				<!-- DEFINE $IMAGE_WIDTH = '{modules_bottom.IMAGE_WIDTH}' -->
				<!-- DEFINE $IMAGE_HEIGHT = '{modules_bottom.IMAGE_HEIGHT}' -->
				<!-- DEFINE $CUSTOM_CODE = '{modules_bottom.CODE}' -->
				<!-- DEFINE $TITLE = '{modules_bottom.TITLE}' -->
				<!-- DEFINE $MODULE_ID = '{modules_bottom.MODULE_ID}' -->
				<!-- INCLUDE {$TEMPLATE_FILE} -->
			<!-- END modules_bottom -->
		</td>
	<!-- [-] bottom module area -->
	</tr>
	<!-- ENDIF -->
</table>

<!--// board3 Portal by www.board3.de //-->
<div class="copyright">Powered by <a href="http://www.board3.de/">Board3 Portal</a> &copy; 2009 - 2011 Board3 Group</div>

<!-- INCLUDE overall_footer.html -->

Rispondi

Torna a “Discussioni SEO”

Chi c’è in linea

Visitano il forum: Nessuno e 37 ospiti