Gavrilo Posted March 2, 2013 Share Posted March 2, 2013 How do I set this correctly:I use IPB 3.3.4 NULL FC Settings: Search Engine Optimization1)*Log all search engine visits: yes or no *Show search engine in the active users list: yes or no ------ *Redirect to new friendly URL format: yes or no *URL type: path info or query string *Use .htaccess mod_rewrite: yes or no ------ *Board index page title: Do you need to type something? My forum name?*Meta description: what is, do not know how to translate*Meta keywords: what is, do not know how to translate 2)Also Do I need to log in on google master, and how? Link to comment Share on other sites More sharing options...
0 Guest TheMGamer Posted March 2, 2013 Share Posted March 2, 2013 Log all search engine visits: yes or noThis is up to you. It doesn't improve SEO or something, it just logs the search engine visits so you can see what search engines visit your forum. In my website, i have this enabled Show search engine in the active users list: yes or noThe same as above but i have this disabled. Redirect to new friendly URL format: yes or noYes, this improves SEO URL type: path info or query stringDoesn't really matter. Use query string if friendly URLs don't work. Use .htaccess mod_rewrite: yes or noYes and follow the instructions, which are in the description of this setting. Board index page title: Do you need to type something? My forum name?This is what will be shown in the browser's title when you are browsing the board index page. Meta description: what is, do not know how to translateThis is a small description for your website and it will be shown in search results of search engines like google. Meta keywords: what is, do not know how to translateA list of keywords that are related to your website. Helps SEO. 1 Link to comment Share on other sites More sharing options...
0 Gavrilo Posted March 2, 2013 Author Share Posted March 2, 2013 I did not understand this? Use .htaccess mod_rewrite If yes, add a file called .htaccess with the following contents.<IfModule mod_rewrite.c>Options -MultiViewsRewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} .*.(jpeg|jpg|gif|png)$RewriteCond %{REQUEST_FILENAME} !-fRewriteRule . /public/404.php [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</IfModule> Link to comment Share on other sites More sharing options...
0 Guest TheMGamer Posted March 2, 2013 Share Posted March 2, 2013 create a file in the root of you forum called .htaccess and add the following in it: <IfModule mod_rewrite.c>Options -MultiViewsRewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} .*.(jpeg|jpg|gif|png)$RewriteCond %{REQUEST_FILENAME} !-fRewriteRule . /public/404.php [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</IfModule> 1 Link to comment Share on other sites More sharing options...
0 Gavrilo Posted March 2, 2013 Author Share Posted March 2, 2013 I already have this file in the root, Can I replace it? writes this: <Files "config.php">Order Allow,DenyDeny from All</Files><Files "common.php">Order Allow,DenyDeny from All</Files> Link to comment Share on other sites More sharing options...
0 Evarni Posted March 3, 2013 Share Posted March 3, 2013 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
Gavrilo
How do I set this correctly:
I use IPB 3.3.4 NULL FC
Settings: Search Engine Optimization
1)
*Log all search engine visits: yes or no
*Show search engine in the active users list: yes or no
------
*Redirect to new friendly URL format: yes or no
*URL type: path info or query string
*Use .htaccess mod_rewrite: yes or no
------
*Board index page title: Do you need to type something? My forum name?
*Meta description: what is, do not know how to translate
*Meta keywords: what is, do not know how to translate
2)
Also Do I need to log in on google master, and how?
Link to comment
Share on other sites
5 answers to this question
Recommended Posts